Bug fixes to API: - `Dolt.sql()` now respects result format - `Dolt.log()` now returns commits with messages included in data structure
Enhanced testing.
1.0.6
This fixes a bug where SQL Sync tooling did not properly escape database objects that were keywords using bakcticks.
1.0.4
1.0.2
Minor bug fixes
1.0.1
Patch release containing a bug fix to the `clone` function and improved testing for type inference for `doltpy.core.write` where the types are being inferred from Python data structures.