Releases: ForbesLindesay/atdatabases
Releases · ForbesLindesay/atdatabases
@databases/mysql-test@5.0.0
Breaking Changes
- Updated default docker image to
mysql:9.6.0(#344)
@databases/mysql-config@4.0.0
Breaking Changes
- Updated default docker image for
@databases/mysql-testtomysql:9.6.0(#344)
@databases/bigquery@1.1.0
New Features
-
Update @google-cloud/bigquery to 8.1.1 (#344)
Drops support for older node.js versions, which we don't consider a breaking change as they have been end of life for a long time.
@databases/pg-schema-print-types@4.7.0
New Features
- Thew new
types.requireExplicitDefaultsoption will make columns that have a default value but are not marked as nullable required in the types generated for insert queries. (#340)
@databases/pg-config@3.4.0
New Features
-
Added a new
types.requireExplicitDefaultsoption. (#340)This new option will make columns required in the types generated for insert, even if the column has a default. The column will only be considered optional if it is marked as nullable.
@databases/pg-schema-print-types@4.6.0
New Features
- Add an option to
ignoreEnumValues. This will allow you to exclude certain values in the generated types for enums. This can be useful when you know that certain values never appear in your database, but cannot safely update the enum type in Postgres due to the migration being too costly. (#339)
@databases/pg-schema-cli@4.5.0
New Features
- Add an option to
ignoreEnumValues. This will allow you to exclude certain values in the generated types for enums. This can be useful when you know that certain values never appear in your database, but cannot safely update the enum type in Postgres due to the migration being too costly. (#339)
@databases/pg-config@3.3.0
New Features
- Add an option to
ignoreEnumValues. This will allow you to exclude certain values in the generated types for enums. This can be useful when you know that certain values never appear in your database, but cannot safely update the enum type in Postgres due to the migration being too costly. (#339)
@databases/mysql@7.0.0
Breaking Changes
- Upgrade to mysql2 v3.x (#335)
@databases/websql@4.0.1
Bug Fixes
- Update dependency to fix errors installing on current node.js versions (#333)