Lukas Eder
|
6f7a93091c
|
[#3009] Add DSL.dateAdd(Field<Date>, Field<? extends Number>, DatePart) and timestampAdd(Field<Timestamp>, Field<? extends Number>, DatePart) for better cross-database datetime arithmetic
|
2014-02-05 17:25:16 +01:00 |
|
Lukas Eder
|
963fb4331e
|
Fixed some regressions introduced with recent refactorings
|
2014-02-05 15:44:25 +01:00 |
|
Lukas Eder
|
cc0b0a527a
|
[#2989] Inherit complete Record state when calling Record.into(Class<? extends Record>)
|
2014-02-05 15:24:31 +01:00 |
|
Lukas Eder
|
c14863a4af
|
[#2836] Bad values are stored in record when projecting "ambiguous" column names into a generated record
|
2014-02-05 14:19:00 +01:00 |
|
Lukas Eder
|
5641601f3f
|
[#3007] Add API guarantee to ResultQuery.fetch() methods indicating that all JDBC resources are freed
|
2014-02-05 10:42:54 +01:00 |
|
Lukas Eder
|
c922c07b98
|
[#3001] Add VisitContext.clausesLength() and queryPartsLength() to indicate the depth of the currently visited QueryPart tree
|
2014-02-04 16:58:17 +01:00 |
|
Lukas Eder
|
5d49584e96
|
Allow for throwing exceptions in this method
|
2014-02-04 16:51:05 +01:00 |
|
Lukas Eder
|
865e82054d
|
[#2939] Excessive logging by jOOQ's default logger in DEBUG level, when logging LOB content
|
2014-02-04 16:50:48 +01:00 |
|
Lukas Eder
|
94fa6a4b59
|
[#1018] Fixed broken unit tests
|
2014-02-04 10:07:32 +01:00 |
|
Lukas Eder
|
1320420f5f
|
Updated copyright information
|
2014-02-03 18:05:02 +01:00 |
|
Lukas Eder
|
c6730094b6
|
Whitespace changes
|
2014-02-03 17:59:38 +01:00 |
|
Lukas Eder
|
d5bf671329
|
[#1018] Add support for PostgreSQL and SQL Server non-standard UPDATE .. FROM clause
|
2014-02-03 17:59:20 +01:00 |
|
Lukas Eder
|
7507fb0dd9
|
Javadoc fixes
|
2014-02-03 16:00:58 +01:00 |
|
Lukas Eder
|
d10a27ed3c
|
Updated copyright information
|
2014-02-03 12:22:20 +01:00 |
|
Lukas Eder
|
c7d125a321
|
[#2984] Add <R extends Record> Table<R> table(Result<R>) to allow to fetch from / join / etc in-memory tables
|
2014-01-29 11:22:16 +01:00 |
|
Lukas Eder
|
e417f40f35
|
[#2987] Bind values are not debug-logged for standalone stored procedure or function calls
|
2014-01-29 10:08:34 +01:00 |
|
Lukas Eder
|
fe35b43b7a
|
[#2985] Add DSL.values(RowN...)
|
2014-01-28 17:21:57 +01:00 |
|
Lukas Eder
|
be51598dd3
|
Added missing @Support annotation
|
2014-01-28 17:04:56 +01:00 |
|
Lukas Eder
|
b118ea6fcb
|
[#2982] Variable binding doesn't work in vendor-specific UPDATE t1 JOIN t2 queries, when joined tables are subqueries with bind values
|
2014-01-27 11:52:31 +01:00 |
|
Lukas Eder
|
889d6be1ed
|
[#2982] Added failing integration test
|
2014-01-27 11:35:54 +01:00 |
|
Lukas Eder
|
137b7a8364
|
[#2981] Add an official Spring / Guice example
|
2014-01-24 20:18:56 +01:00 |
|
Lukas Eder
|
36d1af2384
|
[#2979] Add Maven install scripts (.bat and .sh) to deliverables
|
2014-01-24 14:25:57 +01:00 |
|
Lukas Eder
|
aa380d8b16
|
[#2977] Missing parent pom.xml file in deliverables
|
2014-01-24 14:25:31 +01:00 |
|
Lukas Eder
|
ce46c54fff
|
[#2956] isFalse()/isTrue() result in extra parameters
|
2014-01-22 17:44:38 +01:00 |
|
Lukas Eder
|
755eaa28ea
|
[#2971] Add DSL.space() to support the SQL Server specific SPACE() function
|
2014-01-22 11:40:10 +01:00 |
|
Lukas Eder
|
9305e305d3
|
[#2963] Lower log level for warnings about unknown SQL data types from MetaDataFieldProvider (plain SQL)
|
2014-01-22 11:11:52 +01:00 |
|
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 |
|