Skip to content

Releases: SeaQL/sea-schema

0.11.0

05 Jan 09:55

Choose a tag to compare

  • Upgrade SeaQuery to 0.28 #90
  • Changed all version = "^x.y.z" into version = "x.y.z" and disabled default features and enable only the needed ones #93
  • Skip parsing Postgres check constraints when check expression is empty #96
  • Parsing Postgres citext column type #94

0.10.3

16 Nov 05:06

Choose a tag to compare

  • Backward compatible schema discovery for MySQL 5.6 #86

0.10.2

27 Oct 07:40

Choose a tag to compare

  • Fix parsing of Postgres user-defined types #84

0.10.1

23 Oct 11:38

Choose a tag to compare

  • Parse & write Postgres array datatypes #83

0.10.0

18 Oct 15:55

Choose a tag to compare

  • Upgrade SeaQuery to 0.27 #81

0.9.4

16 Sep 13:45

Choose a tag to compare

  • Parsing SQLite integer column types without space in it #77

0.9.3

17 Jul 08:51

Choose a tag to compare

  • SQLite real datatype maps to double #75
  • Discover SYSTEM VERSIONED tables for MariaDB #76

0.9.2

01 Jul 17:33

Choose a tag to compare

  • PostgreSQL datetime and timestamp datatype are equivalent #69
  • MySQL VarBinary column type mapping #67
  • Upgrade sqlx to 0.6
  • Upgrade sea-query to 0.26

0.8.1

17 Jun 03:49

Choose a tag to compare

  • Fix SQLx version to ^0.5 #70
  • PostgreSQL query non-key foreign key info #65

0.8.0

09 May 12:01

Choose a tag to compare

  • Dropping migration entirely; introducing SchemaProbe