Commit Graph

2092 Commits

Author SHA1 Message Date
Lukas Eder
e732efcbdc Corrected Javadoc to have a first line ending with a period (".") as
required by the Javadoc specs
2013-02-11 17:03:10 +01:00
Lukas Eder
92b7d42ffd [#1663] Document RenderContext and make it part of the public API 2013-02-11 15:39:24 +01:00
Lukas Eder
60397b8f89 [#2133] Allow for mapping <outputSchema/> to "" (empty) in order to
avoid the generation of a schema - Regenerated oracle3
2013-02-11 15:15:09 +01:00
Lukas Eder
3d30514a52 [#2133] Allow for mapping <outputSchema/> to "" (empty) in order to
avoid the generation of a schema
2013-02-11 15:14:59 +01:00
Lukas Eder
ba97e7a604 Regenerated oracle2 schema 2013-02-11 14:47:44 +01:00
Lukas Eder
a4a3479b6f [#2079] Support generation of bean validation annotations on records
and interfaces - Regenerated H2 and Firebird schemas
2013-02-11 14:13:39 +01:00
Lukas Eder
e7b3db3ccb [#2079] Support generation of bean validation annotations on records
and interfaces
2013-02-11 14:13:23 +01:00
Lukas Eder
79e974ec9c Added cross-version links to manual 2013-02-11 10:30:41 +01:00
Lukas Eder
5af38a690a Fixed launch configuration 2013-02-09 18:29:50 +01:00
Lukas Eder
ad4378ec57 [#2160] [#2161] Add Executor.batchInsert,
batchUpdate(UpdatableRecord<?>...) to mass-insert/update a set of
UpdatableRecords
2013-02-09 18:24:14 +01:00
Lukas Eder
66dd5f25e9 [#1686] Add UpdatableRecord.insert() and update() 2013-02-09 17:48:05 +01:00
Lukas Eder
304865bbdf [#2177] Add ResultQuery.intern() and Result.intern() for string
interning in result sets
2013-02-09 16:42:29 +01:00
Lukas Eder
b7b392d232 [#2176] Add hint in code generation, when an unsupported, old database
version is being used (e.g. MS SQL Server 2000)
2013-02-09 15:39:15 +01:00
Lukas Eder
ee93716c63 Avoid potential NPE 2013-02-09 15:22:03 +01:00
Lukas Eder
af57fd1e48 [#2180] Optimise DAOImpl by using the new ReflectionMapper instead of
calling Record.into() all the time
2013-02-09 15:20:01 +01:00
Lukas Eder
f80a193467 Changed benchmark constant 2013-02-09 12:18:10 +01:00
Lukas Eder
db3049fd48 [#2179] Add Javadoc to QueryPart.hashCode() and equals() 2013-02-09 12:04:17 +01:00
Lukas Eder
345c44f656 [#2178] Improve FieldList. Avoid creating excessive array lists, where
simple (immutable) Field<?>[] are sufficient - Removed unnecessary
FieldList
2013-02-09 11:26:18 +01:00
Lukas Eder
058151a756 [#2178] Improve FieldList. Avoid creating excessive array lists, where
simple (immutable) Field<?>[] are sufficient - Removed dependency
between SelectFieldList and FieldList
2013-02-08 19:12:58 +01:00
Lukas Eder
7ce2b9d8c5 [#2178] Improve FieldList. Avoid creating excessive array lists,
where simple (immutable) Field<?>[] are sufficient - More
improvements leading to another 50% performance increase
2013-02-08 19:10:49 +01:00
Lukas Eder
7acb6ebe8c [#2178] Improve FieldList. Avoid creating excessive array lists,
where simple (immutable) Field<?>[] are sufficient - Introduced
org.jooq.impl.Fields as a wrapper for Field<?>[]. Executor.newRecord()
is accelerated by 50%!
2013-02-08 13:08:41 +01:00
Lukas Eder
8573e3d0c5 [#2178] Improve FieldList. Avoid creating excessive array lists,
where simple (immutable) Field<?>[] are sufficient - Added benchmark
2013-02-08 13:07:53 +01:00
Lukas Eder
d51a7b53dc Removed AbstractFieldProviderQueryPart 2013-02-08 12:24:06 +01:00
Lukas Eder
9da6913287 Avoid lazy initialisation of AbstractRecord.values 2013-02-08 12:23:30 +01:00
Lukas Eder
ffed40f22e Renamed methods from example 2013-02-08 12:17:05 +01:00
Lukas Eder
9ba4be6161 Optimised SortFieldList's copying of non-sort fields 2013-02-08 11:41:05 +01:00
Lukas Eder
c34aa7866c Optimised JoinTable's copying of lhs and rhs fields 2013-02-08 11:36:53 +01:00
Lukas Eder
db826c5cf6 Renamed internal method 2013-02-08 11:30:19 +01:00
Lukas Eder
8ddc178dc5 Added donation page to the website 2013-02-08 10:22:08 +01:00
Lukas Eder
1fe3fb0bd3 [#1887] Remove all deprecated code 2013-02-07 16:01:44 +01:00
Lukas Eder
32a166a198 [#2172] Add <T> set(Field<T>, Select<? extends Record1<T>>) methods
to UPDATE, MERGE and INSERT statements
2013-02-07 15:29:14 +01:00
Lukas Eder
d0e471e857 Some local formatting 2013-02-07 14:54:29 +01:00
Lukas Eder
f69186bb0b Mention typesafe INSERT and MERGE statements 2013-02-07 14:52:37 +01:00
Lukas Eder
e7c38b12bd [#2162] Add some more Javadoc to JooqLogger 2013-02-07 14:50:32 +01:00
Lukas Eder
876f9f4b79 [#2094] Add unit tests for org.jooq.tools.Convert 2013-02-07 14:06:19 +01:00
Lukas Eder
decf60f0d6 [#2171] Allow for converting booleans to numbers through
org.jooq.tools.Convert: TRUE => 1, FALSE => 0
2013-02-07 14:00:36 +01:00
Lukas Eder
a1d15b13d2 [#2170] Add 0.0 and 1.0 to Convert.FALSE_VALUES and Convert.TRUE_VALUES 2013-02-07 13:45:00 +01:00
Lukas Eder
70d7c3fac7 [#2167] Convert.convert("xx", boolean.class) returns null, instead of
false
2013-02-07 13:38:36 +01:00
Lukas Eder
7af3fe112e [#1926] Add <T1, T2, ..., T[N]> MergeXXXStep<R, T1, T2, ..., T[N]>
Executor.mergeInto(Table<?>, Field<T1>, Field<T2>, ..., Field<TN>)
2013-02-07 11:53:34 +01:00
Lukas Eder
d718f61059 [#1921] Add <T1, T2, ..., T[N]> InsertValuesStep[N]<R, T1, T2, ...,
T[N]> Executor.insertInto(Table<R>, Field<T1>, Field<T2>, ...,
Field<TN>)
2013-02-05 18:20:57 +01:00
Lukas Eder
074c3055d4 Fixed INSERT Javadoc 2013-02-05 16:41:13 +01:00
Lukas Eder
5d1a98b49d [#1886] Query.bind() has no effect when Query.keepStatement(true)
and StatementType.STATIC_STATEMENT are combined
2013-02-05 14:53:48 +01:00
Lukas Eder
1b0d7c08b9 [#1626] Explicitly implement hashCode() and equals() in some
additional QueryParts
2013-02-05 14:06:29 +01:00
Lukas Eder
4ecb5b6614 Improved package-info Javadoc. There should be a period after the first
line
2013-02-05 12:18:04 +01:00
Lukas Eder
69c9a1f724 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2013-02-05 09:13:49 +01:00
Lukas Eder
fd25809d1b Merge pull request #2126 from jeffska/master
Scala trait/conversions for wrapping Param[T] to avoid instanceOf problems in ParamCollector
2013-02-05 00:13:16 -08:00
Lukas Eder
2b2b3e6623 [#1897] Add a section to the manual about the migration to jOOQ 3.0 -
Added reference to changed ExecuteListener configuration
2013-02-04 21:35:07 +01:00
Lukas Eder
649954e76c [#2159] Let ExecuteListener extend Serializable 2013-02-04 20:45:49 +01:00
Lukas Eder
86e581c869 [#1578] Change configuration of ExecuteListeners in Configuration.
Listeners instances should be provided, not classes
2013-02-04 20:39:43 +01:00
Lukas Eder
be484c39bf [#1974] Optimise various Executor.fetchOne() methods, which consume
the whole ResultSet before throwing an InvalidResultException
2013-02-04 19:08:07 +01:00