github remix-run/remix data-table-postgres@0.4.0
data-table-postgres v0.4.0

latest releases: node-tsx@0.1.0, node-fetch-server@0.13.2, remix@3.0.0-beta.1...
5 hours ago

Minor Changes

  • BREAKING CHANGE: removed migrate(request) and compileSql(DataMigrationOperation)

    The DDL operation ADT has been removed from @remix-run/data-table, so this adapter no longer implements migrate() and compileSql() only accepts DataManipulationOperation. SQL-file migrations run through the new executeScript(sql, transaction?) method, which forwards to client.query(sql) without a parameter array (postgres treats unparameterized queries as multi-statement scripts).

Patch Changes

  • Fixed raw SQL placeholder rewriting so ? characters inside string literals, quoted identifiers, comments, and PostgreSQL dollar-quoted strings are preserved.

  • Bumped @remix-run/* dependencies:

Don't miss a new remix release

NewReleases is sending notifications on new releases.