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 |
|
Lukas Eder
|
44597edcdb
|
Merge pull request #2827 from jonnybbb/master
[#2829] Enhance Loader API to allow for importing JSON data in addition to CSV data
|
2013-11-04 00:59:32 -08:00 |
|
Johannes Buehler
|
b63423a92d
|
Added JSON import Support.
|
2013-11-03 14:30:18 +01:00 |
|
Lukas Eder
|
146b5e54b5
|
Merge branch 'master' of https://github.com/jOOQ/jOOQ.git
|
2013-11-01 17:19:31 +01:00 |
|
Lukas Eder
|
d03f34c450
|
[#2824] Log 500 records on TRACE level, instead of just 5
|
2013-11-01 17:19:10 +01:00 |
|
Lukas Eder
|
5cccc5d828
|
All of a sudden, Ingres (or the Ingres JDBC driver) starts closing connections randomly...
|
2013-11-01 16:00:36 +01:00 |
|
Lukas Eder
|
6202fdfdc8
|
Release 3.3.0-SNAPSHOT
|
2013-11-01 10:12:17 +01:00 |
|
Lukas Eder
|
eab6c31dd0
|
[#2809] Add support for MySQL's MID() function, which is a synonym for SUBSTRING()
|
2013-10-31 14:34:25 +01:00 |
|
Lukas Eder
|
09a68de5a0
|
Javadoc Fix
|
2013-10-31 11:07:20 +01:00 |
|
Lukas Eder
|
4187847135
|
[#2815] Added failing integration test
|
2013-10-31 11:06:48 +01:00 |
|
Lukas Eder
|
edc6baf3ae
|
[#2767] Add support for CUBRID 9.2 features
|
2013-10-29 14:07:53 +01:00 |
|
Lukas Eder
|
425b71d92a
|
Release 3.3.0-SNAPSHOT
|
2013-10-29 12:29:01 +01:00 |
|
Lukas Eder
|
0636238b1e
|
Synced with "pro" version
|
2013-10-29 12:22:34 +01:00 |
|