LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-241] MERGE can't handle ON TRUE #631

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="jvs", created="Wed, 13 Dec 2006 00:33:26 -0500 (GMT-05:00)"] MERGE INTO t ... ON TRUE gives ClassCastException because it's expecting a SqlCall for getCondition, but gets a SqlLiteral.

dynamobi-build commented 12 years ago

[author="zfong", created="Wed, 13 Dec 2006 13:52:05 -0500 (GMT-05:00)"] Checked into lcs branch in Eigenchange 8346. If, for whatever reason, this fix needs to be merged standalone into lu/dev, exclude the changes in LucidDbSqlValidator, as those changes are specific to support for unique constraints that is currently only in the lcs branch.

dynamobi-build commented 12 years ago

[author="zfong", created="Thu, 29 Mar 2007 16:00:56 -0500 (GMT-05:00)"] Merged into lu/dev in Eigenchange 8450 back in January. Forgot to mark this as resolved.