Use jOOQ's tableByName() and fieldByName.
authorMurray Cumming <murrayc@murrayc.com>
Tue, 15 May 2012 08:11:17 +0000 (10:11 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 15 May 2012 08:11:17 +0000 (10:11 +0200)
commit88c03e88c79850eb98b949c40d6ddc4e452a2b45
tree211c4cd6c0fefb5efb3c50a7b639fd5227d6b03d
parent06eb5be1ec42c7f34a23a72b0b15033ddaff13ac
Use jOOQ's tableByName() and fieldByName.

* pom.xml: Use jOOQ 2.3.1 to get the new API.
* src/main/java/org/glom/web/server/SqlUtils.java:
build_sql_select_step_with_where_clause(), .createField(),
builder_add_join(): Use Factory.tableByName() and Factory.fieldByName()
so we can get correct quoting and escaping. Thanks to Lukas Eder for
adding this, and other things, to jOOQ.
ChangeLog
pom.xml
src/main/java/org/glom/web/server/SqlUtils.java