Commit Graph

35 Commits

Author SHA1 Message Date
Lukas Eder
8e8915c008 [#2328] Remove UpdatableTable marker interface, pulling up methods
to Table
2013-03-24 11:45:40 +01:00
Lukas Eder
b100f91d21 [#2328] Pull up UpdatableTable.getKeys() and getReferencesFrom() methods
to Table
2013-03-10 12:40:38 +01:00
Lukas Eder
4d87dd6ee6 [#2187] Change all Javadoc <h3/> tags to <h5/> 2013-02-13 17:47:01 +01:00
Lukas Eder
711d46c73d [#2117] Remove the FieldProvider marker interface. Simplify the
FieldProvider API
2013-01-11 17:40:48 +01:00
Lukas Eder
3c4b88a2a9 [#1801] Add Table.as(String, String...) to allow for creating a table
aliases (correlation names) with derived column lists - Simulate this
for all SQL dialects
2013-01-07 23:46:12 +01:00
Lukas Eder
6ea236e217 [#1801] Add Table.as(String, String...) to allow for creating a
table aliases (correlation names) with derived column lists
2013-01-03 23:29:08 +01:00
Lukas Eder
74e7051be3 [#1801] Add Table.as(String, String...) to allow for creating a table
aliases (correlation names) with derived column lists - Simulate derived
column lists for Oracle using CTE's
2013-01-03 21:13:53 +01:00
Lukas Eder
b84c0060b9 Changed year number in copyright to 2013 2013-01-03 12:05:32 +01:00
Lukas Eder
6e140fd115 [#1801] Add Table.as(String, String...) to allow for creating a table
alias with aliased fields - Added some more Javadoc
2013-01-02 17:47:04 +01:00
Lukas Eder
48b25650b4 [#1801] Add Table.as(String, String...) to allow for creating a
table alias with aliased fields - Added API and tests that work for
Postgres
2013-01-02 14:39:17 +01:00
Lukas Eder
46f5d7c0e6 [#1983] Improve the Javadoc on Table.as() and Field.as() to hint at
case-sensitivity and RenderNameStyle
2012-11-28 19:57:06 +01:00
Lukas Eder
fd8fe4c589 [#1951] Add support for SQL Server WITH (...) table hints 2012-11-09 17:16:48 +01:00
Lukas Eder
8a20d38248 [#1887] Remove all deprecated code 2012-10-26 20:24:15 +02:00
Lukas Eder
446104c02d [#1887] Remove all deprecated code 2012-10-26 20:17:56 +02:00
Lukas Eder
7397fd839e [#1887] Remove all deprecated code 2012-10-26 18:45:37 +02:00
Lukas Eder
f4e7c57732 [#1887] Remove all deprecated code 2012-10-26 18:25:34 +02:00
Lukas Eder
aa471b6285 [#1869] Deprecate org.jooq.NamedQueryPart 2012-10-19 19:48:58 +02:00
Lukas Eder
a15c83fc25 [#1844] Add Table<Record> Table.join(TableLike<?>, JoinType) to allow
for dynamic joining
2012-09-26 22:38:44 +02:00
Lukas Eder
d20fe113a0 [#1800] Deprecate AliasProvider 2012-09-05 20:43:57 +02:00
Lukas Eder
15f0b8b813 [#1764] Add missing @Support({ ... FIREBIRD ... }) annotations 2012-09-02 15:30:58 +02:00
Lukas Eder
5defcedf59 [#1680] Overload all plain SQL DSL methods to also accept QueryPart
arguments
2012-08-05 15:51:07 +02:00
Lukas Eder
e146168d29 [#1645] Add support for Oracle's PARTITION BY clause in OUTER JOINs 2012-08-01 13:33:09 +02:00
Lukas Eder
05a055b2b1 [#1580] Deprecate org.jooq.SchemaProvider 2012-07-15 17:22:05 +02:00
Lukas Eder
d66955743a [#1579] Deprecate org.jooq.Type 2012-07-15 17:12:02 +02:00
Lukas Eder
fe58db50d5 [#1257] Add CUBRID support - Updated @Support annotations 2012-04-06 12:06:55 +00:00
Lukas Eder
7c003bbbf7 [#1257] Add CUBRID support - Fixed some issues 2012-03-30 15:30:22 +00:00
Lukas Eder
9ece8fc8b9 [#1202] Add support for the relational division operation: A.divideBy(B).on(A.ID.equal(B.A_ID)).returning(A.X, A.Y, ...) - added some more Javadoc 2012-03-06 19:04:35 +00:00
Lukas Eder
86402653ed [#1202] Add support for the relational division operation: A.divideBy(B).on(A.ID.equal(B.A_ID)).returning(A.X, A.Y, ...) 2012-03-03 13:44:12 +00:00
Lukas Eder
428108b426 Updated copyright date from 2009-2011 to 2009-2012 2012-02-27 18:40:53 +00:00
Lukas Eder
6091e319ee [#1091] Add missing @Support annotations on Table.crossJoin() methods 2012-01-29 15:21:21 +00:00
Lukas Eder
c12257fdb7 [#577] Simulate NATURAL JOIN syntax, where this is unavailable 2012-01-17 22:32:41 +00:00
Lukas Eder
31bd0d6ae1 [#676] Add Table.join() methods to create more flexible Table products 2012-01-15 21:24:42 +00:00
Lukas Eder
07448d0da0 [#595] Add support for Oracle's PIVOT clause
[#1040] Add Object[][] Result.intoArray() and Object[] Record.intoArray() for convenience
2012-01-06 18:50:08 +00:00
Lukas Eder
29644aa57e [#877] Compilation error in generated source code when a table without PK has an IDENTITY column 2011-10-20 17:28:26 +00:00
Lukas Eder
5666cfd019 [#760] Reorganise SVN repository. Move modules to sub-directory trunk/ 2011-07-24 15:08:50 +00:00