Commit Graph

3142 Commits

Author SHA1 Message Date
Lukas Eder
e616017d53 [#2969] Add support for SQLServer SOUNDEX(), and DIFFERENCE() functions 2014-01-22 11:09:15 +01:00
Lukas Eder
76c4c5486a [#2970] Add DSL.isnull() as a synonym for NVL() for the SQL Server dialect 2014-01-22 09:38:59 +01:00
Lukas Eder
b84a45a234 [#2958] Error when the code-generation database user has insufficient grants to read the "mysql" meta schema 2014-01-18 13:11:30 +01:00
Lukas Eder
a1b6996990 [#2937] Fix trailing whitespaces in generated code 2014-01-15 18:10:28 +01:00
Lukas Eder
67fe34927d [#2950] Add Table.getComment() and Field.getComment() to access comment
meta information from the schema
2014-01-15 17:59:22 +01:00
Lukas Eder
4eaf51e859 Quick fix for compilation errors 2014-01-15 17:59:01 +01:00
Lukas Eder
404a0bce82 Code-dump from pro version 2014-01-15 16:19:13 +01:00
Lukas Eder
e8f08e0391 3.3.0-SNAPSHOT release notes 2014-01-15 16:18:48 +01:00
Lukas Eder
34030c1b7a [#1070] Avoid generating empty Routines.java file 2014-01-15 16:18:16 +01:00
Lukas Eder
6a3e1f5722 Release 3.3.0-SNAPSHOT 2014-01-15 11:17:04 +01:00
Lukas Eder
da42fedd35 The time has come... 2014-01-15 11:11:53 +01:00
Lukas Eder
63963e4740 [#2945] Deprecate the <generateInstanceFields/> code generation flag 2014-01-13 19:21:20 +01:00
Lukas Eder
025d77c1e0 [#2945] Deprecate the <generateInstanceFields/> code generation flag 2014-01-13 19:14:11 +01:00
Lukas Eder
32dd2e1b8d [#1070] Add support for SQL Server table-valued functions 2014-01-13 19:06:25 +01:00
Lukas Eder
7bdc75bb64 [#2944] Add support for GROUP_CONCAT in SQLite 2014-01-13 12:04:57 +01:00
Lukas Eder
df0f3c0840 [#2828] Use a default Database for code generation, in the absence of an explicit database 2014-01-07 14:12:12 +01:00
Lukas Eder
e00da6975d [#2933] Add {Result.into|ResultQuery.fetch}{Map|Group}({Field<?>|Field[]}, RecordMapper<R, E>) 2014-01-07 13:00:42 +01:00
Lukas Eder
192a27e1e8 [#2932] Retry loading the GenerationTool configuration file with a / prepended if it fails 2014-01-07 09:35:52 +01:00
Lukas Eder
c19fc7605f [#2891] Improved jOOQ-spring-example to better fit into the manual 2014-01-06 18:06:07 +01:00
Lukas Eder
f64081f0b3 Fixed typo 2014-01-06 17:06:18 +01:00
Lukas Eder
20ec85538a Merge branch 'master' of https://github.com/jOOQ/jOOQ.git 2014-01-06 17:04:10 +01:00
Lukas Eder
57425679ef Mention Petri Kainulainen in the README.txt 2014-01-06 17:04:01 +01:00
Lukas Eder
b6887a8b4a [#2891] Integration-test the new jOOQ-spring-example with Travis-CI 2014-01-06 17:02:12 +01:00
Lukas Eder
cc69803041 [#2891] Add a jOOQ / Spring-TX example to GitHub under jOOQ-examples 2014-01-06 16:57:09 +01:00
Lukas Eder
5f43e2a572 Merge branch 'master' of https://github.com/jOOQ/jOOQ.git 2014-01-06 15:23:57 +01:00
Lukas Eder
b2b5482765 [#2931] Add DSLContext.fetchCount(Table<?>) and fetchCount(Table<?>, Condition) 2014-01-06 15:23:46 +01:00
Lukas Eder
54b19f2168 Update .travis.yml 2014-01-06 11:45:13 +01:00
Lukas Eder
d80b34ae7d Update .travis.yml 2014-01-06 11:34:19 +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