Commit Graph

4259 Commits

Author SHA1 Message Date
Vladimir Kulev
7bf3afcafb Fix routine parameter code generation for types with a binding 2015-07-28 01:06:59 +03:00
lukaseder
d89572c098 [#4429] Add <javaTimeTypes/> to code generator configuration to generate Java 8 java.time types instead of java.sql types (incomplete implementation) 2015-07-27 16:00:25 +02:00
lukaseder
227254cf76 [#4239] Add Result.formatCSV(boolean) (and related convenience methods) to avoid header 2015-07-27 15:32:36 +02:00
lukaseder
d8c44c7f57 Workaround assignment for https://bugs.eclipse.org/bugs/show_bug.cgi?id=473657 2015-07-27 15:07:30 +02:00
lukaseder
97bcb67288 [#4428] DELETE .. RETURNING is unavailable without WHERE 2015-07-27 14:32:23 +02:00
lukaseder
285f0faf1c Fix typo 2015-07-24 16:26:50 +02:00
lukaseder
9ad9474b09 [#4426] Add <T> T DSLContext.fetchValue(TableField<?, T> field) 2015-07-24 15:09:14 +02:00
lukaseder
2bd1123491 [#4398] Fixed bad merge 2015-07-24 13:42:48 +02:00
lukaseder
a2197ee76e Don't run Travis on GitHub until JDK is upgraded to latest version 2015-07-24 13:41:15 +02:00
Lukas Eder
b4946d7d2f Merge pull request #4407 from jgon/master
[#4407] Moved jOOQ Spring Boot to dedicated configuration class.
2015-07-24 13:30:28 +02:00
lukaseder
865e074ec5 Merge branch 'master' of https://github.com/jOOQ/jOOQ 2015-07-22 20:52:36 +02:00
lukaseder
e87fe0ff44 [#4398] Add "t" and "f" to org.jooq.tools.Converts TRUE_VALUES and FALSE_VALUES 2015-07-22 20:51:36 +02:00
Lukas Eder
9ff3dfed5d Merge pull request #4398 from deodeveloper/master
Update Convert.java
2015-07-22 20:47:50 +02:00
Lukas Eder
1edf32b460 Merge pull request #4424 from kxbmap/deque-insted-of-stack
[#4424] Use ArrayDeque as a stack internally, instead of java.util.Stack
2015-07-22 19:37:23 +02:00
kxbmap
d06f828e13 Use ArrayDeque as a stack instead of java.util.Stack 2015-07-22 23:59:05 +09:00
Lukas Eder
3680a5d184 Merge pull request #4423 from kxbmap/relax-shift-ops-type
[#4423] Relax type constraint of DSL.shl() and DSL.shr()
2015-07-22 16:06:05 +02:00
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
JackG
7f2262c539 Imports cleanup 2015-07-14 11:49:00 +02:00
JackG
1d63c5f9ae Created jOOQ Spring Boot Configuration and moved related classes to config package.
Moved service types to service package.
2015-07-14 11:42:53 +02:00
Bijay Deo
ad9c253360 Update Convert.java
boolean value "t" or "f" returned by Vertica and it is missing in converter, hence source code generation is faulty which always assigns true to all Table entity fields
2015-06-25 15:35:13 -04: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