0.15.0-rc.7
Pre-release
Pre-release
Features
Bug fixes
- Fix constraint query when table is partitioned #125
- Fix Postgres foreign key column without unique constraint #131
- Fix discovery of MySQL, SQLite and PostgreSQL unique indexes #133
Breaking changes
SchemaProbe::query_tables(..)
changed toSchemaProbe::query_tables(&self, ..)
#127SchemaProbe::has_table(..)
changed toSchemaProbe::has_table(&self, ..)
#126SchemaProbe::has_column(..)
changed toSchemaProbe::has_column(&self, ..)
#126SchemaProbe::has_index(..)
changed toSchemaProbe::has_index(&self, ..)
#126
Enhancements
- Added non-TLS runtime #134