Hello. What version of H2 do you use?
H2 incorrectly accepts DELETE without FROM in all modes except MySQL compatibility mode since version 1.4.197 I guess. This is caused by incorrect implementation of feature request 585 for MySQL compatibility: https://github.com/h2database/h2database/issues/585 I think that such implementation should be revisited and limited to relevant compatibility modes, otherwise it may be incorrectly misused. H2 has compatibility modes for multiple databases, but such statement is only supported by Oracle and SQL Server. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
