Apache Derby is one out of three popular Java embeddable databases (apart from H2 and HSQLDB). It is very SQL and JDBC standards-compliant, but maybe a bit behind on developments of more advanced SQL features. Around 6 years after its first submission, there has now been some action on the Apache Derby DERBY-3155 ticket, recently. Rick Hillegas has attached a first, promising draft for the MERGE statement specification, which can be seen here:
https://issues.apache.org/jira/secure/attachment/12597795/MergeStatement.html
Among all 14 of the SQL databases supported by jOOQ, Derby would thus be the 8th to support the SQL:2003 MERGE statement, lining up with:
Other databases support proprietary versions of MERGE:
… or other forms of UPSERT:
Visit DERBY-3155 and show the maintainers some love for implementing this awesome and powerful SQL statement!
Filed under: sql Tagged: Apache DB, Apache Derby, Derby, Derby DB, JavaDB, JDBC, MERGE, sql
