Commit Graph

1164 Commits

Author SHA1 Message Date
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
Lukas Eder
a6276eca73 Added June Maven download stats 2012-07-14 10:07:23 +02:00
Lukas Eder
4b0b015925 [#1565] Add Factory.connectByRoot(Field<?>) to support the Oracle
CONNECT_BY_ROOT pseudo column
2012-07-13 18:54:14 +02:00
Lukas Eder
660c68675a [#1563] Add support for Oracle SYNONYMs in source code generation -
Regenerated Oracle SYS schema, adding ALL_SYNONYMS
2012-07-13 18:17:44 +02:00
Lukas Eder
ea229d9259 [#1563] Add support for Oracle SYNONYMs in source code generation -
Added SYNONYMs to database
2012-07-13 18:14:28 +02:00
Lukas Eder
43319944d4 [#1557] Inlining floats and doubles doesn't work correctly on all
databases - Test case runs on all databases
2012-07-13 15:43:08 +02:00
Lukas Eder
54a2c887a2 [#1557] Inlining floats and doubles doesn't work correctly on all
databases - Fixed reset.sql scripts, emptying t_639_numbers_table tables
2012-07-13 15:12:28 +02:00
Lukas Eder
e0cf385018 [#1556] Add javax.validation API to full deliverable 2012-07-13 11:28:08 +02:00
Lukas Eder
28b06d7301 Release 2.5.0-SNAPSHOT 2012-07-11 22:24:09 +02:00
Lukas Eder
e3c23d6722 [#1552] Generate fetchBy[ColumnName] methods in generated DAO classes -
regenerated test schema
2012-07-11 22:18:05 +02:00
Lukas Eder
c95aa4cb7b [#1552] Generate fetchBy[ColumnName] methods in generated DAO classes 2012-07-11 22:17:52 +02:00
Lukas Eder
abc5c2e96e Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2012-07-11 21:39:05 +02:00
Lukas Eder
5e6d79dea0 [#1553] Add some Javadoc to document the difference between using a
Factory with a Connection or with a DataSource
2012-07-11 21:32:39 +02:00
Lukas Eder
b23b21c82e [#1544] Remove AttachableInternal.getAttachables() - Throw an
UnsupportedOperationException in AbstractQueryPart.getDialect()
2012-07-11 21:07:40 +02:00
Chrriis
01b264b698 [#1177] Add SQL Console module to jOOQ - added support for column with
primitive types.
2012-07-09 21:03:44 +02:00
Lukas Eder
b7bb5d965a Release 2.4.0 - Website update 2012-07-08 20:01:01 +02:00
Lukas Eder
83cdbb088f Release 2.4.0 - Updated manual 2012-07-08 19:36:47 +02:00
Lukas Eder
701d617945 Release 2.4.0 - Added release notes 2012-07-08 19:09:28 +02:00
Lukas Eder
6a254af74a Release 2.4.0 2012-07-08 17:22:34 +02:00
Lukas Eder
b8823e6c29 [#1545] Website and Documentation anchors should be links to themselves,
visually recognisable
2012-07-07 12:00:15 +02:00
Lukas Eder
55f6c2c53b [#1542] Simulate the H2 MERGE syntax in other dialects supporting the
SQL standard MERGE statement - GitHub Issue #18
2012-07-06 22:18:08 +02:00
Lukas Eder
dfdbc9536c [#1541] Add support for the H2 MERGE syntax - GitHub Issue #18 2012-07-06 21:02:11 +02:00
Lukas Eder
633d1a43a9 [#1537] Factory.batchStore() renders bad SQL for Postgres. The RETURNING
clause is not allowed in batch INSERTs
2012-07-06 19:18:08 +02:00
Lukas Eder
e523a9fa6f [#1510] Generate additional setters for foreign keys, accepting records
as arguments - regenerated test data
2012-07-06 19:02:08 +02:00
Lukas Eder
0749aa48b7 [#1510] Generate additional setters for foreign keys, accepting records
as arguments
2012-07-06 19:01:25 +02:00
Lukas Eder
39f4307406 [#1498] Removed enforcer plugin. jOOQ can be built with JDK 7 2012-07-06 16:49:23 +02:00
Lukas Eder
83bf96a04f Configuration.java contains "import org.hamcrest.Factory" - GitHub Issue
#26
2012-07-06 16:01:21 +02:00
Lukas Eder
dead419c84 Make test work for larger T_BOOK tables 2012-07-06 15:37:17 +02:00
Lukas Eder
39291b6d64 Regenerated ASE database 2012-07-06 15:25:01 +02:00
Lukas Eder
caae7fd953 [#1536] Add documentation to the FOR UPDATE OF clause, indicating that
DB2 may have stricter requirements regarding updatability of fields
2012-07-06 15:21:47 +02:00
Lukas Eder
c3bfe36153 [#1141] Add Result.intoResultSet() to wrap a Result in a JDBC ResultSet
- Fixed integration test for databases like Oracle, where data type
information may be lost when fetching ResultSet (Integer -> BigDecimal)
2012-07-06 14:17:49 +02:00
Lukas Eder
7728053c65 [#1141] Add Result.intoResultSet() to wrap a Result in a JDBC ResultSet 2012-07-06 14:09:22 +02:00
Lukas Eder
f89c193529 Added section comment anchors: XXX 2012-07-06 14:07:49 +02:00
Lukas Eder
5c921089ed [#1535] Oracle ROW_NUMBER() OVER() have mandatory ordering clauses. Push
down SELECT-level ORDER BY clause to ranking functions if needed -
Prepared integration tests for a future fix
2012-07-06 14:01:09 +02:00
Lukas Eder
1700d832b7 [#1522] fetch().into(Table) doesn't initialise records correctly, such
that subsequent calls to store() will execute an INSERT, rather than an
UPDATE
2012-07-06 13:27:25 +02:00
Lukas Eder
7dc81a977c [#1525] Generate missing Javadoc to getters for procedure OUT parameters
- Regenerated test data
[#1534] Generate more meaningful Javadoc where "an uncommented item"
stands now - Regenerated test data
2012-07-06 12:40:31 +02:00
Lukas Eder
0fd55ed604 [#1534] Generate more meaningful Javadoc where "an uncommented item"
stands now
2012-07-06 12:36:39 +02:00
Lukas Eder
ae04a2ed19 [#1525] Generate missing Javadoc to getters for procedure OUT parameters 2012-07-06 12:25:40 +02:00
Lukas Eder
1152423ada [#1528] Let generated interfaces extend Serializable - regenerated test
data
2012-07-06 12:19:43 +02:00
Lukas Eder
cab9bde9de [#1528] Let generated interfaces extend Serializable 2012-07-06 12:19:16 +02:00
Lukas Eder
535a28f9fd [#1529] Factory.batchStore() logs all single statements to DEBUG output.
Find a more accurate log output
2012-07-06 11:52:18 +02:00