Commit Graph

275 Commits

Author SHA1 Message Date
Lukas Eder
1e51ed871a [#2624] Wrong SQL Server 2012 detection in jOOQ-Meta 2013-07-09 17:37:04 +02:00
Lukas Eder
9216742d70 [#2618] Document the fact that different packages are generated for
different schemas
2013-07-07 13:28:27 +02:00
Lukas Eder
e60dc20866 [#2608] Error in code generator when the sqlite_sequence table is
missing
2013-07-05 09:56:23 +02:00
Lukas Eder
604a73b7b8 [#2606] Distinguish ORACLE10G, ORACLE11G, ORACLE12C SQLDialects within
the ORACLE family
2013-07-04 10:49:07 +02:00
Lukas Eder
07f35be833 [#2594] Add primary key and foreign key navigation support in
JDBCDatabase
2013-07-02 22:34:44 +02:00
Lukas Eder
66c71583f3 Release 3.2.0-SNAPSHOT 2013-07-02 10:52:33 +02:00
Lukas Eder
5827083e4e Release 3.1.0 2013-06-30 15:55:46 +02:00
Lukas Eder
b3da168384 Fixed warning 2013-06-30 13:20:25 +02:00
Lukas Eder
d74988011f Ignore unreliable Eclipse resource leaks warnings 2013-06-30 13:18:57 +02:00
Lukas Eder
fc54860099 [#2058] Add support for the MariaDB database 2013-06-28 13:34:35 +02:00
Lukas Eder
e5650e88a9 [#742] Improve MySQL Stored Procedure support using MySQL 5.5's
INFORMATION_SCHEMA.PARAMETERS dictionary table
2013-06-23 14:48:15 +02:00
Lukas Eder
ef6022aa1f Regenerated mysql meta schema 2013-06-23 14:23:17 +02:00
Lukas Eder
48a3f2bd2a [#2412] jOOQ Meta does not recognise non-uppercase IN, OUT, INOUT
keywords in MySQL stored procedures
2013-06-23 14:14:33 +02:00
Lukas Eder
297a6ae98c [#2509] Expose CHECK constraints in jOOQ-meta 2013-06-09 14:11:38 +02:00
Lukas Eder
742b691d9c Javadoc fixes 2013-06-09 12:39:45 +02:00
Lukas Eder
1b0824149f Whitespace fix 2013-06-09 12:31:41 +02:00
Lukas Eder
b0b22c9d5e Javadoc fixes 2013-06-09 12:29:17 +02:00
Lukas Eder
1ba458e18e [#2494] Possible null pointer passed to ConnectionProvider.release() 2013-05-31 15:07:59 +02:00
Lukas Eder
1c7cbc1089 [#2496] Add support for SQL Server 2012 sequences 2013-05-31 13:31:30 +02:00
Lukas Eder
6ace1f332d [#2404] Cannot combine <dateAsTimestamp/> with <forcedType/> if both
match
2013-05-26 08:49:06 +02:00
Lukas Eder
909e5aef53 [#2478] IngresDatabase erroneously joins IIINDEXES to get constraint
columns, rather than using IIKEYS
2013-05-24 16:46:57 +02:00
Lukas Eder
6f490e8f92 [#2449] JDBCDatabase doesn't use DataType.length(), precision(), and
scale()
2013-05-09 14:58:06 +02:00
Lukas Eder
da3a371a73 [#2445] Let JDBCDatabase guess the SQLDialect from the connection 2013-05-09 12:44:51 +02:00
Lukas Eder
21569fda4f Release 3.1.0-SNAPSHOT 2013-05-01 18:04:58 +02:00
Lukas Eder
c5df4f8db9 [#2401] Bad package name generated when <packageName/> contents are not
trimmed
2013-04-28 13:07:20 +02:00
Lukas Eder
e23d2af072 Release 3.0.0 2013-04-28 11:49:58 +02:00
Lukas Eder
fb7a0c535f Release 3.0.0-RC3: Version increment 2013-04-12 15:29:22 +02:00
Lukas Eder
15f24d6e39 [#2390] Change Configuration API to reflect jOOQ-style getter /
setter naming
2013-04-07 17:06:04 +02:00
Lukas Eder
906df54303 [#2380] Rename org.jooq.impl.Factory to org.jooq.DSL - Step 1
- Renamed org.jooq.impl.Factory to org.jooq.impl.DSL
2013-04-06 21:17:18 +02:00
Lukas Eder
0183ecab99 [#2379] Replace 3.0-RC1 Executor type by a contextual DSL type
constructed from Factory.using() - Step 4
- Renamed ContextDSL to DSLContext
2013-04-06 21:00:50 +02:00
Lukas Eder
20af63d55e [#2379] Replace 3.0-RC1 Executor type by a contextual DSL type
constructed from Factory.using() - Step 3
- Make Executor package-private
- Rename Executor to ContextDSLImpl
- Re-generate H2, MySQL, Oracle databases
- Let DAO reference a Configuration instead of an Executor [#2382]
2013-04-06 18:45:45 +02:00
Lukas Eder
412bd45e12 [#2379] Replace 3.0-RC1 Executor type by a contextual DSL type
constructed from Factory.using() - Step 1
- Make Executor constructors package-private
- Add Factory.using() factory method
2013-04-06 17:45:07 +02:00
Lukas Eder
abe43ec2c2 Release 3.0.0-SNAPSHOT 2013-04-05 11:20:59 +02:00
Lukas Eder
58d3979bec [#2362] Decouple org.jooq.impl.Executor from Configuration. Choose
composition over inheritance
2013-03-30 18:04:00 +01:00
Lukas Eder
c2f4dc2a71 [#2328] Remove UpdatableTable marker interface, pulling up methods
to Table - Regenerated databases
2013-03-24 11:45:57 +01:00
Lukas Eder
00c2ddb15d [#2351] Relax ConnectionProvider contract, allowing acquire() to
return new Connections even before release() is called
2013-03-22 14:20:08 +01:00
Lukas Eder
86bc2b5dc8 [#2347] Let equals() implementations succeed early on identity 2013-03-20 20:04:28 +01:00
Lukas Eder
c4cb32ee5e Release 3.0.0-RC2 2013-03-08 10:30:08 +01:00
Lukas Eder
0e46a4a207 [#2290] Add Database.getUniqueKeys() and getForeignKeys to jOOQ-meta 2013-02-28 18:22:53 +01:00
Lukas Eder
244f82c49f Release 3.0.0-SNAPSHOT 2013-02-28 10:33:51 +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
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
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
8576e1d56d Release 3.0.0-RC1 2013-02-16 14:28:59 +01:00
Lukas Eder
55ac47250a [#1977] Remove the confusing concept of having a "main key" as opposed
to a "primary key" - Fixed generated code
2013-02-12 12:30:25 +01:00
Lukas Eder
fba595a302 [#1977] Remove the confusing concept of having a "main key" as opposed
to a "primary key"
2013-02-12 12:30:11 +01:00
Lukas Eder
3d30514a52 [#2133] Allow for mapping <outputSchema/> to "" (empty) in order to
avoid the generation of a schema
2013-02-11 15:14:59 +01:00
Lukas Eder
b7b392d232 [#2176] Add hint in code generation, when an unsupported, old database
version is being used (e.g. MS SQL Server 2000)
2013-02-09 15:39:15 +01:00