Releases: ForbesLindesay/atdatabases
Releases · ForbesLindesay/atdatabases
@databases/[email protected]
New Features
- Partitioned tables support (#309)
@databases/[email protected]
New Features
- Partitioned tables support (#309)
@databases/[email protected]
Bug Fixes
- Use
SHOW server_version
to detect Postgres version. Hopefully allowing pg-migrations to be used with other database systems as long as they have a compatible wire-protocol. (#279)
@databases/[email protected]
Breaking Changes
- Initial release (#285)
@databases/[email protected]
Refactors
- Use
crypto.randomUUID()
instead ofcuid()
(#308)
@databases/[email protected]
Refactors
- Remove (deprecated)
cuid
dependency (#308)
@databases/[email protected]
Refactors
- Bumps better-sqlite3 to v8.0.0 (#295)
@databases/[email protected]
Breaking Changes
-
NULL
will no longer be parsed toNaN
when using"number"
fortinyIntMode
(#297) -
NULL
will no longer be parsed tofalse
when using"boolean"
fortinyIntMode
(#297) -
NULL
will no longer be parsed toNaN
when using"number"
forbigIntMode
(#297) -
NULL
will no longer error when using"bigint"
forbigIntMode
(#297) -
NULL
will no longer error when using"date-object"
fordateMode
(#297)
@databases/[email protected]
Bug Fixes
- Bump
@databases/mysql
dependency to6.0.0
(#297)
@databases/[email protected]
Bug Fixes
- The default export would not work if imported in an ESModules context in node.js (#293)