Lukas Eder
|
87e281a6f4
|
Release 2.6.3
|
2013-02-25 15:47:58 +01:00 |
|
Lukas Eder
|
a398476260
|
[#2258] Restore private and deprecated versions of the Factory
constructors, adding some Javadoc about the changes between jOOQ 2.x and
3.0
|
2013-02-24 12:10:51 +01:00 |
|
Lukas Eder
|
e93e470f94
|
Removed some deprecated code
|
2013-02-24 12:00:48 +01:00 |
|
Lukas Eder
|
78937968a6
|
[#2262] RenderSchema has no effect, if not supplied to the Executor
constructor
|
2013-02-24 11:50:51 +01:00 |
|
Lukas Eder
|
6a6c9d3526
|
[#2259] RenderMapping has no effect, if not supplied to the Executor
constructor
|
2013-02-24 11:38:20 +01:00 |
|
Lukas Eder
|
d4d5df40bb
|
Fixed bad test
|
2013-02-24 11:35:04 +01:00 |
|
Lukas Eder
|
0457e0b782
|
Removed deprecated SchemaMapping.NO_MAPPING
|
2013-02-24 11:28:35 +01:00 |
|
Lukas Eder
|
411a66eac1
|
Fixed tutorial bug
|
2013-02-24 11:08:01 +01:00 |
|
Lukas Eder
|
300c4b8693
|
[#2257] Add List<IdentityDefinition>
Database.getIdentities(SchemaDefinition) for convenience to jooq-meta
|
2013-02-20 17:54:58 +01:00 |
|
Lukas Eder
|
e012c0e547
|
[#2255] Add code generation option to avoid the generation of
"global object references"
|
2013-02-20 17:22:18 +01:00 |
|
Lukas Eder
|
000360f05a
|
[#2244] Add section to the manual indicating that the jOOQ generator can
only handle schemas of a certain size
|
2013-02-20 16:35:29 +01:00 |
|
Lukas Eder
|
4cd82505dd
|
[#2216] Improve example in the "jOOQ for CRUD" section. Use only columns
from the sample database
|
2013-02-20 15:06:17 +01:00 |
|
Lukas Eder
|
cb307f0fd7
|
[#2219] Double-escaping in manual's tutorial example code, Step 6
Conflicts:
jOOQ-website/src/main/resources/manual-2.7.xml
|
2013-02-20 15:05:51 +01:00 |
|
Lukas Eder
|
53b5c70fc1
|
[#2252] ArrayIndexOutOfBoundsException, when rendering plain SQL that is
terminated by a comment - Added test case
|
2013-02-20 15:00:23 +01:00 |
|
Lukas Eder
|
4b61106f4a
|
Merge pull request #2251 from joe776/master
[#2252] ArrayIndexOutOfBoundsException, when rendering plain SQL that is terminated by a comment
|
2013-02-20 05:55:04 -08:00 |
|
Joerg Schoenfisch
|
8f7a70f4a0
|
i could still have been out of bounds if there is only a single newline character(Linux) and not two(Windows).
|
2013-02-20 14:43:00 +01:00 |
|
Joerg Schoenfisch
|
e913111a8e
|
Prevent an IndexOutOfBoundsException if the SQL-String ends with a single line comment without a newline.
|
2013-02-20 14:31:30 +01:00 |
|
Lukas Eder
|
9bcaf9edea
|
Fixed syntax error in Javadoc example
|
2013-02-20 11:28:53 +01:00 |
|
Lukas Eder
|
d66fbbab21
|
[#2212] "code size too large" in generated SchemaImpl, when the number
of tables exceeds 15k - Regenerated H2 schema
|
2013-02-19 18:53:26 +01:00 |
|
Lukas Eder
|
682f844709
|
[#2212] "code size too large" in generated SchemaImpl, when the number
of tables exceeds 15k
|
2013-02-19 18:53:16 +01:00 |
|
Lukas Eder
|
c8aac299fe
|
Regenerated H2 schema
|
2013-02-19 16:55:09 +01:00 |
|
Lukas Eder
|
c54f543332
|
Upgraded H2 dependency
|
2013-02-19 13:47:42 +01:00 |
|
Lukas Eder
|
23638e4693
|
Fix a warning
|
2013-02-19 13:35:54 +01:00 |
|
Lukas Eder
|
6c9b0d3397
|
[#2212] "code size too large" in generated SchemaImpl, when the number
of tables exceeds 15k - Added test data for the H2 database
|
2013-02-19 11:44:34 +01:00 |
|
Lukas Eder
|
bbd774795c
|
[#2200] Add Executor.fetchCount(Select<?>) and Select.fetchCount() to
replace the projection by a COUNT(*) query
|
2013-02-19 11:01:47 +01:00 |
|
Lukas Eder
|
1959ee6411
|
[#2238] Code generation runs extremely slow for large schemas
(Inefficient DefaultRelations.getUniqueKeys() and getForeignKeys()
methods)
|
2013-02-18 17:49:58 +01:00 |
|
Lukas Eder
|
ac9bf12756
|
[#2239] Code generation runs extremely slow for large schemas
(Inefficient AbstractDatabase.filterSchema() methods)
|
2013-02-18 17:29:27 +01:00 |
|
Lukas Eder
|
fc50df551d
|
[#2238] Added a large H2 test schema
|
2013-02-18 17:15:03 +01:00 |
|
Lukas Eder
|
b30e478de3
|
[#2238] Code generation runs extremely slow for large schemas
(Inefficient DefaultRelations.getUniqueKeys() and getForeignKeys()
methods)
|
2013-02-18 17:12:31 +01:00 |
|
Lukas Eder
|
b2894684df
|
Fixed warning
|
2013-02-18 15:56:08 +01:00 |
|
Lukas Eder
|
3bb709b677
|
Release 3.0.0-RC2 - Improved code formatting for release notes
|
2013-02-18 13:16:17 +01:00 |
|
Lukas Eder
|
3192dc584d
|
Release 3.0.0-RC2 - Fixed version info in download.php and notes.php
|
2013-02-18 13:15:57 +01:00 |
|
Lukas Eder
|
4a8ffaea3b
|
Release 3.0.0-RC1 - Added generated test classes to the test source
paths in Maven
|
2013-02-18 11:54:45 +01:00 |
|
Lukas Eder
|
66470bc6c9
|
Release 3.0.0-RC1 - Moved generated test resources to the
generate-test-sources phase and directory
|
2013-02-18 11:09:33 +01:00 |
|
Lukas Eder
|
cd0021839d
|
Release 3.0.0-RC1 - Updated release notes
|
2013-02-17 22:46:05 +01:00 |
|
Lukas Eder
|
766b694ce6
|
[#2215] Improve example in the "jOOQ for CRUD" section. Use only columns
from the sample database
|
2013-02-17 22:45:02 +01:00 |
|
Lukas Eder
|
a6ec1614be
|
Release 3.0.0-RC1 - Added some sections to the manual
|
2013-02-17 22:31:27 +01:00 |
|
Lukas Eder
|
e07671ab20
|
Release 3.0.0-RC1 - Small optimisation
|
2013-02-17 21:07:04 +01:00 |
|
Lukas Eder
|
4ef9e48623
|
Release 3.0.0-RC1 - Fixed manual line lengths
|
2013-02-17 20:58:07 +01:00 |
|
Lukas Eder
|
d6ef7a7f09
|
Release 3.0.0-RC1 - Fixed version number
|
2013-02-17 20:50:25 +01:00 |
|
Lukas Eder
|
0116b7d920
|
Release 3.0.0-RC1 added reference to the 3.0 manual
|
2013-02-17 20:45:24 +01:00 |
|
Lukas Eder
|
8bf263251f
|
Release 3.0.0-RC1 Fixed Javadoc issues
|
2013-02-17 20:20:38 +01:00 |
|
Lukas Eder
|
86e0ced484
|
Re-generated all data
|
2013-02-17 20:08:27 +01:00 |
|
Lukas Eder
|
b616f21fe8
|
Release 3.0.0-RC1 - Added release notes
|
2013-02-17 19:22:31 +01:00 |
|
Lukas Eder
|
797b1b5e0f
|
[#2227] Field.in(T...) doesn't convert argument values to the Field's
type
|
2013-02-17 19:07:56 +01:00 |
|
Lukas Eder
|
b631eedb23
|
[#2223] SQL injection is possible in org.jooq.impl.Val, if client code
doesn't correctly enforce generic typesafety, and bind variables are
inlined
|
2013-02-17 18:34:58 +01:00 |
|
Lukas Eder
|
d413070394
|
Added resource to .gitignore
|
2013-02-17 17:43:26 +01:00 |
|
Lukas Eder
|
d76824bd3e
|
Release 3.0.0-RC1 - Fixed weird regression in test scripts, due to
Ingres upgrade (??)
|
2013-02-16 17:34:32 +01:00 |
|
Lukas Eder
|
d90506919c
|
Release 3.0.0-RC1 - Fixed non-deterministic test-case
|
2013-02-16 16:35:19 +01:00 |
|
Lukas Eder
|
a7506c6d52
|
Release 3.0.0-RC1 - Skip failing test (for now)
|
2013-02-16 16:28:47 +01:00 |
|