Commit Graph

1628 Commits

Author SHA1 Message Date
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
Lukas Eder
0f3e0cf5e8 Fixed Javadoc links 2012-02-11 13:11:54 +00:00
Lukas Eder
08684517d1 [#8] Add JPA annotations to generated POJOs 2012-02-11 11:39:31 +00:00
Lukas Eder
109e632837 [#1129] Allow for using Param in LIMIT .. OFFSET clauses
[#1132] Add RenderContext.castMode() to allow for avoiding casts where this is not really needed
2012-02-11 09:34:29 +00:00
Lukas Eder
08fb1fd521 [#1127] Add support for POJO classes generation 2012-02-10 21:42:37 +00:00
Lukas Eder
69c6176943 [#1131] DB2: [No authorized routine named "LIKE" of type "FUNCTION" having compatible arguments was found] when using Field.like(concat(x, y)) 2012-02-10 20:17:01 +00:00
Lukas Eder
61dbf277c2 Fixed broken loader test 2012-02-10 19:26:50 +00:00
Lukas Eder
edcd307b04 [#1125] Postgres needs casting for date time data types in queries like SELECT ? FROM DUAL 2012-02-10 19:22:54 +00:00
Lukas Eder
dbb7e526a7 [#1128] NULL is inlined in INSERT statement instead of binding it as a variable. This can cause issues when using jOOQ with Spring - Added test case 2012-02-10 18:31:41 +00:00
Lukas Eder
ff5e99870a Added some useful conversion methods 2012-02-10 18:12:03 +00:00
Lukas Eder
543fb5e9f9 [#1009] Add integration tests for proper handling of time zones 2012-02-08 23:07:16 +00:00
Lukas Eder
59a5f81a32 [#1125] Postgres needs casting for date time data types in queries like SELECT ? FROM DUAL - Added marker comment 2012-02-08 23:01:14 +00:00
Lukas Eder
220d56f46f Fixed home page example 2012-02-08 21:50:13 +00:00
Lukas Eder
8033f9f895 [#1105] Add integration tests for multi-schema source code generation and querying 2012-02-05 17:54:30 +00:00
Lukas Eder
e15e568a98 Avoid $ package name 2012-02-05 17:10:16 +00:00
Lukas Eder
e3361763aa [#1105] Add integration tests for multi-schema source code generation and querying - added test data 2012-02-05 16:46:14 +00:00
Lukas Eder
be975e8acc [#1122] The 10k lines of integration test code are too heavy for the compiler. Create test modules with fewer lines of code 2012-02-05 16:15:43 +00:00
Lukas Eder
9ea7ab5369 [#1122] The 10k lines of integration test code are too heavy for the compiler. Create test modules with fewer lines of code 2012-02-05 16:02:07 +00:00
Lukas Eder
453d0e0b86 [#1105] Add integration tests for multi-schema source code generation and querying - partial commit 2012-02-05 13:21:17 +00:00
Lukas Eder
43b781c21d [#1119] Add support for PIPELINED TABLE functions in Oracle - added test data 2012-02-05 10:40:15 +00:00
Lukas Eder
64ab05533c [#1093] Add support for generator.strategy in Maven source code generation 2012-02-04 22:05:51 +00:00
Lukas Eder
855eeb641d [#1095] Move generator.generate.unsigned-types to generator.database namespace 2012-02-04 22:02:10 +00:00
Lukas Eder
77f866cfb9 Added additional tests 2012-02-04 21:39:58 +00:00
Lukas Eder
900a224bc0 [#1117] NullPointerException when passing an ArrayRecord containing a null array to a stored function in Oracle 2012-02-04 21:28:26 +00:00
Lukas Eder
5d0ebca5c5 [#884] ARRAY's and UDT's are not correctly inlined when rendering inlined SQL 2012-02-04 21:17:21 +00:00
Lukas Eder
1a81b4a388 [#1114] Syntax error when unnesting TABLE of OBJECT in Oracle. The unnested table contains several columns but jOOQ only unnests "COLUMN_VALUE"
[#1115] Add support for Oracle VARRAY/TABLE of OBJECT types
2012-02-04 21:02:20 +00:00
Lukas Eder
2ae96995f9 [#1114] Syntax error when unnesting TABLE of OBJECT in Oracle. The unnested table contains several columns but jOOQ only unnests "COLUMN_VALUE" - Updated test schema 2012-02-04 17:55:48 +00:00
Lukas Eder
0e067d0c70 [#1114] Syntax error when unnesting TABLE of OBJECT in Oracle. The unnested table contains several columns but jOOQ only unnests "COLUMN_VALUE" - Updated test schema 2012-02-04 17:42:37 +00:00
Lukas Eder
e0a92140f7 [#1113] Standalone calls to functions returning TABLE types in Oracle causes: PLS-00653: aggregate/table functions are not allowed in PL/SQL scope
[#1114] Syntax error when unnesting TABLE of OBJECT in Oracle. The unnested table contains several columns but jOOQ only unnests "COLUMN_VALUE"

Added test case
2012-02-04 17:39:24 +00:00