Commit Graph

4125 Commits

Author SHA1 Message Date
lukaseder
308dd68691 [#3914] Add additional DSL.param() methods to create unnamed bind value placeholders 2015-01-20 10:50:50 +01:00
lukaseder
c21dfd2f31 [#3962] The H2 emulation of SHR might produce rounding errors 2015-01-18 12:02:50 +01:00
lukaseder
63e9522cb1 [#3966] Inefficient BIT_COUNT() function for those dialects that do not natively support SHR() 2015-01-18 12:02:09 +01:00
lukaseder
c10ae7225e [#3961] Apply Base64 encoding to binary types when formatting them to XML, JSON, etc. 2015-01-18 11:18:04 +01:00
lukaseder
dca09730c3 [#3931] Fixed unit test 2015-01-18 11:14:04 +01:00
lukaseder
54fa0a943c [#3935] Move the DATA_LOCALLY_SCOPED_DATA_MAP out of the InternalVisitListener 2015-01-16 17:46:23 +01:00
lukaseder
98c416e4cc Travis fix 2015-01-16 11:51:35 +01:00
lukaseder
979f782c65 [#3957] java.lang.NoSuchMethodException: createARRAY when using Oracle arrays with BoneCP 2015-01-16 10:57:55 +01:00
lukaseder
f89c14fd49 [#3956] Add Configuration set(DataSource) and set(Connection) for convenience 2015-01-16 10:33:41 +01:00
lukaseder
a0471d19ea Travis changes 2015-01-16 10:33:29 +01:00
lukaseder
a2e24b5c4f Why wasn't this removed long ago? 2015-01-14 16:45:18 +01:00
lukaseder
523cc535e0 [#3954] Avoid wrapping Field[] in a new RowImpl every time a Record is created 2015-01-14 16:40:11 +01:00
lukaseder
5031910d2a [#3947] Avoid creating unnecessary Iterators and ArrayLists in AbstractStore.getAttachables() 2015-01-14 16:23:09 +01:00
lukaseder
e248376121 Replace ArrayList<ExecuteListener> by ExecuteListener[] in ExecuteListeners to avoid excessive Iterator creation 2015-01-14 16:21:08 +01:00
lukaseder
5163c4ac9e [#3944] AbstractScope creates an excessive amount of HashMaps,
internally
2015-01-14 15:48:23 +01:00
lukaseder
4a876ee2f4 [#3936] AbstractQuery unnecessarily creates two DefaultRenderContext instances 2015-01-10 16:36:30 +01:00
lukaseder
a5e3421ca0 [#3931] Add RenderKeywordStyle.AS_IS 2015-01-10 13:34:55 +01:00
lukaseder
ccb5101229 [#3934] Add StopWatch.split() to get current time 2015-01-10 13:31:59 +01:00
lukaseder
1c6bd5a2eb [#3932] jooq-runtime-3.5.0.xsd declares wrong namespace 2015-01-10 13:27:23 +01:00
Lukas Eder
609b27d6d1 Merge pull request #3924 from gortiz/master
[#3923] Four octects are sent to Postgres for each negative byte in a byte[]
2015-01-09 15:53:19 +01:00
Lukas Eder
ffc4ef5582 [#3882] Overload JavaGenerator.generateXXX() methods to contain a JavaWriter argument 2015-01-09 15:15:28 +01:00
golthiryus
42bc7fcc11 [#3923] Four octects are sent to Postgres for each negative byte in a byte[] 2015-01-09 15:00:31 +01:00
Lukas Eder
69ef447cc6 [#3919] Bad caching of JPA-annotated getters leads to wrong mapping into POJOs that have @ConstructorProperties 2015-01-09 13:21:38 +01:00
Lukas Eder
f063276efc [#3911] DefaultRecordMapper ignores @ConstructorProperties for property names that don't have a matching getter 2015-01-09 13:17:24 +01:00
Lukas Eder
13be6d76a7 [#3915] Calls to Configuration.derive() create a Configuration that indirectly references the previous Configuration instance 2015-01-09 13:17:04 +01:00
lukaseder
dd8d3c76f3 Updated copyright to 2015 2015-01-09 08:57:16 +01:00
lukaseder
a83ca073d1 [#3909] Inefficient number conversion in org.jooq.tools.Convert 2015-01-09 08:56:57 +01:00
Lukas Eder
8f72523997 Updated copyright to 2015 2015-01-07 17:57:59 +01:00
Lukas Eder
ecff4477cc [#3896] Add Configuration.converterProvider() to allow for implementing default converters between <T> and <U> types 2015-01-07 17:51:31 +01:00
Lukas Eder
3323a18503 Eclipse... 2015-01-07 17:51:21 +01:00
Lukas Eder
774a30dd58 ... 2015-01-07 13:53:08 +01:00
Lukas Eder
aa1b16a71f [#3905] LoggerListener and StopWatchListener should be placed after user listeners 2015-01-07 13:52:43 +01:00
lukaseder
568b4974f0 Merged [pro] changes 2015-01-07 09:26:48 +01:00
lukaseder
ea02386a7e [#3904] Add DSL.and(Condition...) / DSL.or(Condition...) 2015-01-07 09:26:37 +01:00
Lukas Eder
42a49a4b99 ... 2015-01-06 18:31:40 +01:00
Lukas Eder
1d657f258f [#1363] Generate a copy constructor for POJOs 2015-01-06 18:31:31 +01:00
Lukas Eder
fdc8896434 [#3073] Use Maven classifiers to distinguish OSS from commercial deliverables 2015-01-06 17:55:49 +01:00
Lukas Eder
1a68cadbfa Fixed indentation 2015-01-06 17:10:23 +01:00
Lukas Eder
9e5b04f23f [#3876] Add support for SQL Server 2014 2015-01-06 16:16:20 +01:00
Lukas Eder
e614f2c582 [#3878] Add R[] ResultQuery.fetchArray() 2015-01-06 16:12:45 +01:00
Lukas Eder
97fd143471 [#3886] Add Field<Record[N]<T1, ..., T[N]>> DSL.field(Row[N]) to allow for nesting rows in SELECT clauses 2015-01-06 15:22:12 +01:00
Lukas Eder
208abdbfbe [#3900] Implement better formatting for nested Records 2015-01-06 14:12:32 +01:00
Lukas Eder
b39329b514 [#3900] Implement better formatting for nested Records 2015-01-06 12:09:59 +01:00
Lukas Eder
0ad56f5385 [#3900] Implement better formatting for nested Records 2015-01-06 11:59:11 +01:00
Lukas Eder
7a3e9fbd47 [#3891] Removed unused field 2015-01-06 11:09:50 +01:00
lukaseder
ddb54f2942 [#3899] Compilation error in generated code when a sequence name ends
with $
2015-01-05 19:20:27 +01:00
lukaseder
5d7beb98ee [#3784] Add additional <global[XXX]References/> flags to prevent
generation of individual reference classes
2015-01-05 18:31:20 +01:00
lukaseder
fad02d294f [#3745] NullPointerException when <jdbc/> is not provided and
<database/> <name/> isn't provided either
2015-01-05 18:14:03 +01:00
lukaseder
6c845e9aac [#3877] Generated "fetchBy[ColumnName]" methods in DAOs shouldn't
Mode.POJO
2015-01-05 17:38:40 +01:00
lukaseder
8409bb38a3 [#3800] Avoid NPE 2015-01-05 17:07:02 +01:00