Skip to content

0.15.0

Compare
Choose a tag to compare
@billy1624 billy1624 released this 09 Aug 10:11
· 12 commits to master since this release
dd5eafe

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

Upgrades

  • Upgrade syn to 2 #129