Commit Graph

1108 Commits

Author SHA1 Message Date
Lukas Eder
dcf5d6005a Fixed broken test 2013-05-10 13:56:05 +02:00
Lukas Eder
503b986f11 [#2355] Add support for Postgres / HSQLDB's TRUNCATE [...] RESTART /
CONTINUE IDENTITY
2013-05-10 12:49:51 +02:00
Lukas Eder
32b6b787e6 Make testInsertIdentity() more robust, do not rely on assumptions
about initial identity values in test runs
2013-05-10 12:48:36 +02:00
Lukas Eder
1665723473 [#2355] [#2357] Add support for Postgres' TRUNCATE [...] CASCADE
statement
2013-05-10 12:29:50 +02:00
Lukas Eder
e66d2d6de6 Regenerated H2 and Oracle schemas 2013-05-09 16:28:35 +02:00
Lukas Eder
dcd2390d5c Fixed a regression introduced by a recent change 2013-05-09 16:12:06 +02:00
Lukas Eder
3237426f3e Regenerated H2 and Oracle Schemas 2013-05-09 15:00:48 +02:00
Lukas Eder
da5026373a [#2450] Regenerated schema 2013-05-09 14:58:40 +02:00
Lukas Eder
5b6759ca54 [#2448] Regenerated schema 2013-05-09 14:24:51 +02:00
Lukas Eder
a425d1c9dc [#2448] Regenerated schema 2013-05-09 14:20:43 +02:00
Lukas Eder
2043ebf68d [#2447] Regenerated schema 2013-05-09 14:06:37 +02:00
Lukas Eder
b8d6ea4729 [#2445] Generated jdbcoracle schemas 2013-05-09 13:45:50 +02:00
Lukas Eder
4ce94b7eb7 [#2445] JDBCDatabase doesn't recognise Oracle's VARCHAR2 data type (and
other vendor-specific data types)
2013-05-09 13:45:22 +02:00
Lukas Eder
3f9e7131b8 [#2445] Re-generate jdbc-generated classes 2013-05-09 12:45:09 +02:00
Lukas Eder
a1f558a69b [#2446] Add JDBCUtils.dialect(Connection) to "guess" the jOOQ SQLDialect
from a JDBC Connection
2013-05-09 12:34:07 +02:00
Lukas Eder
de3458f0d5 [#1373] Add <T> Field<T> Factory.coerce(Field<?>, DataType<T>) and
similar methods, to coerce a field to a given data type (as opposed to
casting it)
2013-05-05 12:43:46 +02:00
Lukas Eder
f5d8bf06bf [#2235] Add Result<?> DSLContext.fetchFromTXT() to allow for loading
results that were exported using Result.format() - Added test case
2013-05-03 17:04:09 +02:00
Lukas Eder
392c2e158c [#2291] Add DSLContext.fetchAny(Table, Condition) method and others 2013-05-03 15:28:16 +02:00
Lukas Eder
aa74f02875 [#2414] [#2436] [#2437] Added ParamType
- [#2414] Add Setting to influence parameter rendering (indexed,
named, inlined)
- [#2436] Add Query.getSQL(ParamType) and deprecate
Query.getSQL(boolean)
- [#2437] Add RenderContext.paramType() and deprecate
RenderContext.inline() and .namedParams()
2013-05-03 15:10:40 +02:00
Lukas Eder
6350d73134 [#2395] [#2428] Row value expression simulation.
- Simulate row value expression IN predicate using EXISTS
- Simulate row value expression comparison predicates using EXISTS
2013-05-01 21:31:05 +02:00
Lukas Eder
f67bafd609 SQLite doesn't support result set concurrency and type. Skip tests 2013-05-01 20:37:56 +02:00
Lukas Eder
ed860507cf [#2339] Support CUBRID 9.1's new features - Document support for
NTILE(), LEAD(), LAG() window functions
2013-05-01 18:40:21 +02:00
Lukas Eder
46a4c431f7 [#2339] Support CUBRID 9.1's new features - Upgraded CUBRID to 9.1 2013-05-01 18:32:04 +02:00
Lukas Eder
dae1576809 [#2339] Support CUBRID 9.1's new features - Upgraded CUBRID to 9.1 2013-05-01 18:31:33 +02:00
Lukas Eder
a8def97d1e [#2299] Allow for setting ResultSet flags (e.g.
ResultSet.TYPE_SCROLL_INSENSITIVE through
ResultQuery.resultSetConcurrency(), resultSetType(),
resultSetHoldability()
2013-05-01 17:57:28 +02:00
Lukas Eder
7c735242c0 Removed bad test code 2013-05-01 12:28:27 +02:00
Lukas Eder
b80451c42e [#2424] Integration-test jOOQ with the SQLite xerial driver 2013-05-01 12:08:42 +02:00
Lukas Eder
7822c93e64 [#2416] Add Result.intoXML(org.xml.sax.ContentHandler) to generate a SAX
event stream from a jOOQ result
2013-04-28 23:23:20 +02:00
Lukas Eder
dcdac6f7e8 [#1520] Handle Ingres', SQLite, SQL Server's, Sybase ASE's limitations
of 1024, 999, 2100 or 2000 maximum bind values per query
2013-04-28 18:52:36 +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
106b1b60dc [#2404] Cannot combine <dateAsTimestamp/> with <forcedType/> if both
match - Regenerated schema
2013-04-12 21:16:04 +02:00
Lukas Eder
ded80b7736 [#2404] Cannot combine <dateAsTimestamp/> with <forcedType/> if both
match - Added test configuration
2013-04-12 21:15:53 +02:00
Lukas Eder
724e8035bf Release 3.0.0-RC3: Regenerated all schemas 2013-04-12 16:28:30 +02:00
Lukas Eder
dc7bd7b56f Release 3.0.0-RC3: Fixed broken test 2013-04-12 15:00:33 +02:00
Lukas Eder
3882a1ab99 Release 3.0.0-RC3: Comment failing test case for well-known issue 2013-04-12 14:46:10 +02:00
Lukas Eder
5dbf025c13 [#2385] fetchOne() and fetchLazy() don't terminate the ExecuteListener
life cycle when an exception occurs - Added failing test case
2013-04-12 12:56:29 +02:00
Lukas Eder
ebca8adaa2 [#2388] Replace Configuration's List<ExecuteListener> with
ExecuteListenerProvider[] to simplify correct and thread-safe client
implementations
2013-04-12 12:00:30 +02:00
Lukas Eder
3f1e2af10a [#2399] Remove support for the USE statement 2013-04-12 10:05:32 +02:00
Lukas Eder
8d9a40ad19 [#2393] Fully qualified name not used for user-defined aggregate
function
2013-04-12 09:48:08 +02:00
Lukas Eder
28073c01db [#2391] Rename dialect-specific Factories [Dialect]Factory to
[Dialect]DSL
2013-04-07 22:44:29 +02:00
Lukas Eder
8075996ee0 [#2390] Change Configuration API to reflect jOOQ-style getter / setter
naming - Regenerated Oracle schema
2013-04-07 17:32:20 +02:00
Lukas Eder
6b5b1128b3 Changed integration test's "getDialect()" to "dialect()" to be more
in line with jOOQ-style getter naming
2013-04-07 17:24:01 +02:00
Lukas Eder
68db0cf354 Renamed AttachableInternal.getConfiguration() to configuration() for
consistency
2013-04-07 17:17:27 +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
c3883d2b92 [#2388] Replace Configuration's List<ExecuteListener> with an
ExecuteListenerProvider to simplify correct and thread-safe client
implementations
2013-04-07 16:57:23 +02:00
Lukas Eder
869ada72ed [#2389] Make org.jooq.impl.DefaultConfiguration public -
TODO: Make implementation threadsafe!
2013-04-07 15:36:12 +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
e0d80b860e Fixed test 2013-04-06 18:36:26 +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
740f8f84fe [#2374] INSERT .. RETURNING always returns null for dynamically created
tables - Added an integration test
2013-04-05 13:30:54 +02:00
Lukas Eder
4f519a7908 [#1868] [#2373] Cursor.close() doesn't terminate the ExecuteListener
life cycle
2013-04-05 11:18:39 +02:00
Lukas Eder
3648e2fc50 [#2373] Cursor.close() doesn't terminate the ExecuteListener life cycle
- Cursor should always be closed
2013-04-05 10:16:00 +02:00
Lukas Eder
f13fd3524a [#2373] ExecuteListener may have an unbalanced life-cycle - Fixed
LifecycleWatcherListener
2013-04-05 09:46:25 +02:00
Lukas Eder
46c185e3ce [#2373] ExecuteListener may have an unbalanced life-cycle - Added
LifecycleWatcherListener that collects start() and end() event counts
for display in integration tests
2013-04-05 09:40:13 +02:00
Lukas Eder
a654aff1ce Added some Javadoc 2013-04-05 08:44:39 +02:00
Lukas Eder
ec4283f169 [#2366] Add org.jooq.util.example package to jOOQ-codegen with some
example GeneratorStrategies
2013-04-03 21:25:03 +02:00
Lukas Eder
cd8b05e1b1 Regenerated sakila database 2013-04-03 21:18: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
6ea8c5a11e [#2353] Decouple org.jooq.Context from Configuration. Choose
composition over inheritance
2013-03-24 12:48:28 +01:00
Lukas Eder
dfb3dbf56c [#2343] Decouple lifecycle of Configuration and ExecuteContext 2013-03-24 12:23:46 +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
f97f81a43c [#2345] Singleton instances are not preserved after deserialisation -
Reverted adding of test case
2013-03-22 12:37:54 +01:00
Lukas Eder
513764796a [#2345] Singleton instances are not preserved after deserialisation -
Add failing test
2013-03-18 20:21:00 +01:00
Lukas Eder
513e440ab2 [#2328] Pull up UpdatableTable.getKeys() and getReferencesFrom() methods
to Table - Regenerated H2 database
2013-03-10 12:41:00 +01:00
Lukas Eder
b100f91d21 [#2328] Pull up UpdatableTable.getKeys() and getReferencesFrom() methods
to Table
2013-03-10 12:40:38 +01:00
Lukas Eder
f11aef3c4a Release 3.0.0-RC2 - Regenerated Derby, Firebird, CUBRID databases 2013-03-08 12:53:31 +01:00
Lukas Eder
a417ec7a89 Release 3.0.0-RC2 - Regenerated H2 schemata 2013-03-08 12:45:27 +01:00
Lukas Eder
67a0528ad2 Release 3.0.0-RC2 - Regenerated HSQLDB schemata 2013-03-08 12:36:28 +01:00
Lukas Eder
e437354b7e Release 3.0.0-RC2 - Regenerated MySQL schemata 2013-03-08 12:33:33 +01:00
Lukas Eder
68e729661b Release 3.0.0-RC2 - Fixed broken integration test 2013-03-08 12:21:52 +01:00
Lukas Eder
b52279b074 Release 3.0.0-RC2 - Fixed integration test scenario regression. The
Oracle custom strategy generation must generate "global object
references" for a test to work
2013-03-08 12:19:57 +01:00
Lukas Eder
da02d3d91f Release 3.0.0-RC2 - Regenerated Oracle schema 2013-03-08 12:14:06 +01:00
Lukas Eder
80bb886468 Release 3.0.0-RC2 - Regenerated Postgres schema 2013-03-08 12:02:28 +01:00
Lukas Eder
4b6a1546bc Release 3.0.0-RC2 - Fixed broken integration test 2013-03-08 12:02:11 +01:00
Lukas Eder
20325bd509 Release 3.0.0-RC2 - Regenerated SQL Server schema 2013-03-08 11:58:27 +01:00
Lukas Eder
32acfdd1d1 Release 3.0.0-RC2 - Regenerated Sybase and SQLite schema 2013-03-08 11:57:22 +01:00
Lukas Eder
7eac1008f7 Release 3.0.0-RC2 - Regenerated Sybase schema 2013-03-08 10:59:00 +01:00
Lukas Eder
9c3e348987 [#2294] Compilation errors when code generator is configured with
<daos>true</daos> and <relations>false</relations>
2013-03-08 09:42:02 +01:00
Lukas Eder
a9f3e9aee8 [#2308] Do not generate "final" Tables.java, UniqueKeys.java, etc. -
Added a compiler test
2013-03-08 09:32:03 +01:00
Lukas Eder
6667190690 [#2308] Do not generate "final" Tables.java, UniqueKeys.java, etc -
Regenerated code
2013-03-08 09:24:32 +01:00
Lukas Eder
2b75918106 [#2298] Suppress warnings in generated code (@SuppressWarnings("all")
doesn't work with javac) - Regenerated H2 schema
2013-03-03 10:05:53 +01:00
Lukas Eder
8e46b87f08 [#2248] Javac's max constant pool of 64k can be exceeded in
generated Keys.java or Tables.java - Regenerated Oracle schema
2013-02-28 18:59:42 +01:00
Lukas Eder
736b918864 [#2248] Javac's max constant pool of 64k can be exceeded in
generated Keys.java or Tables.java - Regenerated H2 schema
2013-02-28 18:43:05 +01:00
Lukas Eder
4a7ad9937e [#2278] Postgres (UUID and other) ARRAY types aren't correctly inlined
as string literals
2013-02-27 12:12:45 +01:00
Lukas Eder
0e291565d4 Fixed failing integration test 2013-02-27 11:53:35 +01:00
Lukas Eder
9c5a5d9465 [#2279] UUIDs aren't correctly deserialised from Postgres UDTs -
Regenerated Postgres schema
2013-02-26 21:52:27 +01:00
Lukas Eder
48628892e2 [#2279] UUIDs aren't correctly deserialised from Postgres UDTs 2013-02-26 21:52:10 +01:00
Lukas Eder
af1e52973a [#2271] jOOQ integration tests fail when not run in CET / CEST 2013-02-26 12:25:20 +01:00
Lukas Eder
9cba0ba771 [#2271] jOOQ integration tests fail when not run in CET / CEST 2013-02-26 12:23:42 +01:00
Lukas Eder
c4c0d9f98a Fixed warning 2013-02-25 19:44:04 +01:00
Lukas Eder
db315deb98 Removed toad extensions project nature 2013-02-25 17:34:16 +01:00
Lukas Eder
225494c790 Removed obsolete ant build script 2013-02-25 17:33:39 +01:00
Lukas Eder
f7a0b6613b Removed unneeded file 2013-02-25 17:33:07 +01:00
Lukas Eder
ffd285ed65 [#2267] SQLDialectNotSupportedException: Type class
org.postgis.PGgeometry is not supported in dialect null, when binding
PG* objects - Added BOX test
2013-02-25 17:26:22 +01:00
Lukas Eder
6f7982fceb [#2267] SQLDialectNotSupportedException: Type class
org.postgis.PGgeometry is not supported in dialect null, when binding
PG* objects - Added INTERVAL test
2013-02-25 17:23:15 +01:00
Lukas Eder
892f492630 [#2267] SQLDialectNotSupportedException: Type class
org.postgis.PGgeometry is not supported in dialect null, when binding
PG* objects - Regenerated Postgres schema
2013-02-25 16:55:39 +01:00
Lukas Eder
24254e039e [#2267] SQLDialectNotSupportedException: Type class
org.postgis.PGgeometry is not supported in dialect null, when binding
PG* objects
2013-02-25 16:55:04 +01:00
Lukas Eder
e93e470f94 Removed some deprecated code 2013-02-24 12:00:48 +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
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
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
fc50df551d [#2238] Added a large H2 test schema 2013-02-18 17:15:03 +01:00
Lukas Eder
86e0ced484 Re-generated all data 2013-02-17 20:08:27 +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
Lukas Eder
0455203f49 Release 3.0.0-RC1 - Improved method signature of Record.changed()
methods. Inversed arguments to make method feel more natural
2013-02-16 16:09:24 +01:00
Lukas Eder
2e226ae88e Release 3.0.0-RC1 - Skip failing tests (for now) 2013-02-16 15:57:29 +01:00
Lukas Eder
f026a628ab Release 3.0.0-RC1 - Fixed tests against maven-generated resources 2013-02-16 15:11:21 +01:00
Lukas Eder
1502c0f330 [#2202] Add Mock JDBC objects for unit testing with jOOQ - Use
jOOQ-style getters, not JavaBeans style
2013-02-16 11:02:05 +01:00
Lukas Eder
23cc627740 [#1139] Add support for Postgres TABLE types - Added test function 2013-02-16 09:44:26 +01:00
Lukas Eder
e3ec046490 [#2202] Add Mock JDBC objects for unit testing with jOOQ 2013-02-15 20:49:03 +01:00
Lukas Eder
8f8f88f665 Added resource to .gitignore 2013-02-12 16:24:24 +01:00
Lukas Eder
cea755069d [#834] Add support for the Firebird / Postgres UPDATE .. RETURNING
clause
2013-02-12 16:22:04 +01:00
Lukas Eder
5690504fea Added database artefacts to .gitignore 2013-02-12 16:20:02 +01:00
Lukas Eder
ab5f79497f Fixed launch targets 2013-02-12 16:11:56 +01:00
Lukas Eder
a6fcc7755d [#1977] Remove the confusing concept of having a "main key" as opposed
to a "primary key" - Regenerated H2, Oracle, Postgres
2013-02-12 12:37:47 +01:00
Lukas Eder
33b0af0f5e [#1977] Remove the confusing concept of having a "main key" as opposed
to a "primary key" - Fixed the sample databases. T_BOOK_STORE shall
have a primary key, instead of a UNIQUE key
2013-02-12 12:37:12 +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
5bd9a61f16 [#1309] Let Factory.val() return Param<T> instead of Field<T> 2013-02-12 11:18:46 +01:00
Lukas Eder
60397b8f89 [#2133] Allow for mapping <outputSchema/> to "" (empty) in order to
avoid the generation of a schema - Regenerated oracle3
2013-02-11 15:15:09 +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
ba97e7a604 Regenerated oracle2 schema 2013-02-11 14:47:44 +01:00
Lukas Eder
a4a3479b6f [#2079] Support generation of bean validation annotations on records
and interfaces - Regenerated H2 and Firebird schemas
2013-02-11 14:13:39 +01:00
Lukas Eder
e7b3db3ccb [#2079] Support generation of bean validation annotations on records
and interfaces
2013-02-11 14:13:23 +01:00
Lukas Eder
5af38a690a Fixed launch configuration 2013-02-09 18:29:50 +01:00
Lukas Eder
ad4378ec57 [#2160] [#2161] Add Executor.batchInsert,
batchUpdate(UpdatableRecord<?>...) to mass-insert/update a set of
UpdatableRecords
2013-02-09 18:24:14 +01:00
Lukas Eder
66dd5f25e9 [#1686] Add UpdatableRecord.insert() and update() 2013-02-09 17:48:05 +01:00
Lukas Eder
304865bbdf [#2177] Add ResultQuery.intern() and Result.intern() for string
interning in result sets
2013-02-09 16:42:29 +01:00
Lukas Eder
f80a193467 Changed benchmark constant 2013-02-09 12:18:10 +01:00
Lukas Eder
058151a756 [#2178] Improve FieldList. Avoid creating excessive array lists, where
simple (immutable) Field<?>[] are sufficient - Removed dependency
between SelectFieldList and FieldList
2013-02-08 19:12:58 +01:00
Lukas Eder
8573e3d0c5 [#2178] Improve FieldList. Avoid creating excessive array lists,
where simple (immutable) Field<?>[] are sufficient - Added benchmark
2013-02-08 13:07:53 +01:00
Lukas Eder
ffed40f22e Renamed methods from example 2013-02-08 12:17:05 +01:00
Lukas Eder
32a166a198 [#2172] Add <T> set(Field<T>, Select<? extends Record1<T>>) methods
to UPDATE, MERGE and INSERT statements
2013-02-07 15:29:14 +01:00
Lukas Eder
7af3fe112e [#1926] Add <T1, T2, ..., T[N]> MergeXXXStep<R, T1, T2, ..., T[N]>
Executor.mergeInto(Table<?>, Field<T1>, Field<T2>, ..., Field<TN>)
2013-02-07 11:53:34 +01:00
Lukas Eder
d718f61059 [#1921] Add <T1, T2, ..., T[N]> InsertValuesStep[N]<R, T1, T2, ...,
T[N]> Executor.insertInto(Table<R>, Field<T1>, Field<T2>, ...,
Field<TN>)
2013-02-05 18:20:57 +01:00
Lukas Eder
5d1a98b49d [#1886] Query.bind() has no effect when Query.keepStatement(true)
and StatementType.STATIC_STATEMENT are combined
2013-02-05 14:53:48 +01:00
Lukas Eder
649954e76c [#2159] Let ExecuteListener extend Serializable 2013-02-04 20:45:49 +01:00
Lukas Eder
86e581c869 [#1578] Change configuration of ExecuteListeners in Configuration.
Listeners instances should be provided, not classes
2013-02-04 20:39:43 +01:00
Lukas Eder
e792c72173 [#1902] Duplicate SELECT API between Executor and Factory 2013-02-04 18:44:18 +01:00
Lukas Eder
59732b662d [#2154] Generated Records should access values by index, not by
field, for performance reasons - Regenerated H2 schema
2013-02-04 16:22:16 +01:00
Lukas Eder
c4850ad5e1 [#1170] Improve performance on jOOQ's reflection usage - Added benchmark 2013-02-01 18:56:50 +01:00