Lukas Eder
|
10e330343c
|
Fixed MySQL datetime test case
|
2012-02-18 16:30:00 +00:00 |
|
Lukas Eder
|
58ef7190ec
|
[#408] Add class prefixes, suffixes and other options to the code generator - deprecated getFullJavaIdentifierUC, replaced by getFullJavaIdentifier
|
2012-02-18 16:18:25 +00:00 |
|
Lukas Eder
|
385e4c6b30
|
[#408] Add class prefixes, suffixes and other options to the code generator - deprecated getJavaClassNameLC, replaced by more meaningful method names
|
2012-02-18 16:06:09 +00:00 |
|
Lukas Eder
|
1a3b91734b
|
[#408] Add class prefixes, suffixes and other options to the code generator - replaced "suffix" by "mode" in GeneratorStrategy
|
2012-02-18 15:35:47 +00:00 |
|
Lukas Eder
|
2c60728379
|
Suppressed warnings
|
2012-02-18 15:34:42 +00:00 |
|
Lukas Eder
|
cfbc514d49
|
Generate POJOs and JPA annotations also for Oracle multi-schema test artefacts
|
2012-02-18 15:32:07 +00:00 |
|
Lukas Eder
|
bd7e48ef21
|
[#1162] Integrate jOOR into jOOQ for simpler reflection - replaced jooq-test dependency
|
2012-02-18 14:03:00 +00:00 |
|
Lukas Eder
|
43b3f39083
|
[#1164] Distinguish between Definition.getInputName(), .getOutputName(), .getJavaName()
[#1165] Add constraint name to generated javadoc
|
2012-02-18 13:58:53 +00:00 |
|
Lukas Eder
|
8acde3b97a
|
[#93] Add Field.equalIgnoreCase(), Field.notEqualIgnoreCase()
|
2012-02-18 12:52:59 +00:00 |
|
Lukas Eder
|
7a4fb0a9ac
|
- Fixed broken BatchSingle test for execution using StatementType.STATIC_STATEMENT
- Added SettingsTools for convenient access to settings elements
|
2012-02-18 12:36:59 +00:00 |
|
Lukas Eder
|
2648abf3c4
|
[#1160] Implement Field.contains(), .startsWith(), .endsWith() for numeric values, too
|
2012-02-18 12:19:03 +00:00 |
|
Lukas Eder
|
396f999fb7
|
[#1161] Use reflection to remove compile-time dependency on ojdbc for creating ARRAYs
|
2012-02-18 10:07:44 +00:00 |
|
Lukas Eder
|
5561e3b071
|
[#1162] Integrate jOOR into jOOQ for simpler reflection
|
2012-02-18 10:06:20 +00:00 |
|
Lukas Eder
|
bd9c108e1e
|
Fixed broken DATETIME test case (for Oracle)
|
2012-02-18 10:05:45 +00:00 |
|
Lukas Eder
|
fffe7a5951
|
Fixed broken TRUNCATE test case
|
2012-02-18 10:05:12 +00:00 |
|
Lukas Eder
|
83e97c2870
|
[#1147] Add integration tests for executing SQL generated using Factory.renderInlined()
|
2012-02-17 15:29:54 +00:00 |
|
Lukas Eder
|
0ff986314f
|
[#1147] Add integration tests for executing SQL generated using Factory.renderInlined() - regenerated the schema
|
2012-02-17 15:06:21 +00:00 |
|
Lukas Eder
|
6af1d0dd5d
|
[#1147] Add integration tests for executing SQL generated using Factory.renderInlined() - regenerated the schema
|
2012-02-17 15:04:35 +00:00 |
|
Lukas Eder
|
a9e9ee04cb
|
[#1147] Add integration tests for executing SQL generated using Factory.renderInlined() - regenerated the schema
|
2012-02-17 15:01:19 +00:00 |
|
Lukas Eder
|
50b55e3d5b
|
[#1147] Add integration tests for executing SQL generated using Factory.renderInlined() - regenerated the schema
|
2012-02-17 14:52:19 +00:00 |
|
Lukas Eder
|
d6985a6f5d
|
[#1147] Add integration tests for executing SQL generated using Factory.renderInlined() - regenerated the schema
|
2012-02-17 14:44:24 +00:00 |
|
Lukas Eder
|
06437210ad
|
Fixed NullPointerException
|
2012-02-17 11:31:09 +00:00 |
|
Lukas Eder
|
5cd584787e
|
[#1159] Support matching numbers with LIKE, e.g. ID LIKE '%33%'
|
2012-02-17 10:20:05 +00:00 |
|
Lukas Eder
|
283a43664e
|
[#1156] Bad inlining of DATE / TIME / TIMESTAMP data types in Ingres (and other dialects, when the setting differs from the default)
|
2012-02-17 09:56:48 +00:00 |
|
Lukas Eder
|
5c54b8d767
|
Added additional comment
|
2012-02-17 09:55:19 +00:00 |
|
Lukas Eder
|
30f44b809a
|
[#1154] Bad inlining of byte[] in most dialects
|
2012-02-16 23:50:42 +00:00 |
|
Lukas Eder
|
0071b65f4b
|
[#1154] Bad inlining of byte[] in most dialects - Fixed for H2
[#1155] byte[] are erroneously converted to String when using Record.intoArray()
|
2012-02-16 23:03:24 +00:00 |
|
Lukas Eder
|
83ee1dc699
|
[#1153] Bad inlining of booleans in Sybase ASE / DB2 / Oracle / SQL Server / SQLite
|
2012-02-16 22:23:15 +00:00 |
|
Lukas Eder
|
17a61d8856
|
[#1149] Allow for optional "http://www.jooq.org/xsd/jooq-codegen-2.0.4.xsd" namespace in jooq-codegen configuration
|
2012-02-16 20:59:00 +00:00 |
|
Lukas Eder
|
b3f0b08d95
|
[#1145] Add runtime configuration to specify whether a java.sql.PreparedStatement (with bind variables) or a java.sql.Statement (with inlined parameters) should be executed
|
2012-02-16 20:43:55 +00:00 |
|
Lukas Eder
|
d429f5a417
|
[#1152] Add <E extends java.lang.Enum<E> & org.jooq.EnumType> E MySQLFactory.enumType(Class<E>, int) for enum reverse lookups of MySQL-specific enums
|
2012-02-16 18:25:13 +00:00 |
|
Lukas Eder
|
f095d9aaf1
|
[#1146] Add Query.getSQL(boolean) to indicate that bind values should be inlined (as a convenience for Factory.renderInlined(QueryPart))
|
2012-02-15 22:39:05 +00:00 |
|
Lukas Eder
|
c0764d20c3
|
[#492] RUNTIME-CONFIG: Add run-time configuration
[#1151] Deprecate SchemaMapping in favour of new runtime configuration
Re-generated jooq-meta artefacts
|
2012-02-15 21:41:16 +00:00 |
|
Lukas Eder
|
fc682afd31
|
[#1140] Add ResultQuery.fetchResultSet() to return the underlying JDBC result set
[#1148] Add Cursor.resultSet() to expose the underlying ResultSet
|
2012-02-15 18:50:13 +00:00 |
|
Lukas Eder
|
95e04de914
|
[#1142] Rename Result.exportXML() to Result.intoXML() to stay more consistent
|
2012-02-15 17:59:02 +00:00 |
|
Lukas Eder
|
4bd3feea8d
|
[#1143] Add Result.isNotEmpty() for convenience
|
2012-02-15 17:55:39 +00:00 |
|
Lukas Eder
|
db539ad29c
|
Release 2.0.5-SNAPSHOT
|
2012-02-15 17:47:33 +00:00 |
|
Lukas Eder
|
6291dca929
|
Release 2.0.4 - Updated manual
|
2012-02-12 16:15:07 +00:00 |
|
Lukas Eder
|
f292c9e583
|
Release 2.0.4
|
2012-02-12 15:28:57 +00:00 |
|
Lukas Eder
|
1597e34955
|
Fixed code generation issues
|
2012-02-12 15:06:28 +00:00 |
|
Lukas Eder
|
8a1ca11662
|
Release 2.0.4
|
2012-02-12 14:37:58 +00:00 |
|
Lukas Eder
|
28681a811d
|
[#1136] Add generation option to generate navigation methods
|
2012-02-12 13:55:50 +00:00 |
|
Lukas Eder
|
bba5e6c7e2
|
Added documentation to the codegen XSD
|
2012-02-12 13:43:47 +00:00 |
|
Lukas Eder
|
3df9a0edb8
|
Generate POJOs and JPA annotations in schema-rewrite integration tests
|
2012-02-12 13:10:19 +00:00 |
|
Lukas Eder
|
0e78e5767e
|
[#1135] Generated Javadoc references inputSchema instead of outputSchema
|
2012-02-12 13:06:24 +00:00 |
|
Lukas Eder
|
5f68d70aa7
|
[#1134] NullPointerException in code generation when a foreign key constraint references a table from another schema that is not being generated
|
2012-02-12 12:58:42 +00:00 |
|
Lukas Eder
|
e29b417823
|
[#1133] Compilation errors in generated source code if the same constraint name exists in several schemata
|
2012-02-12 11:27:10 +00:00 |
|
Lukas Eder
|
c40db95450
|
[#1096] Add support for generator.generate.unsigned-types in Maven source code generation
[#1108] Add support for multi-schema databases using Maven code generation
|
2012-02-11 15:03:13 +00:00 |
|
Lukas Eder
|
bdc1ba559d
|
Fixed Javadoc links
|
2012-02-11 13:47:19 +00:00 |
|
Lukas Eder
|
2c5ed10720
|
Fixed Javadoc links
|
2012-02-11 13:34:02 +00:00 |
|