Commit Graph

3157 Commits

Author SHA1 Message Date
lukaseder
298ca8c5af [#6315] Fixed regressions 2017-06-09 15:33:04 +02:00
lukaseder
b845bc361d [#6342] No-args call to Field.sortAsc() returns null 2017-06-09 12:11:23 +02:00
lukaseder
8a9acbaf41 [#6330] [#6331] DataType should depend on Binding's <T> type
- [#6330] Exception thrown when creating table with converted VARCHAR type
- [#6331] DataType.hasLength(), hasPrecision(), hasScale(), and others should depend on Binding's <T> type
2017-06-09 10:53:50 +02:00
lukaseder
26e43cbe9a [#6327] Add OrderField as a common super type of Field and SortField and accept that in ORDER BY clauses 2017-06-06 14:31:31 +02:00
lukaseder
01e0a283b7 [#6315] Add SortField Field.sortDefault() 2017-06-06 12:27:51 +02:00
lukaseder
404fceab60 [#6325] Add ResultQuery.fetchGroups(Field[], Field[]) and similar overloads 2017-06-06 11:04:09 +02:00
lukaseder
879e28dfb7 [#6312] Document DISTINCT predicate emulation using INTERSECT 2017-06-05 21:47:49 +02:00
lukaseder
7c3a77a509 [#5955] Added LEFT SEMI / ANTI JOIN 2017-06-05 21:40:20 +02:00
lukaseder
9341cdc15d [#5955] Support CTE without column list 2017-06-05 21:23:36 +02:00
lukaseder
33d9adcafc [#6320] Implemented InformationSchema import for Indexes 2017-06-05 16:15:05 +02:00
lukaseder
7bfcb34798 [#6320] Implemented InformationSchema export for Indexes 2017-06-05 15:39:42 +02:00
lukaseder
d939b1cb61 [#6319] Add INDEXES and INDEX_COLUMN_USAGES views to jooq-meta.xsd 2017-06-05 15:09:03 +02:00
lukaseder
ef55ac7436 [#6316] ALTER TABLE .. ADD COLUMN ignores column type's DEFAULT clause 2017-06-05 14:27:14 +02:00
lukaseder
186ef46795 [#6313] Wrong index column lists created 2017-06-05 12:13:52 +02:00
lukaseder
1ab49a7928 [#6313] Add MetaTable.getIndexes() support 2017-06-05 11:58:40 +02:00
lukaseder
389b1b17eb [#6313] Add List<Index> Table.getIndexes() 2017-06-05 10:41:32 +02:00
lukaseder
d9a917f4de [#6307] Add code generation support for indexes (including Oracle impl) 2017-06-05 10:03:01 +02:00
lukaseder
43c13ce1d7 [#5638] Forgotten change 2017-06-02 15:03:01 +02:00
lukaseder
a8ee7b4111 [#5638] Add org.jooq.Index 2017-06-02 14:37:04 +02:00
lukaseder
cb0a9249e5 [#6306] Add org.jooq.True and org.jooq.False 2017-06-02 10:36:08 +02:00
lukaseder
97a4cffa8e [#5191] Support multi-row UPDATE and DELETE RETURNING for Oracle using PL/SQL RETURNING .. BULK COLLECT INTO 2017-06-01 17:54:30 +02:00
lukaseder
ec3e4127d2 [#6304] Improve internal TableAlias discovery 2017-06-01 12:23:00 +02:00
lukaseder
9560b9454b [#6303] Oracle flashback query for aliased table results in invalid sql 2017-06-01 11:58:21 +02:00
lukaseder
3bd477da80 [#6303] [#6304] Improve internal TableAlias discovery 2017-06-01 11:30:51 +02:00
lukaseder
41e6d30d1c [#6292] Improve support for SQL Server date time literals 2017-05-29 17:02:47 +02:00
lukaseder
3ab0a499aa [#6287] Overwrite the managed version and remove duplicates 2017-05-29 14:21:34 +02:00
lukaseder
cbc77cfa2f [#6289] Don't generate type length modifier for PostgreSQL bytea types in DDL 2017-05-29 11:28:22 +02:00
lukaseder
5662be3038 [#6254] Deprecate the ResultQuery.intern() and Result.intern() features 2017-05-26 17:00:26 +02:00
lukaseder
ac6eb7927f [#5806] Add support for H2's TIMESTAMP WITH TIME ZONE data type 2017-05-26 14:58:16 +02:00
lukaseder
21286f8f81 [#6281] Add DSL.arrayAggDistinct() 2017-05-26 11:32:37 +02:00
lukaseder
ca56ced9b3 [#6280] Deprecate DSLContext.bindContext() and renderContext() 2017-05-25 17:59:38 +02:00
lukaseder
70dfe83e2a [#4629] Support INSERT INTO t VALUES with plain SQL tables 2017-05-25 15:34:30 +02:00
lukaseder
11db8b37de [#6276] Add SQL Server support for ALTER TABLE IF EXISTS 2017-05-25 13:31:36 +02:00
lukaseder
7c77e96307 [#6275] Add SQL Server support for ALTER VIEW .. RENAME 2017-05-25 13:23:17 +02:00
lukaseder
47a8048573 [#6274] Configuration.dialect() should return SQLDialect.DEFAULT when null 2017-05-25 12:50:57 +02:00
lukaseder
58a8aef196 [#5149] Pull up AttachableInternal.configuration() to Attachable. Remove AttachableInternal 2017-05-25 12:27:01 +02:00
lukaseder
8d37bcb849 [#6266] Added Richard Bradley to the contributors list 2017-05-25 11:47:39 +02:00
lukaseder
b84ab9a7fc [#6271] Improve onKey() join error messages, when join expression is ambiguous 2017-05-25 11:45:57 +02:00
Richard Bradley
682a5e075d #6266 improve error messages in onKey() failure cases 2017-05-24 09:40:26 +01:00
lukaseder
0d61bb17ab [#6269] Support CREATE SCHEMA IF NOT EXISTS in SQL Server 2017-05-23 19:24:39 +02:00
lukaseder
e2ee683777 [#6268] Support DROP SCHEMA IF EXISTS for SQL Server 2017-05-23 18:59:41 +02:00
lukaseder
5b09a285e6 [#4900] Fix regression 2017-05-23 18:48:56 +02:00
lukaseder
b9f34a58a7 [#5940] Do not return ID on Record.update() when updatablePrimaryKeys is set to false 2017-05-23 18:34:59 +02:00
lukaseder
9d8622e148 [#6255]
- Added Andreas to ABOUT.txt
- Generalised Enum / EnumType conversion
2017-05-23 17:26:39 +02:00
Lukas Eder
7dd9fef7a0 Merge pull request #6255 from LeeroyGroup/convert-enum-to-enum
Add better Enum to Enum conversion support in org.jooq.tools.Convert
2017-05-23 17:02:09 +02:00
lukaseder
89539ecbf3 [#6077] Reverted fast-path regular expressions on split() usage 2017-05-23 13:47:21 +02:00
lukaseder
93ba3660e8 [#6258] Emulate MySQL / T-SQL DROP INDEX .. ON for other databases 2017-05-23 13:04:09 +02:00
lukaseder
f64e4935c5 [#6249] Fix regression 2017-05-22 17:21:59 +02:00
lukaseder
4b666e0e56 [#6249] Null batchSQL when running a batch with a single query 2017-05-22 16:50:31 +02:00
Andreas Franzén
9d4d127a4a Check type instance type is EnumType 2017-05-22 13:44:43 +02:00