kxbmap
|
2f1c46a655
|
Change signature of Field.shl() and Field.shr()
|
2015-07-22 22:08:53 +09:00 |
|
kxbmap
|
bf6c3c4b45
|
Relax type constraint of DSL.shl() and DSL.shr()
|
2015-07-22 20:12:20 +09:00 |
|
lukaseder
|
5214db7f99
|
[#4417] Typo in some plain SQL query part Javadocs
|
2015-07-17 11:47:01 +02:00 |
|
lukaseder
|
7513c6cb30
|
[#4408] Document escaping of curly braces in plain SQL templates
|
2015-07-17 11:43:58 +02:00 |
|
lukaseder
|
1607c6c4ae
|
[#4416] Add a remark to the VisitListener Javadoc that implementors should be wary of performance implications
|
2015-07-17 09:30:05 +02:00 |
|
lukaseder
|
bc8e4c0a26
|
[#4399] DSLContext.meta().getTables() return empty fields list for every table in MySQL
|
2015-07-15 17:23:25 +02:00 |
|
lukaseder
|
eab84faf87
|
[#4409] Fixed unit test
|
2015-07-15 13:20:05 +02:00 |
|
lukaseder
|
38f60ab3dc
|
[#4409] Bad syntax generated for MySQL's ALTER TABLE .. SET DEFAULT statement
|
2015-07-15 12:49:34 +02:00 |
|
lukaseder
|
2eb9d1bb12
|
Added plain SQL {} quoting test
|
2015-07-15 12:49:12 +02:00 |
|
lukaseder
|
783dc5461a
|
[#4391] Example exception translator should only translate SQLException
|
2015-06-16 16:08:16 +02:00 |
|
lukaseder
|
c270e6281a
|
Moved package name for vertabelo examples
|
2015-06-16 15:57:58 +02:00 |
|
lukaseder
|
87ac3d61b6
|
[#4229] ScalaGenerator generates unneeded imports
|
2015-06-15 13:21:59 +02:00 |
|
lukaseder
|
6af0c2edf0
|
[#2134] Support MySQL's INSERT .. VALUES(), () ON DUPLICATE KEY UPDATE x = VALUES(x) syntax (multi-insert with update)
|
2015-06-15 10:02:14 +02:00 |
|
lukaseder
|
b3635e2662
|
[#4385] Missing @Support annotation in MySQLDSL
|
2015-06-15 09:30:20 +02:00 |
|
lukaseder
|
3bc8ada3d2
|
Upgraded examples to jOOQ 3.6.2
|
2015-06-15 09:29:24 +02:00 |
|
lukaseder
|
18d59094ec
|
[#4381] No enums generated in MySQL when <forcedType/> contains <types/> matcher
|
2015-06-12 11:45:20 +02:00 |
|
lukaseder
|
d0f9b3dfda
|
[#4380] Make dialect-specific DSL constructors protected to allow further subtyping
|
2015-06-11 10:50:28 +02:00 |
|
lukaseder
|
ede0e09958
|
[#4379] Upgrade Scala dependency from 2.10.4 to 2.10.5
|
2015-06-08 17:38:46 +02:00 |
|
lukaseder
|
8c4f4dc90f
|
[#3645] We can now reference Java 7 API
|
2015-06-08 16:44:25 +02:00 |
|
lukaseder
|
c6b63d5fef
|
[#3955] Add a flag to DefaultTransactionProvider to disable the support for nested transactions via savepoints
|
2015-06-08 16:26:24 +02:00 |
|
lukaseder
|
d1ac9e79ef
|
[#4290] DefaultTransactionProvider should not cache Connection instance
|
2015-06-08 15:03:32 +02:00 |
|
lukaseder
|
5ac7804c3b
|
Upgraded PostgreSQL JDBC driver version
|
2015-06-08 15:03:20 +02:00 |
|
lukaseder
|
46074ed30b
|
[#4376] Translate INSERT .. ON DUPLICATE KEY IGNORE to SQLite's INSERT OR IGNORE
|
2015-06-08 09:31:08 +02:00 |
|
lukaseder
|
de4f7fad12
|
[#4372] UDTRecord is not "attached" when fetched from standalone stored function call
|
2015-06-06 12:39:54 +02:00 |
|
lukaseder
|
ab13588991
|
Added missing [java-8] tags
|
2015-06-05 16:25:21 +02:00 |
|
lukaseder
|
af1115e051
|
[#4363] Replace using the term "simulate" by "emulate" in all documentation
|
2015-06-05 16:06:00 +02:00 |
|
lukaseder
|
a8fc4ae33a
|
[#4363] Replace using the term "simulate" by "emulate" in all documentation
|
2015-06-05 16:02:35 +02:00 |
|
lukaseder
|
cb8b92515c
|
[#4367] Wrong implementation of MergeImpl.andNot(Field<Boolean>) and orNot(Field<Boolean>)
|
2015-06-05 14:14:09 +02:00 |
|
lukaseder
|
cba606a2c1
|
[#4366] Add on(Boolean), where(Boolean), having(Boolean), etc
|
2015-06-05 14:11:18 +02:00 |
|
lukaseder
|
dc4af15fa8
|
[#4354] Javadoc warning generated for Result.into(Field<T1>, Field<T2>, ..., Field<TN>)
|
2015-06-04 10:45:50 +02:00 |
|
lukaseder
|
715d0253b7
|
[#1503] Emulate INSERT .. ON DUPLICATE KEY IGNORE in remaining dialects, using INSERT .. SELECT WHERE NOT EXISTS
|
2015-06-04 10:33:52 +02:00 |
|
lukaseder
|
f985244195
|
[#4360] DSL.timestamp() generates wrong output in SQLite
|
2015-06-04 00:16:21 +02:00 |
|
lukaseder
|
4f7fa5fd70
|
[#4358] Wrong @Support value for SQLite which doesn't support ALTER TABLE .. DROP, SET, ADD CONSTRAINT, etc.
|
2015-06-03 23:32:33 +02:00 |
|
lukaseder
|
66950031d0
|
[#4355] Regression with <schemaVersionProvider/> caused by formatting of @Generated annotation
|
2015-06-03 18:21:47 +02:00 |
|
lukaseder
|
246a7261ed
|
[#4349] The trial / pro license is accidentally delivered with the Open Source Edition
|
2015-06-03 11:00:55 +02:00 |
|
lukaseder
|
00a65946a2
|
[#4312] how did this happen ! ?
|
2015-06-01 21:11:37 +02:00 |
|
lukaseder
|
08b79de9b5
|
[#3645] workaround for Java 8's stricter type inference (javac regression?)
|
2015-06-01 21:04:39 +02:00 |
|
lukaseder
|
835c4e20e0
|
[#4312] forgotten DAO.fetchOptional() implementation()
|
2015-06-01 21:04:01 +02:00 |
|
lukaseder
|
1571f93de7
|
[#4344] MockStatement returns wrong update counts
|
2015-06-01 18:51:36 +02:00 |
|
lukaseder
|
31937db655
|
[#3645] Workarounds for http://stackoverflow.com/q/5361513/521799
|
2015-06-01 18:35:00 +02:00 |
|
lukaseder
|
0ff884f3c8
|
[#4341] No Results are fetched from SQL Server procedures that contain
update counts
|
2015-06-01 17:22:04 +02:00 |
|
lukaseder
|
f17a3c48c7
|
[#4339] Add DSLContext.fetchStream(...) similar to the existing
DSLContext.fetchLazy(...) API
|
2015-06-01 10:26:44 +02:00 |
|
lukaseder
|
d660727821
|
[#4340] Add Cursor.stream()
|
2015-06-01 10:21:31 +02:00 |
|
lukaseder
|
fe405d772c
|
[#4337] Add Stream<R> ResultQuery.stream()
|
2015-06-01 10:03:04 +02:00 |
|
lukaseder
|
037c21270e
|
[#4336] Fixed bad [java-8] tags
|
2015-05-31 21:17:17 +02:00 |
|
lukaseder
|
05df9ee9c7
|
[#4336] Let Cursor and Query extend AutoCloseable
|
2015-05-30 18:05:41 +02:00 |
|
lukaseder
|
2dce62d61d
|
[#4312] Add various fetchOptional() methods
|
2015-05-30 17:41:29 +02:00 |
|
lukaseder
|
3bcdc15ab8
|
Firebird doesn't allow full qualification in FOR UPDATE OF ..
|
2015-05-30 11:59:09 +02:00 |
|
lukaseder
|
f69e76f85f
|
[#4335] Missing @Support for Firebird for CREATE TABLE statements
|
2015-05-30 11:50:41 +02:00 |
|
lukaseder
|
ff09bb70b0
|
[#4333] Firebird CREATE TABLE regression when columns are nullable
|
2015-05-30 11:47:33 +02:00 |
|