Feat:
- Add SQLAlchemy Test Suite and Fix Dialect https://github.com/datafuselabs/databend-sqlalchemy/pull/27
- Add mogrify method to cursor to evaluate full query https://github.com/datafuselabs/databend-sqlalchemy/pull/28
- Add merge statement https://github.com/datafuselabs/databend-sqlalchemy/pull/32
- Remove the superset engine and entrypoint https://github.com/datafuselabs/databend-sqlalchemy/pull/35
- Add dialect options for engine, cluster keys and transient https://github.com/datafuselabs/databend-sqlalchemy/pull/36
Fix:
- fix: fixed __next__ method https://github.com/datafuselabs/databend-sqlalchemy/pull/39
- Update README.rst https://github.com/datafuselabs/databend-sqlalchemy/pull/37