Commit Graph

3064 Commits

Author SHA1 Message Date
Lukas Eder
5ffaac2e39 [#2152] Invalid column type: 16, when binding null as java.lang.Boolean onto a NUMBER(..) column in Oracle 2013-12-07 10:45:02 +01:00
Lukas Eder
abf1ae51ee [#2744] Emulate INSERT .. RETURNING through SELECT FROM FINAL TABLE (INSERT ...) in DB2 2013-12-06 12:48:04 +01:00
Lukas Eder
73343b3c95 Fixed some warnings 2013-12-06 12:46:05 +01:00
Lukas Eder
6d726aaa5c [#2872] Possible StackOverflowError when using plain SQL tables with inlined QueryParts 2013-12-06 12:45:50 +01:00
Lukas Eder
bcd073a402 [#2869] DefaultRecordMapper should attach resulting records according to Settings.attachRecords, if target type implements Attachable 2013-12-06 11:29:23 +01:00
Lukas Eder
5d93112b96 [#2781] Disambiguate collisions between enum literals and package names - Regenerated PostgreSQL schema 2013-11-28 19:28:55 +01:00
Lukas Eder
fd2d3280c8 [#2781] Disambiguate collisions between enum literals and package names 2013-11-28 19:28:00 +01:00
Lukas Eder
e171b70f21 [#2829] Fixed broken PostgreSQL transaction test behaviour 2013-11-28 18:55:32 +01:00
Lukas Eder
59ea04d3d3 [#2829] Fixed broken PostgreSQL transaction test behaviour 2013-11-28 18:52:23 +01:00
Lukas Eder
b9eaea3a26 [#2829] Fixed typo (test not executed with H2) 2013-11-28 18:47:30 +01:00
Lukas Eder
410b81ff58 [#2840] Add DSL.date(), DSL.time(), and DSL.timestamp() to extract date, time, timestamp parts from a TIMESTAMP 2013-11-28 18:40:02 +01:00
Lukas Eder
80409d26ba Merged changes from pro version 2013-11-27 11:26:41 +01:00
Lukas Eder
01d95eab79 [#2863] Remove unnecessarily cached Connection in DataSourceConnectionProvider 2013-11-27 11:23:53 +01:00
Lukas Eder
da06c1a3bd Moved example projects to /jOOQ-examples 2013-11-22 16:22:24 +01:00
Lukas Eder
12c344dc88 [#2854] Merged latest changes 2013-11-22 14:51:53 +01:00
Lukas Eder
ed3aee704c [#2854] Moved project to subfolder 2013-11-22 14:01:18 +01:00
Lukas Eder
859f6721b7 [#2854] Added jOOQ-jax-rs-example project 2013-11-22 13:48:15 +01:00
Lukas Eder
93f5254aec [#2860] Added a Groovy example project 2013-11-22 11:56:30 +01:00
Lukas Eder
075730243c Pro code dump 2013-11-19 18:22:21 +01:00
Lukas Eder
3d506ce727 HSQLDB seems to have changed their syntax semantics in the context of NATURAL JOIN or JOIN .. USING() 2013-11-19 18:22:10 +01:00
Lukas Eder
36b21a5dc8 [#2857] Unnecessary whitespace rendered in USING() clause 2013-11-19 18:18:45 +01:00
Lukas Eder
d057c9abc6 [#2845] AbstractStoreQuery.prepare() does not apply RenderKeywordStyle when specifying column names for return after INSERT - Added test cases 2013-11-19 17:47:14 +01:00
Lukas Eder
b863d43e8c [#2845] AbstractStoreQuery.prepare() does not apply RenderKeywordStyle when specifying column names for return after INSERT - Actual fix 2013-11-19 17:46:57 +01:00
Lukas Eder
d2bf9f9b90 [#2829] Improved test template method names 2013-11-18 18:45:50 +01:00
Lukas Eder
28989c2f90 Fixed weird compiler issue between Eclipse (which is probably wrong) and IntelliJ (which is probably right) 2013-11-18 18:30:19 +01:00
Lukas Eder
32243df9b2 Fixed warning 2013-11-18 12:41:58 +01:00
Lukas Eder
423d9ceefb [#2829] Integrated Johanes Bühler's pull request, fixing formatting, license headers, etc.
[#2853] Add DSLContext.fetchFromJSON()
2013-11-18 12:27:40 +01:00
Lukas Eder
03d7d976bb Merge pull request #2849 from jonnybbb/master
#2829 JSON Loader improvements
2013-11-18 02:50:49 -08:00
Lukas Eder
5bcdb0eddf [#2852] Add jOOQ-xtend, an Open Source jOOQ extension for use with Eclipse's Xtend 2013-11-18 11:46:34 +01:00
Lukas Eder
8887e38dd9 Added Topconf 2013 demo sources 2013-11-16 11:31:58 +01:00
Johannes Buehler
0fc758e3a2 #2829 applied eclipse Code Formatting 2013-11-15 22:18:07 +01:00
Johannes Buehler
bea6968225 Merge remote-tracking branch 'github/master' 2013-11-15 21:48:26 +01:00
Johannes Buehler
9c751d7644 #2829 applied eclipse Code Formatting 2013-11-15 21:47:29 +01:00
Lukas Eder
861d43980a [#2848] Add support for infix-notation for bitwise operations 2013-11-15 18:07:04 +01:00
Lukas Eder
91d4b4fddb Updated Release notes 2013-11-14 15:08:38 +01:00
Lukas Eder
d5e1d55f25 [#2847] Added a working test case to check if ad-hoc records can be constructed correctly for extracting data from fetchMap() results 2013-11-14 15:08:16 +01:00
Johannes Buehler
6e7f1428ce Merge remote-tracking branch 'github/master' 2013-11-14 09:46:21 +01:00
Johannes Buehler
1144224aba added JSON Loader Tests
LoaderImpl now uses same executeSQL method for indeepended of the import format
2013-11-14 09:43:06 +01:00
Lukas Eder
fad61c8389 [#2844] Let JAXB emit more warnings when loading the code generation configuration 2013-11-12 14:01:23 +01:00
Lukas Eder
fab632a14a Better codegen output formatting 2013-11-12 13:49:04 +01:00
Lukas Eder
8084bae5d4 [#2842] Sybase CAST(? AS LONG VARCHAR) must not contain a length 2013-11-11 14:30:03 +01:00
Lukas Eder
23d70004cd [#2837] Deprecate code generation configuration's <expressions/> in favour of <expression/> 2013-11-11 13:12:30 +01:00
Lukas Eder
2caba92084 [#2831] Bad Javadoc formatting on MySQLDSL's and MariaDBDSL's enumType() method 2013-11-11 10:32:07 +01:00
Lukas Eder
c9aec372f8 Mention Johannes Bühler as a contributor in the pom.xml 2013-11-04 11:12:51 +01:00
Lukas Eder
e1184ba6a5 [#2829] Removed unneeded nullString() method from the JSON Loader API 2013-11-04 11:08:34 +01:00
Lukas Eder
7158978af2 [#2829] Enhance Loader API to allow for importing JSON data in addition to CSV data - Fixed warnings 2013-11-04 11:05:51 +01:00
Lukas Eder
e79890ede9 [#2492] Add support for the MS Access database - Synchronise jOOQ Professional Edition with jOOQ Open Source Edition 2013-11-04 11:05:15 +01:00
Lukas Eder
96c3c16a25 Include source code in pro edition. Exclude it in trial edition 2013-11-04 10:48:27 +01:00
Lukas Eder
db4642b6d9 [#2816] Manual shows wrong DefaultConfiguration constructor call for use with Spring 2013-11-04 10:47:41 +01:00
Lukas Eder
4ea1428d8c [#2829] Enhance Loader API to allow for importing JSON data in addition to CSV data - Fixed warnings 2013-11-04 10:44:41 +01:00