Commit Graph

3115 Commits

Author SHA1 Message Date
Lukas Eder
b2b5482765 [#2931] Add DSLContext.fetchCount(Table<?>) and fetchCount(Table<?>, Condition) 2014-01-06 15:23:46 +01:00
Lukas Eder
6eae4d769d [#2926] Add code-generation support for the MySQL / MariaDB TINYTEXT data type - Regenerated databases 2014-01-06 10:52:54 +01:00
Lukas Eder
643d14acc1 [#2926] Add code-generation support for the MySQL / MariaDB TINYTEXT data type 2014-01-06 10:52:41 +01:00
Lukas Eder
510aac4e05 [#2492] Dumping updated MS Access code to jOOQ OSS Edition 2014-01-02 18:15:47 +01:00
Lukas Eder
d6aa41d487 [#1506] Allow for inserting empty records (e.g. INSERT INTO .. VALUES () or INSERT INTO .. DEFAULT VALUES) 2013-12-31 17:38:56 +01:00
Lukas Eder
52e786b0b6 Simplified DSL interface hierarchy, compatibly 2013-12-31 16:33:01 +01:00
Lukas Eder
d909d6cef0 [#2016] Bad parsing of MySQL ENUM literals by jooq-meta, if they contain special characters - Regenerated various MySQL schemas 2013-12-31 15:58:05 +01:00
Lukas Eder
f1dd4315d5 [#2016] Bad parsing of MySQL ENUM literals by jooq-meta, if they contain special characters 2013-12-31 15:57:48 +01:00
Lukas Eder
2edd3f3a8b [#2921] Add support for ad-hoc table renaming - Regenerated PostgreSQL schema 2013-12-31 14:04:55 +01:00
Lukas Eder
e8b578802f [#2921] Add support for ad-hoc table renaming 2013-12-31 14:04:40 +01:00
Lukas Eder
c2e2730583 Line separators again... 2013-12-31 14:04:09 +01:00
Lukas Eder
f844ba26cd [#2910] The new matchers configuration cannot be used with Maven 2013-12-31 12:01:47 +01:00
Lukas Eder
732dc34068 Upgraded PostgreSQL JDBC driver from 9.0 to 9.3 2013-12-28 14:30:42 +01:00
Lukas Eder
be252ca22b [#2734] Add support for lateral derived tables 2013-12-28 14:21:03 +01:00
Lukas Eder
a06fd8d56f [#2917] Improve code generator compatibility with PostgreSQL 8.x by avoiding casting to enum types 2013-12-28 13:36:28 +01:00
Lukas Eder
6cf5fd1999 [#2913] Improve code generator compatibility with PostgreSQL 8.x by removing the selection of INFORMATION_SCHEMA.COLUMNS.IDENTITY_GENERATION 2013-12-28 12:49:38 +01:00
Lukas Eder
5bf82f88a7 Fixed create.sql and reset.sql to make them work with PostgreSQL 8.3 2013-12-28 12:35:55 +01:00
Lukas Eder
32f0c9b051 [#2916] Improve code generator compatibility with PostgreSQL 8.x by avoiding the use of window functions 2013-12-28 12:15:41 +01:00
Lukas Eder
69dc3871a1 [#2915] Log JDBC URL in code generator configuration log 2013-12-28 11:58:32 +01:00
Lukas Eder
08981c835b [#2912] Add convenience methods set(Connection), set(DataSource), derive(Connection), derive(DataSource) to DefaultConfiguration 2013-12-28 11:56:19 +01:00
Lukas Eder
93fcf815c1 [#2902] SQLite's binding of BigDecimal through PreparedStatement.setString() doesn't work for predicates - Added failing integration test 2013-12-19 10:37:35 +01:00
Lukas Eder
dfa66519c5 Upgraded H2 dependency in jOOQ-scala 2013-12-18 10:04:48 +01:00
Lukas Eder
6fb0f161c6 [#2887] jooq-codegen-maven should use a target directory relative to the module 2013-12-18 10:04:24 +01:00
Lukas Eder
4181082ec0 [#2848] Fixed regression induced in Conversions.scala 2013-12-17 15:40:06 +01:00
Lukas Eder
afaad5e559 [#2900] verload MockFileDatabase constructor to allow for Readers, InputStreams, and Strings 2013-12-17 15:34:30 +01:00
Lukas Eder
78e3ce7038 Fixed db.txt jOOQ version (this should be automated...) 2013-12-17 15:20:16 +01:00
Lukas Eder
b472a8424b [#2883] Add support for PostgreSQL COUNT(DISTINCT(a, b, ...)) through DSL.countDistinct() 2013-12-16 18:16:52 +01:00
Lukas Eder
947bbabd7d Merged a test case stub from the pro version 2013-12-16 18:09:29 +01:00
Lukas Eder
bf3d918570 [#2885] Generated enum values contain extra comma - Regenerated test schemas 2013-12-16 18:08:00 +01:00
Lukas Eder
a17a865fdd [#2885] Generated enum values contain extra comma - Regenerated information schemas 2013-12-16 18:07:43 +01:00
Lukas Eder
a23aef9e57 [#2885] Generated enum values contain extra comma 2013-12-16 18:07:09 +01:00
Lukas Eder
81b19b893f [#2898] Add DSL.generateSeries(int, Field<Integer>) and (Field<Integer>, int) overloads 2013-12-16 17:20:33 +01:00
Lukas Eder
42d8d4f542 Regenerated Rows 2013-12-13 14:21:54 +01:00
Lukas Eder
bae00eca77 [#2655] Improve ArrayIndexOutOfBoundsException: -1 error message when unknown field is accessed from a record 2013-12-13 14:21:46 +01:00
Lukas Eder
73dcad7687 [#2881] Throw IllegalArgumentException when calling SelectQuery.addJoinOnKey() and addJoinUsing() with bad JoinType 2013-12-09 14:39:00 +01:00
Lukas Eder
cb70397099 [#845] [#846] Add support for the T-SQL and Oracle 12c CROSS / OUTER APPLY clauses 2013-12-09 14:11:33 +01:00
Lukas Eder
9a19767ec2 [#2709] Add Record[N].value1(xx), value2(xx) setter methods - Regenerated schemas 2013-12-09 12:59:10 +01:00
Lukas Eder
babb0a4f49 [#2709] Add Record[N].value1(xx), value2(xx) setter methods 2013-12-09 12:58:58 +01:00
Lukas Eder
8514679d1a [#2878] Fixed regression in CUBRID code generator 2013-12-09 12:53:02 +01:00
Lukas Eder
e0fd2f3c09 [#2879] An exception in the check constraint loader can cause all constraint loading to fail 2013-12-09 12:51:11 +01:00
Lukas Eder
eaf6575052 [#2878] Deprecate Record.getValue() and Result.getValue() methods that take a defaultValue argument 2013-12-07 14:07:52 +01:00
Lukas Eder
36a356a1c9 [#531] Added missing Javadoc 2013-12-07 13:23:22 +01:00
Lukas Eder
8c68eb6f65 [#2876] Added a Javadoc remark about certain SQL dialects being available in commercial distributions only 2013-12-07 13:14:12 +01:00
Lukas Eder
d149585f29 [#2836] Bad values are stored in record when projecting "ambiguous" column names into a generated record - Added failing integration test 2013-12-07 12:57:33 +01:00
Lukas Eder
8c41433d4c Restored /jOOQ-test/lib directory 2013-12-07 12:38:28 +01:00
Lukas Eder
5f7b344a8a [#2798] Inconsistent logic executed between Record.setValue(Field<T>, T) and BookRecord.setId(Integer) (generated) 2013-12-07 12:38:04 +01:00
Lukas Eder
8875940e9d [#2835] UpdatableRecord.store() and DSLContext.executeInsert() show different behaviour with respect to NULL value insertion 2013-12-07 12:10:28 +01:00
Lukas Eder
46feeb8da7 [#2870] Added failing integration test 2013-12-07 11:48:55 +01:00
Lukas Eder
04b8343b12 Added a little more verbosity to integration test debug logging 2013-12-07 10:45:50 +01:00
Lukas Eder
192a66cd9f Fixed potential integration test NPE 2013-12-07 10:45:30 +01:00