Updates: feature: added methods to set interactive_timeout, innodb_lock_wait_timeout, and max_execution_time to connection. refactor: update documentation format across multiple files.
1.3.4
Bugfix: ensure the PoolSyncConnection is released properly
1.3.3
Updates:
Add savepoint management (CREATE/ROLLBACK/RELEASE) methods to Connection classes.
1.3.2
Updates:
Now user can acquire both synchronous and asynchronous connection(s) from Pool through the 'acquire' method. Improved overall type annotations. Minor performance optimizations.
1.2.2
Minor updates and improvements to Charset & Charsets.
1.2.1
Minor updates on SQLFunction, RawText, and SQLInterval classes: - Added hash support. - Calling with str() returns the approximate value without escaping.