github simolus3/drift drift-1.4.0
Drift 1.4.0

latest releases: drift-2.24.0, drift_dev-2.24.0, sqlparser-0.41.0...
3 years ago

1.4.0

  • Most methods to compose statements are now available as an extension on tables. As an alternative to update(todos).replace(newEntry), you can now write todos.replaceOne(newEntry).
  • Deprecate the from(table) API introduced in 1.3.0. Having the methods on the table instances turned out to be even easier!
  • In drift files, you can now use LIST(SELECT ...) as a result column to get all results of the inner select as a List in the result set.

Don't miss a new drift release

NewReleases is sending notifications on new releases.