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 |
|
Lukas Eder
|
b6cd1e4a94
|
[#2158] Add Executor.fetchLazy(Table) and fetchLazy(Table, Condition)
for convenience
|
2013-02-04 19:08:02 +01:00 |
|
Lukas Eder
|
e792c72173
|
[#1902] Duplicate SELECT API between Executor and Factory
|
2013-02-04 18:44:18 +01:00 |
|
Lukas Eder
|
1e3fb6d289
|
[#2157] Change the bounds of various <H extends RecordHandler<R>> H
fetchInto(H handler) methods to RecordHandler<? super R>
|
2013-02-04 17:25:08 +01:00 |
|
Lukas Eder
|
11f61d7958
|
Fixed warning
|
2013-02-04 16:30:25 +01:00 |
|
Lukas Eder
|
adc8a474b4
|
[#1170] Improve performance on jOOQ's reflection usage - Access
record values by index, rather than by field, to further improve
performance
|
2013-02-04 16:29:43 +01:00 |
|
Lukas Eder
|
59732b662d
|
[#2154] Generated Records should access values by index, not by
field, for performance reasons - Regenerated H2 schema
|
2013-02-04 16:22:16 +01:00 |
|
Lukas Eder
|
d62d6c5994
|
[#2154] Generated Records should access values by index, not by
field, for performance reasons
|
2013-02-04 16:22:00 +01:00 |
|
Lukas Eder
|
27f8eca2c4
|
[#2156] Add Row.type(int), type(String), dataType(int), dataType(String)
for convenience
|
2013-02-04 15:55:37 +01:00 |
|
Lukas Eder
|
54883e3b37
|
[#1170] Improve performance on jOOQ's reflection usage
|
2013-02-01 20:46:48 +01:00 |
|
Lukas Eder
|
c4850ad5e1
|
[#1170] Improve performance on jOOQ's reflection usage - Added benchmark
|
2013-02-01 18:56:50 +01:00 |
|
Lukas Eder
|
da43b21fa8
|
Improved benchmark
|
2013-02-01 16:09:58 +01:00 |
|
Lukas Eder
|
9008936138
|
Improved performance of RowImpl.indexOf() and similar operations,
resulting in a 60% performance gain in a relevant Record.setValue(),
Record.getValue() benchmark
|
2013-02-01 14:41:24 +01:00 |
|
Lukas Eder
|
8f915549ca
|
[#2144] Improve AbstractField.equals() and AbstractTable.equals() -
null-safe equals() checks
|
2013-02-01 14:14:06 +01:00 |
|
Lukas Eder
|
cfae02d9ab
|
Improved performance of AbstractRecord.fieldsRow(), resulting in a
14% performance gain in a relevant Record.setValue(),
Record.getValue() benchmark - Regenerated H2 Schema
|
2013-02-01 14:09:50 +01:00 |
|
Lukas Eder
|
f4adc38d8e
|
Improved performance of AbstractRecord.fieldsRow(), resulting in a
14% performance gain in a relevant Record.setValue(),
Record.getValue() benchmark
|
2013-02-01 14:08:59 +01:00 |
|
Lukas Eder
|
212e3c81a6
|
[#2145] Improve QueryPartList.removeNulls() as this is called very often
|
2013-01-31 17:38:41 +01:00 |
|
Lukas Eder
|
5a94b69ea0
|
[#2144] Improve AbstractField.equals() and AbstractTable.equals()
and similar, as these two are called very often
|
2013-01-31 17:35:20 +01:00 |
|
Lukas Eder
|
b1cd631026
|
[#2137] Failure to assign a value to a record pojo for a column with
a composite type when using select into. - Regenerated Postgres
database (avoiding JPA annotations)
|
2013-01-31 14:37:46 +01:00 |
|
Lukas Eder
|
c00cc802c5
|
[#2137] Failure to assign a value to a record pojo for a column with
a composite type when using select into.
|
2013-01-31 14:37:23 +01:00 |
|
Lukas Eder
|
8af06e0836
|
[#2139] batchStore with composite types incorrectly reuses values from
the first record.
|
2013-01-31 13:15:08 +01:00 |
|
Lukas Eder
|
a97eb571c1
|
[#2128] Misleading Javadoc in Factory / Executor.selectCount()
|
2013-01-30 12:01:28 +01:00 |
|
Lukas Eder
|
16dbbf66ac
|
Merge pull request #2127 from joe776/master
Fix a typo in an exception message
|
2013-01-18 18:01:28 -08:00 |
|
Joerg Schoenfisch
|
a2d95df6d4
|
Fix a typo in an exception message
|
2013-01-18 12:51:57 +01:00 |
|
jeffska
|
eefcc7793c
|
Added scala trait and wrappers that implement Param[T] to avoid problems with instanceOf in ParamCollector, and added implicit
conversions from Param[T] to the new wrappers.
|
2013-01-15 08:39:55 -06:00 |
|