Lukas Eder
|
affc61d698
|
[#1013] Add integration tests for various use-cases involving custom enum types
|
2012-03-10 16:34:56 +00:00 |
|
Lukas Eder
|
45b9d5808c
|
Added an additional INSERT .. SET .. RETURNING test case
|
2012-03-10 09:27:50 +00:00 |
|
Lukas Eder
|
c82d28a0fe
|
[#650] Add a data type registry "org.jooq.impl.DataTypes" for cleaner DataType referencing - Added TODO
|
2012-03-08 22:25:25 +00:00 |
|
Lukas Eder
|
11db6b671f
|
[#650] Add a data type registry "org.jooq.impl.DataTypes" for cleaner DataType referencing - Added TODO
|
2012-03-08 22:12:51 +00:00 |
|
Lukas Eder
|
7cb6568873
|
[#1217] Add EnumConverter as a base type for custom enum converters
[#1218] Add code generation options to generate <customTypes/> referencing a Java type and a Converter
|
2012-03-08 20:04:13 +00:00 |
|
Lukas Eder
|
cfd934c9fe
|
[#1221] Incorrect ExecuteListener invocation for INSERT .. RETURNING. executeStart() and executeEnd() are omitted
|
2012-03-08 19:11:59 +00:00 |
|
Chrriis
|
b2800799cb
|
[#1177] Add SQL Console module to jOOQ - bug fix in SQL editor and minor UI improvements.
|
2012-03-08 14:00:57 +00:00 |
|
Chrriis
|
37de5082a9
|
[#1177] Add SQL Console module to jOOQ - bug fix in SQL request type detection for "with" clause.
|
2012-03-08 12:44:53 +00:00 |
|
Chrriis
|
62a76e8c53
|
[#1177] Add SQL Console module to jOOQ - formatter improvements: multiple keywords in a row.
|
2012-03-06 21:42:53 +00:00 |
|
Lukas Eder
|
23b92034cd
|
[#1219] API Bug: Cannot use LIMIT .. OFFSET along with FOR UPDATE
|
2012-03-06 19:07:18 +00:00 |
|
Lukas Eder
|
9ece8fc8b9
|
[#1202] Add support for the relational division operation: A.divideBy(B).on(A.ID.equal(B.A_ID)).returning(A.X, A.Y, ...) - added some more Javadoc
|
2012-03-06 19:04:35 +00:00 |
|
Chrriis
|
3f38321bdf
|
[#1177] Add SQL Console module to jOOQ - minor formatter improvements (double quotes and multiple spaces aggregation).
|
2012-03-04 22:11:20 +00:00 |
|
Lukas Eder
|
54633e826d
|
[#1218] Add code generation options to generate <customTypes/> referencing a Java type and a Converter - First implementation draft
|
2012-03-04 19:07:19 +00:00 |
|
Lukas Eder
|
a47284df8d
|
[#650] Add a data type registry "org.jooq.impl.DataTypes" for cleaner DataType referencing
[#1217] Add EnumConverter as a base type for custom enum converters
|
2012-03-04 15:55:00 +00:00 |
|
Lukas Eder
|
880786ff07
|
[#1215] Add org.jooq.Converter<T, U> for custom type mapping
[#1216] Overload Record, Result.getValue() and .setValue() methods to accept a Converter
|
2012-03-04 15:00:17 +00:00 |
|
Lukas Eder
|
0607c8ccc7
|
Added some more potentially problematic tables / fields to check jooq-codegen's compilation-safety
|
2012-03-04 08:25:14 +00:00 |
|
Lukas Eder
|
8d030d68dd
|
[#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
|
2012-03-03 21:10:24 +00:00 |
|
Lukas Eder
|
b50b2177fb
|
[#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
|
2012-03-03 21:08:59 +00:00 |
|
Lukas Eder
|
70fbda2e86
|
[#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
|
2012-03-03 21:05:06 +00:00 |
|
Lukas Eder
|
6441abaefb
|
[#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
|
2012-03-03 21:02:58 +00:00 |
|
Lukas Eder
|
f260fd6f07
|
[#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
|
2012-03-03 20:58:46 +00:00 |
|
Lukas Eder
|
c9f57f2194
|
[#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
|
2012-03-03 20:52:13 +00:00 |
|
Lukas Eder
|
bbe57773dd
|
[#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
|
2012-03-03 20:51:57 +00:00 |
|
Lukas Eder
|
8663000e96
|
[#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
|
2012-03-03 20:28:22 +00:00 |
|
Lukas Eder
|
890cd6e89e
|
[#1194] Add ColumnDefinition.isNullable()
[#1208] Render @javax.persistence.Column(nullable = false) property, if available
|
2012-03-03 19:31:41 +00:00 |
|
Lukas Eder
|
a414d3467f
|
[#1180] Execute BatchMultiple (multi-query batch query), when executing BindSimple (single-query, multi-bind value query) with StatementType == STATIC_STATEMENT
[#1207] Add Factory.batch(Collection<? extends Query>) for convenience
|
2012-03-03 15:43:58 +00:00 |
|
Lukas Eder
|
86402653ed
|
[#1202] Add support for the relational division operation: A.divideBy(B).on(A.ID.equal(B.A_ID)).returning(A.X, A.Y, ...)
|
2012-03-03 13:44:12 +00:00 |
|
Lukas Eder
|
e914d2d037
|
Documented descending ordering by index
|
2012-03-03 13:17:29 +00:00 |
|
Lukas Eder
|
eb7f140ece
|
[#161] Add runtime configuration to pretty print rendered SQL - fixed indentation of subselects
|
2012-03-03 12:49:36 +00:00 |
|
Lukas Eder
|
64fd48639c
|
[#1150] Add code generation option to disable generation of records
|
2012-03-02 17:22:53 +00:00 |
|
Lukas Eder
|
df9f495226
|
[#161] Add runtime configuration to pretty print rendered SQL - minor fix
|
2012-03-02 14:58:50 +00:00 |
|
Lukas Eder
|
b1fd8f8989
|
Release 2.1.0-SNAPSHOT
|
2012-03-02 14:49:37 +00:00 |
|
Lukas Eder
|
d26df720d0
|
[#625] Remove dependency from generated Routines to the generator's SQLDialect
|
2012-03-02 14:47:23 +00:00 |
|
Lukas Eder
|
5f00b0eb26
|
[#161] Add runtime configuration to pretty print rendered SQL
|
2012-03-02 13:53:57 +00:00 |
|
Lukas Eder
|
16f1a8555e
|
[#1188] Load default Settings from the classpath at /jooq-settings.xml, or from -Dorg.jooq.settings
|
2012-03-01 20:38:27 +00:00 |
|
Lukas Eder
|
fd2cee4561
|
[#521] Add runtime configuration for SQL reference style (upper case, lower case, as-is, quoted) - Fixed potential regression with NPE's when using CustomTables
|
2012-03-01 20:15:22 +00:00 |
|
Lukas Eder
|
399e5769e3
|
[#1200] Internal API leak exposed through covariance in AbstractType.getFields()
|
2012-03-01 16:56:10 +00:00 |
|
Lukas Eder
|
6b7457536a
|
[#1199] Table.getFields() returns an internal representation of a table's field list. Make generated tables immutable instead! - fix didn't work
|
2012-03-01 16:55:03 +00:00 |
|
Lukas Eder
|
700d88bb08
|
[#1199] Table.getFields() returns an internal representation of a table's field list. Make generated tables immutable instead!
|
2012-03-01 16:32:48 +00:00 |
|
Lukas Eder
|
d511a29230
|
[#1200] Internal API leak exposed through covariance in AbstractType.getFields()
|
2012-03-01 16:22:03 +00:00 |
|
Lukas Eder
|
8a8713d171
|
[#491] Add runtime configuration for SQL keyword style (upper case, lower case)
|
2012-02-29 19:50:44 +00:00 |
|
Lukas Eder
|
93bd1dc398
|
Mention Christopher's contribution
|
2012-02-29 19:43:52 +00:00 |
|
Lukas Eder
|
f67a1a4674
|
Fixed broken console link
|
2012-02-29 19:40:48 +00:00 |
|
Lukas Eder
|
b55236f0ba
|
[#521] Add runtime configuration for SQL reference style (upper case, lower case, as-is, quoted)
|
2012-02-29 18:03:13 +00:00 |
|
Lukas Eder
|
19c706b0d6
|
[#521] Add runtime configuration for general quoting of SQL
|
2012-02-28 17:53:03 +00:00 |
|
Lukas Eder
|
76efe128e5
|
Replaced tabs by spaces
|
2012-02-28 17:35:28 +00:00 |
|
Lukas Eder
|
e628c36698
|
Upgraded HSQLDB to the latest snapshot version, fixed integration tests
|
2012-02-28 17:26:32 +00:00 |
|
Lukas Eder
|
0d4d6e005b
|
Re-generated jooq-meta's Oracle SYS schema
|
2012-02-28 17:19:10 +00:00 |
|
Lukas Eder
|
ba07044227
|
Release 2.0.6-SNAPSHOT
|
2012-02-28 17:15:31 +00:00 |
|
Lukas Eder
|
ac72eb83ac
|
Resources should've been moved...?
|
2012-02-28 17:12:16 +00:00 |
|