Commit Graph

2437 Commits

Author SHA1 Message Date
lukaseder
cbfb7b6095 [#5046] Issue a warning when Record.field(String) runs into ambiguous columns 2016-02-04 11:48:01 +01:00
lukaseder
9b3342a560 [#5042] Record[N].values(T1, T2, ..., TN) is not implemented 2016-02-04 11:17:27 +01:00
lukaseder
830dff74e8 [#4974] Egh... Beginner's mistake :-( 2016-02-03 18:26:02 +01:00
lukaseder
67d8ec1fec [#5040] Fixed compilation error 2016-02-03 17:56:37 +01:00
lukaseder
7dad30a585 /* [java-8] */ fix 2016-02-03 17:56:19 +01:00
lukaseder
f094db0e9a [#5040] Add a new ExecutorProvider Configuration.executorProvider() SPI for asynchronous tasks 2016-02-03 17:41:34 +01:00
lukaseder
e57bacc3c3 [#5022] Clarify fetch() Javadoc with respect to nullable results 2016-02-03 16:05:14 +01:00
lukaseder
4019c66d1c [#4435] Add DSLContext.transactionAsync(TransactionRunnable) and transactionResultAsync(TransactionCallable) 2016-02-02 20:31:08 +01:00
lukaseder
b66e6f60a8 [#4966] Regenerated Oracle schema 2016-02-02 16:19:13 +01:00
lukaseder
7be0a70b3f [#4966] Standalone calls to Oracle pipelined functions aren't possible 2016-02-02 15:30:17 +01:00
lukaseder
d420940cbd [#5024] Wrong implementation of internal SortFieldList.nulls() 2016-02-02 11:05:51 +01:00
lukaseder
bb1bbc3b79 [#5017] NullPointerException when using MockConnection with DSLContext.transaction() 2016-01-31 11:44:00 +01:00
lukaseder
1d50db6017 [#5014] Add Query.executeAsync() and executeAsync(Executor) 2016-01-29 18:53:55 +01:00
lukaseder
0806dee1c6 [#5012] Add CompletionStage<Result<R>> ResultQuery.fetchAsync() and fetchAsync(Executor) 2016-01-29 18:30:15 +01:00
lukaseder
6cfeaa110c [#5011] Add mergeInto(Table).columns(...).values(...) as an alternative syntax for H2's MERGE 2016-01-29 16:16:48 +01:00
lukaseder
e501fe01e1 [#5004] Misleading Javadoc on DSL.table(String) 2016-01-27 18:05:14 +01:00
lukaseder
5f59c2b69b [#4999] Add StopWatch.splitXXX(message, threshold) to log a message only if a threshold has been passed 2016-01-26 14:13:50 +01:00
lukaseder
bbd0aed95f [#4997] Add DSL.recordType(Field<?>[]) 2016-01-26 13:33:48 +01:00
lukaseder
2b65fa46b4 [#4992] Support for emulating VALUES clauses in H2 is inefficient 2016-01-26 11:20:32 +01:00
lukaseder
5cb70bc7f4 Minor optimisation 2016-01-26 11:20:22 +01:00
lukaseder
3ff956b6b8 [#4991] Deprecate Param.setValue(), setConverted(), setInline() 2016-01-25 16:34:03 +01:00
lukaseder
3605b32d79 [#4869] Fixed initialisation issue with UDTs 2016-01-24 15:34:21 +01:00
lukaseder
381a07686f [#4985] Utils.executeImmediate() doesn't work when inlined SQL contains apostrophes 2016-01-24 11:56:42 +01:00
lukaseder
e5463bedc2 [#4977] HSQLDB does not support bind variables in DDL statements 2016-01-24 00:09:31 +01:00
lukaseder
71d9953f01 [#4981] Wrong SQL generated for CREATE TABLE .. AS SELECT in HSQLDB 2016-01-24 00:00:17 +01:00
lukaseder
3e88afbbd6 [#4977] HSQLDB does not support bind variables in DDL statements 2016-01-23 23:51:29 +01:00
lukaseder
e6f9368a39 [#3323] [#4650] [#4976] Various fixes
- [#3323] Make QueryPartInternal.toSQL() and bind() final in favour of the new accept() method
- [#4650] Collect bind variables while generating SQL, instead of traversing the AST twice
- [#4976] jOOQ's internals should not call QueryPartInternal.accept(Context), but Context.visit(QueryPart) instead
2016-01-23 15:20:53 +01:00
lukaseder
153d161e70 [#4920] Generated functions without parameter names produce malformed SQL 2016-01-22 18:59:49 +01:00
lukaseder
323b9e2429 [#4968] Add support for CREATE INDEX IF NOT EXISTS 2016-01-22 14:08:11 +01:00
lukaseder
c6eb9a736c [#4969] Add support for CREATE SEQUENCE IF NOT EXISTS 2016-01-22 11:34:18 +01:00
lukaseder
045ab81ef0 Correctly pass on catalog qualification flag 2016-01-21 18:39:41 +01:00
lukaseder
e2ecff6a6f [#4955] Blank out 2016-01-21 18:29:54 +01:00
lukaseder
0d5034c496 [#4936] [#4967] Fix for Oracle 2016-01-21 18:21:38 +01:00
lukaseder
9601267689 [#4967] Add support for CREATE VIEW IF NOT EXISTS 2016-01-21 17:53:06 +01:00
lukaseder
b1addb0570 [#4936] Add support for CREATE TABLE IF NOT EXISTS 2016-01-21 17:43:01 +01:00
lukaseder
4b9232b095 [#4936] Add support for CREATE TABLE IF NOT EXISTS 2016-01-21 17:38:44 +01:00
lukaseder
773c8890a4 [#4955] ClassCastException when applying schema mapping on procedures and types in Oracle 2016-01-20 21:26:06 +01:00
lukaseder
ccc6546cc6 [#4957] NullPointerException in ArrayRecord.toString() when ArrayRecord is not attached 2016-01-20 21:24:52 +01:00
lukaseder
28287e35d7 [#4944] Added SQLDialect 2016-01-20 11:44:37 +01:00
lukaseder
665a8fe2f1 [#4939] Added Terence to the contributor list, added issue number to comment for future reference 2016-01-19 20:10:29 +01:00
lukaseder
3c42726975 [#4932] Revert 2016-01-16 20:54:39 +01:00
lukaseder
c8641be3c4 [#4935] Convert.convert(long, Instant.class) shouldn't pass by LocalDateTime 2016-01-16 15:46:34 +01:00
lukaseder
d818769f30 [#4932] Sneaky throw is unnecessary here 2016-01-12 22:18:55 +01:00
lukaseder
a77c706b67 [#4932] Cursor.stream() should return auto-closing stream 2016-01-12 21:00:38 +01:00
lukaseder
a8fb3a3b94 [#4926] Micro-optimisation: A small amount of CPU time is wasted on Operator.name().toLowerCase() 2016-01-10 19:34:16 +01:00
lukaseder
0dd8fc6253 Grr \r\n vs \n 2016-01-10 19:15:03 +01:00
lukaseder
145f2dcd47 [#4922] A negligible amount of CPU is spent in String.indexOf() because of identifier escaping 2016-01-10 19:14:51 +01:00
lukaseder
c2a75da763 [#4918] Added missing implementation 2016-01-10 17:49:42 +01:00
lukaseder
064e5475d8 [#4914] Add support for CREATE UNIQUE INDEX 2016-01-08 18:32:30 +01:00
lukaseder
1cbbc23923 [#4918] Add Key.constraint() and improve Key.toString() accordingly 2016-01-08 18:23:11 +01:00