stazz / java-sql-generator

A framework to generate syntactically correct SQL statements in a typesafe, easy, and uniform way (without StringBuilders).
49 stars 28 forks source link

Add H2 Vendor support #16

Closed eskatos closed 11 years ago

eskatos commented 11 years ago

See http://www.h2database.com/

Last embedded database engine I wish to support. Next steps will be integration tests.

Would it be too much to ask to get a release with SQLite and H2 support published before we put effort on tests?

Best regards

/Paul

stazz commented 11 years ago

Thanks for your effort Paul. :)