Skip to content

0.15.0-rc.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@tyt2y3 tyt2y3 released this 15 Mar 23:40
· 24 commits to master since this release
b24a13b

Features

  • Rework SQLite data type mapping #117
  • Update binary and bit data types mapping #122

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 to SchemaProbe::query_tables(&self, ..) #127
  • SchemaProbe::has_table(..) changed to SchemaProbe::has_table(&self, ..) #126
  • SchemaProbe::has_column(..) changed to SchemaProbe::has_column(&self, ..) #126
  • SchemaProbe::has_index(..) changed to SchemaProbe::has_index(&self, ..) #126

Enhancements

  • Added non-TLS runtime #134