Commit Graph

1864 Commits

Author SHA1 Message Date
lukaseder
27ec3ea0ae [#3838] Bad @Support annotations on ALTER TABLE statements, which are
not supported by SQLite
2014-12-03 09:20:24 +01:00
lukaseder
3d7b6a4362 [#3835] SQLite's CREATE VIEW statement doesn't allow to rename columns 2014-12-03 09:03:21 +01:00
lukaseder
d353eecf5b [#3833] org.jooq.CreateTableAsStep.column(Field<T> field, DataType<T>
type) SQLite
2014-12-03 07:59:36 +01:00
lukaseder
a73bbbc6b0 [#1391] Implemented emulation for other databases 2014-12-02 20:20:48 +01:00
lukaseder
dc0cbb09c8 [#1391] Add support for the Postgres "every" aggregate function 2014-12-02 18:47:22 +01:00
lukaseder
fef01e9885 [#3822] Fixed tests 2014-12-02 16:23:59 +01:00
lukaseder
f5d68a6dae [#3822] Invalid SQL for Postgres created with values(Row1...) 2014-12-02 15:43:57 +01:00
lukaseder
9cea374742 [#3824] PostgreSQL dateAdd() erroneously returns a TIMESTAMP value 2014-12-02 15:06:31 +01:00
lukaseder
63bf2d39fc [#3819] Add Constants.XSD_META and Constants.NS_META to describe the new
jooq-meta-x.x.xsd
2014-11-26 17:17:56 +01:00
lukaseder
bcc93dfabb [#3781] Add support for DSL.trunc(date, DatePart) for H2 2014-11-26 17:11:55 +01:00
lukaseder
2ca7bff19c [#3817] When used with set operations, ORDER BY must not contain any
qualified fields
2014-11-26 16:57:35 +01:00
Lukas Eder
650e98a99b Merge pull request #3810 from lpireyn/fetchone-mapper
[#3810] Add fetchOne(RecordMapper) shortcut method to ResultQuery
2014-11-26 12:06:25 +01:00
lukaseder
e5779f3dee [#3811] Potential NullPointerException in Cursor.fetchOne(RecordMapper)
and other methods
2014-11-26 11:59:40 +01:00
Laurent Pireyn
2fa50aeaf9 Add fetchOne(RecordMapper) shortcut method to ResultQuery and implement it in implementing classes 2014-11-26 10:43:47 +01:00
Laurent Pireyn
e1c2e36c94 Fix typo in Javadoc in ResultQuery 2014-11-26 10:15:44 +01:00
lukaseder
59d8879aaf [#3803] CREATE TABLE statement does not generate NOT NULL constraint 2014-11-26 09:40:55 +01:00
lukaseder
038ac1bac4 [#3378] Error when fully qualifying PostgreSQL table-valued functions in
SELECT clauses
2014-11-26 08:36:32 +01:00
lukaseder
752feb4ff3 Release 3.6.0-SNAPSHOT 2014-11-24 09:48:14 +01:00
Lukas Eder
c0cb49522e Release 3.5.0 2014-11-21 16:47:33 +01:00
Lukas Eder
9d97cc72e5 [#1658] Fixed trailing LIMIT clauses for more sophisticated nested selects to prevent issues in DB2 2014-11-21 14:15:30 +01:00
Lukas Eder
c372ed9785 [#1658] Correct placement of TOP clause with respect to synthetic parentheses placed around <query expression body> 2014-11-20 19:12:34 +01:00
Lukas Eder
15a202c895 [#3775] Let QueryPart.toString() generate formatted SQL 2014-11-18 15:58:52 +01:00
Lukas Eder
82333c28e3 [#3638] Don't let ResultQuery.iterable() return a Cursor - a resource that might not be closed in the exception case... 2014-11-18 14:19:48 +01:00
Lukas Eder
ed247c684e [#2925] Add support for Firebird stored procedures 2014-11-18 14:15:17 +01:00
Lukas Eder
10337617ea [#3773] Explain jOOQ's understanding of Configuration thread safety in the Configuration Javadoc 2014-11-18 10:22:51 +01:00
Lukas Eder
ef39b04e18 [#3369] Render CAST(? AS DATE) for java.sql.Timestamp bind values that are bound to Oracle DATE columns 2014-11-17 11:50:49 +01:00
Lukas Eder
69c65b6a40 [#3369] Render CAST(? AS DATE) for java.sql.Timestamp bind values that are bound to Oracle DATE columns 2014-11-14 16:11:36 +01:00
Lukas Eder
a8541b8fcc [#3769] Add org.jooq.Converters, a chained Converter implementation 2014-11-14 14:15:36 +01:00
Lukas Eder
82d46a5a0c [#3248] Fixed issue related to Oracle OBJECT types and LOB deserialisation 2014-11-14 10:58:20 +01:00
Lukas Eder
de75e0e5c4 [#3762] Bad emulation of DUAL table in HSQLDB when connecting with a DBA user on a database with more than one user 2014-11-14 10:36:39 +01:00
Lukas Eder
3897a78213 [#3248] Binding<T, U> should have two type parameters 2014-11-12 18:33:49 +01:00
Lukas Eder
7aaa4774d0 Fixed deprecation warning 2014-11-12 16:41:05 +01:00
Lukas Eder
06dccf2710 Removed unnecessary parameter 2014-11-12 16:36:07 +01:00
Lukas Eder
4f03507ee2 [#3723] Removed redundant method declarations 2014-11-12 16:26:04 +01:00
lukaseder
1826f6e632 [#3337] Add support for the CREATE TABLE statement 2014-11-11 18:34:17 +01:00
lukaseder
83cebee0eb [#3760] Add Record.intoList() 2014-11-11 18:21:58 +01:00
lukaseder
8fa9878f42 [#3681] Fetch all result sets from executed stored procedures 2014-11-11 17:27:49 +01:00
lukaseder
821bbeada6 Add version number to splash logo 2014-11-11 13:33:53 +01:00
lukaseder
ba7ad5b7c3 [#3741] MySQL ResultSet streaming conflicts with internal SHOW WARNINGS
call
2014-11-11 13:33:43 +01:00
lukaseder
0fb96558c2 [#3758] ExecuteListener.warning() is not listed as a method in the
Javadoc
2014-11-11 13:05:47 +01:00
lukaseder
a7c33f16da [#3754] Explain primitive type conversion in Convert.convert() Javadoc 2014-11-10 22:31:53 +01:00
lukaseder
1ce98dc089 [#3746] Add DSLContext.fetchExists(Select<?>) 2014-11-07 19:26:31 +01:00
lukaseder
d3170f223c [#3740] Add Table.newRecord() and UDT.newRecord() to construct new
records with DefaultConfiguration
2014-11-05 08:20:38 +01:00
Lukas Eder
cf675a8877 [#3248] Add support for Binding (i.e. "Type Providers") 2014-10-30 14:51:15 +01:00
Lukas Eder
0e1c9869d9 [#3705] The jOOQ "flash log" doesn't display nicely when using java.util.logging 2014-10-30 13:03:47 +01:00
Lukas Eder
9248adff4f [#3718] Use reflection to support also JDBC 4.0 2014-10-30 12:52:43 +01:00
Lukas Eder
afa2dec2cd [#3718] Exceptions on rollback hide the original exceptions causing the rollback 2014-10-30 11:45:34 +01:00
Lukas Eder
bcd4e9ec70 [#1658] Fixed unit tests 2014-10-30 10:35:14 +01:00
Lukas Eder
062f32e2a6 Release 3.5.0 2014-10-20 16:50:02 +02:00
Lukas Eder
348447248f [#3703] Deprecate CastMode.SOME and RenderContext.cast() 2014-10-20 16:49:52 +02:00