Skip to content

Conversation

@katzyn
Copy link
Contributor

@katzyn katzyn commented Jun 14, 2022

Closes #3543.

Support for this PostgreSQL-specific command was removed from the Update class. A MergeUsing instance is created instead of it directly by the parser when UPDATE has the FROM clause.

There is no intention to add a complete support. This implementation is better than old one, but it is still incomplete. It supports only one <table reference> in the FROM clause, but PostgreSQL allows multiple comma-separated table references like in the SELECT command.

@katzyn katzyn merged commit d0d77ae into h2database:master Jun 14, 2022
@katzyn katzyn deleted the compatibility branch June 14, 2022 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PostgreSQL mode, update with "from", why "NULL not allowed" error?

1 participant