You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the implementation of the formats option (#56) required to do changes to the functions in mara_db.shell. In case you defined custom implementations, you will have to adjust them.
Feat 🎉
adding a functional API to get the DB-API 2.0 of a database (#71)
add option to specify multiple formats like Parquet, Avro and ORC (#56, #64)
Changes 🚀
refactor the internally used cursor context logic to a more generic one (#68, #71)
a default database mara is not anymore defined (#67).
add deprecation warning when using parameter timestamp in query_command. This parameter will be removed in version 5.0. See #44.
Bugfixes 🐛
fix sqlalchemy_url for SQLServerDB
fix UI error when requesting schema view for Azure Synapse databases (#48)