- The SQLite driver was updated to support native auto-increment fields,
primary keys, and binary data escaping stored in BLOB fields.
- This driver also supports table renaming and column adding when using
the SQLite 3 library.
- The MySQL and PostgreSQL drivers were updated to create tables using
native fixed point decimal fields. The decimal field emulation using
large integer fields became an option to support legacy versions.
- The debug output buffer that records all queries and driver activity
is now flushed every time it is retrieved by an application.