- Fix corner case bugs in
withSchema
- Make postgres cursor compatible with pg-cursor typings
Breaking changes
The internal "operation node tree" changed a little bit. This only affects you if you've implemented a custom plugin or are doing something funky with the node tree. The only change is the new node SchemableIdentifier
that's used by TableNode
and a small set of other nodes that can have a schema.