v0.3.2 - Fix transaction handling 🐞
Key changes
- Fixed a bug preventing execution of DDL commands (create, alter tables, etc.)
- Improved transaction handling in read and write modes to ensure sessions are properly handled
- Improved
execute_sql_query
tool description so that Cursor and Windsurf do not make mistakes using it
What's Changed
- fix: improve transaction handling in database client by @alexander-zuev in #12
Full Changelog: v0.3.1...v0.3.2