Commit Graph

1317 Commits

Author SHA1 Message Date
Lukas Eder
ad41d00e92 [#430] Add support for the Firebird database - Fixed CURRENT_USER() 2012-08-17 18:48:01 +02:00
Lukas Eder
5ecc70035a [#430] Add support for the Firebird database - Fixed DUAL table 2012-08-17 18:46:52 +02:00
Lukas Eder
83981bf9dd [#430] Add support for the Firebird database - Partially fixed data
types
2012-08-17 18:43:25 +02:00
Lukas Eder
9d0c022f33 [#430] Add support for the Firebird database 2012-08-17 18:32:12 +02:00
Lukas Eder
c76b862542 [#1657] Reorganise the manual (115 / 171) 2012-08-17 16:05:04 +02:00
Lukas Eder
53e234af71 [#1692] Replace Factory.executeInsert(), Factory.executeUpdate() and
similar methods with more succinct variants - Added missing parts for
executeDelete()
2012-08-17 14:51:30 +02:00
Lukas Eder
165f5218a2 [#1657] Reorganise the manual (112 / 169) 2012-08-17 14:25:25 +02:00
Lukas Eder
5a1a813f44 [#1657] Reorganise the manual (109 / 169) 2012-08-17 13:36:25 +02:00
Lukas Eder
511757685e [#1721] Add <K, V> Map<K, List<V>> ResultQuery.fetchGroups(Field<K>,
Field<V>) and Result.intoGroups(Field<K>, Field<V>)
2012-08-17 12:04:38 +02:00
Lukas Eder
8c07e10014 [#1707] Add <K> Map<K, Result<R>> ResultQuery.fetchGroups(Field<K>) and
Result.intoGroups(Field<K>)
2012-08-17 11:50:32 +02:00
Lukas Eder
1bf31a484d [#1716] Make all logic from ResultQuery.fetchXXX() available in
Result.XXX() - Added fetchMap() methods
2012-08-17 11:21:50 +02:00
Lukas Eder
818edad796 [#1718] Document usage of InvalidResultException on the
ResultQuery.fetchXXX() Javadocs
2012-08-17 10:53:47 +02:00
Lukas Eder
ed947217d7 [#1714] Add Result.sortAsc, .sortDesc(Comparator<? super R>) 2012-08-15 19:22:33 +02:00
Lukas Eder
d5bf83cfe8 [#1712] Add <T extends Comparable<? super T>> Result.sortAsc,
.sortDesc(Field<T>)
[#1713] Add <T> Result.sortAsc, .sortDesc(Field<T>, Comparator<? super
T>)
2012-08-15 19:14:44 +02:00
Lukas Eder
32cd3d9393 [#1657] Reorganise the manual (102 / 168) 2012-08-13 22:46:16 +02:00
Lukas Eder
bf3b38badd [#1657] Reorganise the manual (100 / 168) 2012-08-13 22:24:03 +02:00
Lukas Eder
06ec0925da [#1657] Reorganise the manual (99 / 168) 2012-08-13 22:15:23 +02:00
Lukas Eder
1483a79c5a [#1657] Reorganise the manual (97 / 167) 2012-08-13 22:12:00 +02:00
Lukas Eder
eee8c95d13 [#1657] Reorganise the manual (91 / 162) 2012-08-13 21:13:50 +02:00
Lukas Eder
2145f3c406 Enable DAO tests for Oracle 2012-08-13 19:54:28 +02:00
Lukas Eder
3ad254a595 [#1657] Reorganise the manual (86 / 161) 2012-08-13 19:19:41 +02:00
Lukas Eder
004d907758 Added the MATCHED keyword 2012-08-13 18:21:13 +02:00
Lukas Eder
dea673bbc2 [#1657] Reorganise the manual (83 / 161) 2012-08-13 18:19:44 +02:00
Lukas Eder
6dc9ba822e [#1657] Reorganise the manual (81 / 161) 2012-08-12 18:36:42 +02:00
Lukas Eder
b6e9e06f20 [#1704] Document the behaviour of Factory.newRecord(Table<?>, Object),
and Record.from(Object) with respect to UpdatableRecord.store()
2012-08-12 11:37:00 +02:00
Lukas Eder
ebec89e97d [#1657] Reorganise the manual (81 / 160) 2012-08-12 11:11:23 +02:00
Lukas Eder
adbc4fa7f4 [#1657] Reorganise the manual (78 / 157) 2012-08-11 15:23:37 +02:00
Lukas Eder
d14483b03e [#1701] Add Condition Factory.not(Condition) as a synonym for
Condition.not()
2012-08-11 14:46:32 +02:00
Lukas Eder
3c9ae4da6e [#1698] Add support for the SQL standard BETWEEN SYMMETRIC predicate 2012-08-11 13:33:27 +02:00
Lukas Eder
68cfc2d7cd Added the SYMMETRIC SQL keyword 2012-08-11 13:01:52 +02:00
Lukas Eder
cd47fa1ebe [#1657] Reorganise the manual (74 / 156) 2012-08-11 13:01:08 +02:00
Lukas Eder
e6a42cc9c2 [#1657] Reorganise the manual (73 / 156) 2012-08-11 12:47:15 +02:00
Lukas Eder
b91c2e2399 Improved Javadoc on DISTINCT predicate 2012-08-11 12:45:01 +02:00
Lukas Eder
3097d00cf0 [#1696] Add short versions of comparison predicate methods, such as eq,
ne, gt, ge, lt, le
2012-08-11 12:15:36 +02:00
Lukas Eder
5584093ea5 Reorganised Field API according to predicate manual sections 2012-08-11 12:05:30 +02:00
Lukas Eder
f2763d2d1e [#1657] Reorganise the manual (69 / 155) 2012-08-11 11:27:29 +02:00
Lukas Eder
65fbd4d284 [#1657] Reorganise the manual (65 / 154) 2012-08-10 21:12:22 +02:00
Lukas Eder
9bd17b5c86 Moved rand() function from "other" to the "mathematical functions"
section
2012-08-10 21:03:14 +02:00
Lukas Eder
924e057eeb [#1657] Reorganise the manual (62 / 153) 2012-08-10 19:22:26 +02:00
Lukas Eder
9bed2f7f42 Added July Maven stats 2012-08-10 16:28:08 +02:00
Lukas Eder
6f37bafae7 Fixed javac issues related to generics 2012-08-10 16:24:25 +02:00
Lukas Eder
b48db4a690 [#1693] Cannot bind UDT values from other schemata to stored procedures 2012-08-10 16:16:58 +02:00
Lukas Eder
28d4f9a064 [#1678] [REVERT] Order generated procedures in Oracle packages by
ALL_PROCEDURES.SUBPROGRAM_ID instead of PROCEDURE_NAME
[#1683] Oracle code generation regression for 10g. No such column:
ALL_PROCEDURES.OBJECT_ID
2012-08-10 15:05:30 +02:00
Lukas Eder
956de59769 Added remark to Factory Javadocs, concerning static imports 2012-08-10 14:09:55 +02:00
Lukas Eder
1b320d30dc [#1684] Add <attachRecords/> Setting to indicate that fetched records
shouldn't be automatically "attached" - Added another test case
2012-08-10 13:58:31 +02:00
Lukas Eder
fb7f143edc [#1684] Add <attachRecords/> Setting to indicate that fetched records
shouldn't be automatically "attached"
2012-08-10 13:46:33 +02:00
Lukas Eder
ed397248dd [#1692] Replace Factory.executeInsert(), Factory.executeUpdate() and
similar methods with more succinct variants
2012-08-10 13:15:20 +02:00
Lukas Eder
a9b61b1a2f [#1688] Add <E> E Record.into(E) as a complement to <E> E
Record.into(Class<E>)
2012-08-10 12:37:01 +02:00
Lukas Eder
4d648a63cd [#1687] Let Cursor.fetchInto(Table<Z>) return Result<Z> instead of
List<Z>
2012-08-09 18:47:36 +02:00
Lukas Eder
d8b640e5d5 [#1684] Add Setting to indicate that fetched records shouldn't be
automatically "attached" - Added Javadoc
2012-08-09 18:45:58 +02:00