github rogerbinns/apsw 3.41.0.0

latest releases: 3.46.1.0, 3.46.0.1, 3.46.0.0...
18 months ago

Backwards incompatible change: Bindings using a dictionary with a missing key now result in a KeyError exception. You can use allow_missing_dict_bindings() to restore the old behaviour. (APSW issue 392)

Virtual table updates:

apsw.format_sql_value() now outputs floating point NaN, positive and negative infinity, and signed zero exactly as SQLite does (APSW issue 398)

Added apsw.ext.format_query_table() for handy table output with auto column sizes, colour, word wrap etc.

Added Connection.is_interrupted().

Don't miss a new apsw release

NewReleases is sending notifications on new releases.