Commit Graph

1097 Commits

Author SHA1 Message Date
Lukas Eder
1798c7afe1 [#2626] Add org.jooq.Template for custom SQL templating
And also:
* [#2630] Add DSL.queryPart(String, Object...) and similar methods to
create simple plain SQL query parts
2013-07-10 16:39:28 +02:00
Lukas Eder
75b7f54c70 [#2619] Add an example ExecuteListener, showing how UPDATE and DELETE
statements without WHERE clause can be aborted
2013-07-07 12:46:27 +02:00
Lukas Eder
2a426b9471 [#2613] The batch INSERT query example in the manual is no longer
correct with jOOQ 3.x - Added some integration tests
2013-07-06 13:35:30 +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
c39a9ce700 [#2534] Correctly handle Oracle BLOB and CLOB data types, when fetched
through plain SQL - Added integration tests
2013-07-04 16:16:22 +02:00
Lukas Eder
753d5f367d [#2534] Correctly handle Oracle BLOB and CLOB data types, when fetched
through plain SQL - Added failing integration test
2013-07-04 16:09:06 +02:00
Lukas Eder
690a17277d [#1079] Add support for Oracle's FLASHBACK QUERY clause 2013-07-04 12:16:32 +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
e811cfd66d Fixed test for SQL Server 2013-07-04 10:47:25 +02:00
Lukas Eder
297db8be93 [#2581] Deprecate fetchLater() and FutureResult<R> 2013-07-04 09:39:10 +02:00
Lukas Eder
2256a01d62 [#2577] Skip the test for Sybase 2013-07-03 17:11:59 +02:00
Lukas Eder
b8013f3cf0 Fixed integration test for Sybase 2013-07-03 17:04:17 +02:00
Lukas Eder
3a3a1cd62f [#2591] Added failing integration test 2013-07-03 16:50:49 +02:00
Lukas Eder
f01cbe9798 [#2492] Add support for the MS Access database - Fixed some compilation
issues in the Access integration
2013-07-03 14:47:24 +02:00
Lukas Eder
0a169d6545 Resolved compile-time ambiguity 2013-07-03 14:45:54 +02:00
Lukas Eder
f08445a838 [#2492] Add support for the MS Access database - More fixes to the
Access integration
2013-07-02 22:37:01 +02:00
Lukas Eder
b5a00d70f7 [#2594] Regenerated Access database 2013-07-02 22:36:07 +02:00
Lukas Eder
088160e24d [#2593] Add Meta.getPrimaryKeys() 2013-07-02 21:59:41 +02:00
Lukas Eder
8ef4103416 [#2492] Add support for the MS Access database - First time code
generation
2013-07-02 21:27:02 +02:00
Lukas Eder
e25b92d711 [#2492] Add support for the MS Access database - Initial setup 2013-07-02 21:26:47 +02:00
Lukas Eder
19f9697cab [#2582] Added an integration test for a CREATE VIEW statement via jOOQ 2013-07-02 15:29:29 +02:00
Lukas Eder
29c68da044 Fixed test2 schema for MySQL 2013-06-30 14:49:30 +02:00
Lukas Eder
3a22a9ee51 Fixed test that doesn't enforce resetting of data 2013-06-30 13:58:19 +02:00
Lukas Eder
d10563ae8c Skip test if no stored functions are supported 2013-06-30 13:37:04 +02:00
Lukas Eder
d74988011f Ignore unreliable Eclipse resource leaks warnings 2013-06-30 13:18:57 +02:00
Lukas Eder
25f03028a5 [#2569] Error when rendering SQL Server procedures with
Settings.renderSchema == false
2013-06-29 18:19:44 +02:00
Lukas Eder
982e3c3107 [#2311] [#2571] Add Configuration.recordMapperProvider() to override
jOOQ's internal default ReflectionMapper

* [#2311] Add Configuration.recordMapperProvider() to override jOOQ's
internal default ReflectionMapper
* [#2571] Add a new RecordType<R extends Record> type to make up for the
missing recursive type definition on Record
2013-06-29 18:02:17 +02:00
Lukas Eder
bc8cdb6e23 [#833] Add integration tests for both jconn3 and jTDS JDBC drivers for
Sybase and SQL Server
2013-06-28 14:07:08 +02:00
Lukas Eder
a4eded5b46 [#2566] Upgrade integration test jTDS version to 1.3.1 2013-06-28 14:06:18 +02:00
Lukas Eder
fc54860099 [#2058] Add support for the MariaDB database 2013-06-28 13:34:35 +02:00
Lukas Eder
55a9fd6183 [#742] Improve MySQL Stored Procedure support using MySQL 5.5's
INFORMATION_SCHEMA.PARAMETERS dictionary table - Regenerated database
2013-06-23 14:48:24 +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
82f49ed0e1 [#2412] jOOQ Meta does not recognise non-uppercase IN, OUT, INOUT
keywords in MySQL stored procedures - Regenerated schema
2013-06-23 14:15:47 +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
be2cc18510 [#2135] Postgres ENUM data type isn't supported correctly, if the
ENUM needs full qualification - Regenerated databases
2013-06-23 13:50:29 +02:00
Lukas Eder
591afd7fcb [#2135] Postgres ENUM data type isn't supported correctly, if the
ENUM needs full qualification
2013-06-23 13:50:07 +02:00
Lukas Eder
2e6c1362c6 [#2500] Error when selecting from YEAR(4) data type in MySQL - Added
failing integration test
2013-06-22 13:20:20 +02:00
Lukas Eder
f1fdfe18ba [#2531] Add integration tests mapping binary(16) to java.util.UUID 2013-06-22 12:24:48 +02:00
Lukas Eder
ca19cb98e9 [#2528] Combining renderFormatted with inlined bind variables will
change bind values when they contain newlines
2013-06-22 11:41:32 +02:00
Lukas Eder
c7a068def2 [#2535] Convert.convert(Object, Class) should support simple casting 2013-06-22 09:27:36 +02:00
Lukas Eder
b8371015f7 [#1952] Add support for SQL Server OPTION (...) query hints 2013-06-21 22:55:40 +02:00
Lukas Eder
79950eef77 [#1885] Add test to count opening and closing of Statements and
ResultSets by jOOQ
2013-06-15 10:39:00 +02:00
Lukas Eder
e718d81204 [#1885] [#2523] Statement.close() may be called upon previously
closed statements

* [#1885] Add test to count opening and closing of Statements and
ResultSets by jOOQ
* [#2523] Statement.close() may be called upon previously closed
statements
2013-06-14 18:18:09 +02:00
Lukas Eder
25a7f794b3 [#2519] Add Record.from(Object, Field<?>...) from(Object,
String...), from(Object, int...) to copy only a select set of values
from a POJO, Array, Map
2013-06-14 11:16:13 +02:00
Lukas Eder
5d327a04ab [#2502] [#2515] Code generation fixes - Regenerated test data
* [#2502] Code generation fails to generate valid java for stored
procedures that accept parameters named configuration.
* [#2515] Compilation errors when generating code for artefacts that
differ only by a trailing underscore(s): A and A_ and A__
2013-06-10 21:43:52 +02:00
Lukas Eder
69518e2971 [#2502] [#2515] Code generation fixes - Added test artefacts
* [#2502] Code generation fails to generate valid java for stored
procedures that accept parameters named configuration.
* [#2515] Compilation errors when generating code for artefacts that
differ only by a trailing underscore(s): A and A_ and A__
2013-06-10 21:42:56 +02:00
Lukas Eder
297a6ae98c [#2509] Expose CHECK constraints in jOOQ-meta 2013-06-09 14:11:38 +02:00
Lukas Eder
ce7a71b346 [#1846] [#2265] Reverted changes for 3.1 2013-06-05 09:42:26 +02:00
Lukas Eder
ec1b840cb5 [#552] [#2423]
- Add SQLDialect.family() to group several SQLDialect versions of
the same RDBMS
- Add support for SQL Server 2012 native OFFSET .. FETCH clause
2013-06-01 19:19:13 +02:00
Lukas Eder
1c7cbc1089 [#2496] Add support for SQL Server 2012 sequences 2013-05-31 13:31:30 +02:00