Commit Graph

460 Commits

Author SHA1 Message Date
Lukas Eder
90cfec17b3 Release 2.0.4-SNAPSHOT 2012-01-29 20:49:08 +00:00
Lukas Eder
86c380a534 [#395] Use XML configuration file instead of plain properties file - Implemented backwards-compatibility 2012-01-29 20:46:32 +00:00
Lukas Eder
1caa1059d6 [#395] Use XML configuration file instead of plain properties file - Implemented backwards-compatibility 2012-01-29 20:43:34 +00:00
Lukas Eder
134e44218b [#395] Use XML configuration file instead of plain properties file - Implemented backwards-compatibility 2012-01-29 20:43:09 +00:00
Lukas Eder
22d3e3f2c4 [#395] Use XML configuration file instead of plain properties file - Implemented backwards-compatibility 2012-01-29 20:41:39 +00:00
Lukas Eder
882f2ba7c8 [#395] Use XML configuration file instead of plain properties file - Added jaxb artefacts 2012-01-29 18:52:58 +00:00
Lukas Eder
c47e79b92f [#395] Use XML configuration file instead of plain properties file - Added jaxb artefacts 2012-01-29 18:35:45 +00:00
Lukas Eder
8761a43b5c [#1090] Run jOOQ tests against AdventureWorks SQL Server sample database - Added generation configuration 2012-01-29 17:24:18 +00:00
Lukas Eder
209c0e294a [#1090] Run jOOQ tests against AdventureWorks SQL Server sample database - Added generation configuration 2012-01-29 17:23:30 +00:00
Lukas Eder
973bf98e5c Release 2.0.3 - Fixed Javadoc 2012-01-29 15:59:15 +00:00
Lukas Eder
71b757d29a Fixed javac compiler issue 2012-01-29 15:58:11 +00:00
Lukas Eder
065d804452 FindBugs: SF_SWITCH_NO_DEFAULT 2012-01-29 15:50:37 +00:00
Lukas Eder
c96eff7ea4 Release 2.0.3 2012-01-29 15:44:51 +00:00
Lukas Eder
6091e319ee [#1091] Add missing @Support annotations on Table.crossJoin() methods 2012-01-29 15:21:21 +00:00
Lukas Eder
e33e8dc7a9 Release 2.0.3 2012-01-29 14:53:35 +00:00
Lukas Eder
cff1e62b9c Release 2.0.3 2012-01-29 14:30:53 +00:00
Lukas Eder
5377b9ac9b Release 2.0.3 - Regenerated HSQLDB Schema 2012-01-29 14:28:04 +00:00
Lukas Eder
a6e190cb64 Re-generated Oracle SYS.DBMS_XPLAN package after upgrade to Oracle 11g 2012-01-29 14:20:30 +00:00
Lukas Eder
7ad5260718 Fixed connection parameters 2012-01-29 14:17:09 +00:00
Lukas Eder
8b20536d84 Added Trac reference to custom enum tests 2012-01-29 13:49:46 +00:00
Lukas Eder
ec40394853 Fixed Javadoc 2012-01-28 17:39:44 +00:00
Lukas Eder
4af77d7a50 [#1026] Add integration tests for NTILE window function 2012-01-28 16:41:05 +00:00
Lukas Eder
9f2e02a8bf [#1087] Change the NTILE function to return Field<Integer> instead of Field<BigDecimal> 2012-01-28 16:25:42 +00:00
Lukas Eder
073725ce0f [#1086] Problems when joining nested joins in SQLite - Patched integration tests 2012-01-28 16:12:50 +00:00
Lukas Eder
6bb7dce2ad [#1084] Bind index mismatch in val(null).equal(null) and val(null).notEqual(null) 2012-01-28 15:28:01 +00:00
Lukas Eder
d5726c736f [#1083] Ingres exception "An attempt to place a null value in a non-nullable datatype." in dummy queries like SELECT CAST(? AS INTEGER) 2012-01-28 15:14:02 +00:00
Lukas Eder
206cddf7ee Upgraded HSQLDB 2.2.6 -> 2.2.8 2012-01-28 13:56:38 +00:00
Lukas Eder
98603ffbfd [#1081] Derby error in NULL handling when simulating unnested arrays that contain NULL values 2012-01-28 13:17:23 +00:00
Lukas Eder
a6423bbf16 [#1082] Add some more DEBUG logging in AbstractResultQuery 2012-01-28 13:13:14 +00:00
Lukas Eder
21837feaff [#1080] Add support for JDBC's Statement.setFetchSize() in ResultQuery.fetchLazy() 2012-01-28 12:26:12 +00:00
Lukas Eder
15e62bbae6 [#1074] Add Field.notBetween(T, T) for convenience 2012-01-27 15:11:07 +00:00
Lukas Eder
39e1723d37 [#1073] Add integration tests for NOT IN queries holding NULL arguments 2012-01-27 14:39:09 +00:00
Lukas Eder
d249ea6457 [#1069] Add support for INSERT INTO table(field1, field2, ...) SELECT syntax - as opposed to the existing INSERT INTO table SELECT 2012-01-27 10:45:41 +00:00
Lukas Eder
80da298f5e [#1073] Add integration tests for NOT IN queries holding NULL arguments 2012-01-27 10:05:51 +00:00
Lukas Eder
5115e356f9 [#1072] Add support for LIKE .. ESCAPE .. syntax 2012-01-27 09:27:56 +00:00
Lukas Eder
23a26069f2 FindBugs SS_SHOULD_BE_STATIC 2012-01-25 22:02:50 +00:00
Lukas Eder
3ef2530c3b [#1071] Make Sequence Serializable 2012-01-25 22:00:52 +00:00
Lukas Eder
d54e72dcae [#1071] Make Sequence Serializable 2012-01-25 21:59:58 +00:00
Lukas Eder
007eb1ac0c [#1065] Add OracleFactory.sysContext(String, String) to support Oracle's SYS_CONTEXT function 2012-01-21 19:11:44 +00:00
Lukas Eder
9e17af371c Corrected Javadoc 2012-01-21 19:02:40 +00:00
Lukas Eder
82ee6d361c Added BNF diagrams 2012-01-18 19:50:13 +00:00
Lukas Eder
c12257fdb7 [#577] Simulate NATURAL JOIN syntax, where this is unavailable 2012-01-17 22:32:41 +00:00
Lukas Eder
63dcbd56a4 [#582] Simulate JOIN USING syntax, where this is unavailable 2012-01-17 19:31:05 +00:00
Lukas Eder
0ba28f37da [#671] Allow for nesting JOIN clauses 2012-01-17 19:06:19 +00:00
Lukas Eder
10720d1fe6 [#578] Add KEY JOIN syntax to simulate joining using generated foreign keys 2012-01-17 18:13:03 +00:00
Lukas Eder
1119c72bf6 [#578] Add KEY JOIN syntax to simulate joining using generated foreign keys - Added methods to the Table API (not yet Select API) 2012-01-15 22:23:27 +00:00
Lukas Eder
31bd0d6ae1 [#676] Add Table.join() methods to create more flexible Table products 2012-01-15 21:24:42 +00:00
Lukas Eder
a25bbeace7 [#1045] Simulate Oracle's PIVOT clause for other dialects using subqueries - added first draft for simulation 2012-01-15 09:35:11 +00:00
Lukas Eder
d381d20f85 [#1049] Optimise GREATEST() and LEAST() simulations for Sybase, ASE, SQL Server, Derby - added more integration tests for GREATEST() and LEAST(). In case these functions are simulated using subqueries, MAX() and UNION ALL(), be sure that all dialects still support them, even they only have limited support for derived tables. 2012-01-11 20:29:02 +00:00
Lukas Eder
b7a9db1c48 [#1060] Improve debug logging of H2 arrays. The syntax is not ARRAY[1, 2], but (1, 2) 2012-01-11 19:02:59 +00:00