Releases: SeaQL/sea-schema
Releases · SeaQL/sea-schema
0.10.3
- Backward compatible schema discovery for MySQL 5.6 #86
0.10.2
- Fix parsing of Postgres user-defined types #84
0.10.1
- Parse & write Postgres array datatypes #83
0.10.0
- Upgrade SeaQuery to 0.27 #81
0.9.4
- Parsing SQLite integer column types without space in it #77
0.9.3
- SQLite real datatype maps to double #75
- Discover SYSTEM VERSIONED tables for MariaDB #76
0.9.2
- 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
- Fix SQLx version to ^0.5 #70
- PostgreSQL query non-key foreign key info #65
0.8.0
- Dropping
migration
entirely; introducing SchemaProbe
0.7.1
- Support SeaORM 0.7.0
- Support Postgres jsonb in entity generation #51