Commit Graph

1204 Commits

Author SHA1 Message Date
Lukas Eder
a4b94aec79 Made methods final 2012-07-27 19:05:21 +02:00
Lukas Eder
c2fb28f04c [#1638] Deprecate ArrayRecord.createArray() 2012-07-27 18:48:44 +02:00
Lukas Eder
edcdb41adc [#1544] Remove Attachable interface from QueryPart hierarchy 2012-07-27 18:43:39 +02:00
Lukas Eder
a9c2e61c66 [#1633] Improve the performance of CursorImpl.CursorIterator by setting
Record values by index rather than by field - fixed regression
2012-07-27 18:16:37 +02:00
Lukas Eder
21b3defc6c [#1634] Improve the performance of Factory.newRecord() by avoiding
accessing record values by Field rather than by index - fixed regression
2012-07-27 18:03:11 +02:00
Lukas Eder
0c4e9f00e4 [#1627] Handle NULL in CSV imports/exports 2012-07-27 17:03:26 +02:00
Lukas Eder
02ad697a47 Upgraded CUBRID JDBC driver 2012-07-27 16:23:02 +02:00
Lukas Eder
ad58152f7b Javadoc warnings fixed 2012-07-27 15:54:17 +02:00
Lukas Eder
7313e60b84 Fixed some warnings 2012-07-27 15:53:36 +02:00
Lukas Eder
777d55682e [#1589] Enable Eclipse Javadoc comment processing in project
configuration
2012-07-27 15:49:17 +02:00
Lukas Eder
7f9de995fe Commented keyboard input 2012-07-27 14:51:04 +02:00
Lukas Eder
58f57c9f1a [#1635] Improve the performance of Factory.fetch(ResultSet) by caching
data type normalisation regex in FieldTypeHelper
2012-07-27 14:46:23 +02:00
Lukas Eder
572ae88a9e Added some more "fairness" to the benchmark, by actually fetching result
sets also when using a PreparedStatement directly
2012-07-27 14:08:07 +02:00
Lukas Eder
79c29febc0 [#1634] Improve the performance of Factory.newRecord() by avoiding
accessing record values by Field rather than by index
2012-07-27 14:00:43 +02:00
Lukas Eder
e2b6b8dc9a [#1633] Improve the performance of CursorImpl.CursorIterator by setting
Record values by index rather than by field
2012-07-27 13:52:50 +02:00
Lukas Eder
9caed2164b [#1632] Improve the performance of various DefaultRenderContext methods,
by locally caching Settings values locally
2012-07-27 13:33:15 +02:00
Lukas Eder
a120437579 [#1625] Performance benchmark to show difference between regular
execution and reusing PreparedStatements
2012-07-27 12:55:35 +02:00
Lukas Eder
f3f93dfa29 [#1596] Add support for optimistic locking using generated information
about "timestamp" or "version" columns
2012-07-27 12:35:24 +02:00
Lukas Eder
8155574f65 Fixed execution statistics output 2012-07-27 10:59:37 +02:00
Lukas Eder
e7bdef03fc [#1630] Github links on website point to the old repo 2012-07-27 09:47:15 +02:00
Lukas Eder
b09bb6b016 Suppressed a compiler warning 2012-07-22 18:29:03 +02:00
Lukas Eder
38d98a4ce7 Fixed bad namespace 2012-07-22 18:18:38 +02:00
Lukas Eder
a737b76efb [#1547] Support "optimistic locking" in UpdatableRecord.store() and
delete()
-
Implemented optimistic locking using a Settings property, rather than an
additional API method
2012-07-22 17:19:30 +02:00
Lukas Eder
6cabc3e762 Suppressed warning 2012-07-22 17:17:09 +02:00
Lukas Eder
539e8b2438 Suppress new Eclipse compiler warning 2012-07-22 17:08:44 +02:00
Lukas Eder
d7fa8926d5 Updated website after Trac to GitHub migration 2012-07-22 16:48:53 +02:00
Lukas Eder
b60b575069 [#727] Simulate RPAD and LPAD in SQLite - Some improvements to support
padding by more than one character
2012-07-22 13:01:42 +02:00
Lukas Eder
55dd62d8cf [#727] Simulate RPAD and LPAD in SQLite 2012-07-19 22:17:16 +02:00
Lukas Eder
cc9d960ae1 [#1595] Simulate REPEAT() in SQLite 2012-07-19 22:15:29 +02:00
Lukas Eder
12e6e295c6 [#727] Simulate RPAD and LPAD in SQLite 2012-07-19 21:49:28 +02:00
Lukas Eder
723bff2419 [#1582] Add support for Oracle's ORDER SIBLINGS BY clause, in
combination with CONNECT BY
2012-07-19 20:25:47 +02:00
Lukas Eder
7ccc60fe1d [#1587] Generate missing constructors taking DataSource in
schema-specific factories - Regenerated test databases
2012-07-19 19:44:30 +02:00
Lukas Eder
d2dc730ccb [#1587] Generate missing constructors taking DataSource in
schema-specific factories
2012-07-19 19:44:15 +02:00
Lukas Eder
202065f013 [#1586] Add missing constructors taking DataSource to dialect-specific
factories
2012-07-19 19:34:28 +02:00
Lukas Eder
297735c227 Fixed some compiler warnings 2012-07-19 19:25:12 +02:00
Lukas Eder
b001a7c73e Updated Eclipse compiler settings to add Eclipse Juno features 2012-07-19 19:19:45 +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
11b00a20e9 Fixed some warnings 2012-07-15 17:10:11 +02:00
Lukas Eder
033f4f346f [#1553] Add some Javadoc to document the difference between using a
Factory with a Connection or with a DataSource - Added additional
Javadoc to transaction handling delegate methods in FactoryOperations
2012-07-15 16:00:09 +02:00
Lukas Eder
33aa730bfd [#1572] Use Thread.currentThread().getContextClassLoader() to load
ExecuteListener classes as a workaround for experienced class
loading problems when using OSGi
2012-07-15 15:44:55 +02:00
Lukas Eder
15c5df4036 Removed unnecessary throws clause 2012-07-15 15:12:44 +02:00
Lukas Eder
3f85fb95cd [#1547] Support "optimistic locking" in UpdatableRecord.storeLocked()
- Added UpdatableRecord.deleteLocked()
2012-07-15 15:08:12 +02:00
Lukas Eder
b5e7029c60 [#1547] Support "optimistic locking" in UpdatableRecord.storeLocked() -
repeat integration test with another table, to check against more data
types
2012-07-14 16:22:46 +02:00
Lukas Eder
add0476024 [#1547] Support "optimistic locking" in UpdatableRecord.store() 2012-07-14 16:14:10 +02:00
Lukas Eder
1c42b05ad6 [#1570] Add Factory.condition(String, QueryPart...) similar to
Factory.field(String, QueryPart...)
2012-07-14 13:43:44 +02:00
Lukas Eder
adf3848278 [#620] Add support for the SQL:2008 standard LIKE_REGEX operator 2012-07-14 13:34:20 +02:00
Lukas Eder
6090465d95 [#1563] Add support for Oracle SYNONYMs in source code generation -
added PUBLIC synonyms for testing
2012-07-14 11:05:58 +02:00
Lukas Eder
eefa62e905 [#1568] When applying a TableMapping, the associated SchemaMapping
should be optional (i.e. left empty) - Clarified manual
2012-07-14 10:40:12 +02:00
Lukas Eder
b071472073 [#1566] CONNECT BY related functions are not rendered using the
Settings.getRenderKeywordStyle() property - Fixed two functions, added
test cases for connectByIsLeaf() and connectByIsCycle()
2012-07-14 10:22:34 +02:00