Skip to content

Releases: ForbesLindesay/atdatabases

@databases/[email protected]

12 Jan 18:57
e4d27b9
Compare
Choose a tag to compare

New Features

  • Partitioned tables support (#309)

@databases/[email protected]

12 Jan 18:57
e4d27b9
Compare
Choose a tag to compare

New Features

  • Partitioned tables support (#309)

@databases/[email protected]

12 Jan 18:57
e4d27b9
Compare
Choose a tag to compare

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]

12 Jan 18:57
e4d27b9
Compare
Choose a tag to compare

Breaking Changes

  • Initial release (#285)

@databases/[email protected]

17 Oct 18:41
a44bbd4
Compare
Choose a tag to compare

Refactors

  • Use crypto.randomUUID() instead of cuid() (#308)

@databases/[email protected]

17 Oct 18:41
a44bbd4
Compare
Choose a tag to compare

Refactors

  • Remove (deprecated) cuid dependency (#308)

@databases/[email protected]

05 Jul 10:27
bb0dea9
Compare
Choose a tag to compare

Refactors

  • Bumps better-sqlite3 to v8.0.0 (#295)

@databases/[email protected]

05 Jul 10:27
bb0dea9
Compare
Choose a tag to compare

Breaking Changes

  • NULL will no longer be parsed to NaN when using "number" for tinyIntMode (#297)

  • NULL will no longer be parsed to false when using "boolean" for tinyIntMode (#297)

  • NULL will no longer be parsed to NaN when using "number" for bigIntMode (#297)

  • NULL will no longer error when using "bigint" for bigIntMode (#297)

  • NULL will no longer error when using "date-object" for dateMode (#297)

@databases/[email protected]

05 Jul 10:27
bb0dea9
Compare
Choose a tag to compare

Bug Fixes

  • Bump @databases/mysql dependency to 6.0.0 (#297)

@databases/[email protected]

31 May 10:34
7aae3bc
Compare
Choose a tag to compare

Bug Fixes

  • The default export would not work if imported in an ESModules context in node.js (#293)