Commit Graph

1810 Commits

Author SHA1 Message Date
Lukas Eder
90e135d013 [#1924] Add support for CUBRID 9.0's ENUM data type 2012-12-14 15:41:37 +01:00
Lukas Eder
1cfbcc6093 Fixed current_user after CUBRID reinstall 2012-12-14 15:27:21 +01:00
Lukas Eder
a4a8586e06 [#2008] Add elementFormDefault="qualified" to XSD specifications to
allow for XML validation of jOOQ configuration files
2012-12-14 13:55:32 +01:00
Lukas Eder
007755e46e formatting 2012-12-14 13:33:10 +01:00
Lukas Eder
7b295878e1 [#2011] Implement some micro-optimisations in DefaultRenderContext - 3.
Escaping of quoted literals
2012-12-14 13:25:23 +01:00
Lukas Eder
2268afa4ab [#2011] Implement some micro-optimisations in DefaultRenderContext - 2.
Regular expression usage for indentation
2012-12-14 13:10:04 +01:00
Lukas Eder
32f89104b1 Moved some methods 2012-12-14 13:09:27 +01:00
Lukas Eder
28971a513e Mention that jOOQ also supports SQL Server 2012 and CUBRID 9.0.0 2012-12-12 22:40:59 +01:00
Lukas Eder
9013a0e3c1 Fixed manual's jOOQ-Console version number reference 2012-12-12 22:39:34 +01:00
Lukas Eder
4fdf22e710 [#2000] Add Record.reset(), reset(Field<?>), reset(int), reset(String)
to restore original values in a record
2012-12-12 22:09:05 +01:00
Lukas Eder
092700e0ec [#1993] Bad code generated when the same table name exists in multiple
schemas in SQL Server - Regenerated schema
2012-12-12 20:44:11 +01:00
Lukas Eder
0fc7ff56ee [#1993] Bad code generated when the same table name exists in multiple
schemas in SQL Server
2012-12-12 20:43:32 +01:00
Lukas Eder
52743a9e01 Fixed bad XSD version reference 2012-12-12 20:22:14 +01:00
Lukas Eder
2f63650bb7 [#1999] Add Record.changed(boolean) changed(boolean, Field<?>)
changed(boolean, int) changed(boolean, String) as setters for the
changed flag
2012-12-12 19:35:00 +01:00
Lukas Eder
e4ed930fd7 [#1995] Record.original() values aren't updated after a Record.store()
operation
2012-12-09 22:33:28 +01:00
Lukas Eder
7a05f5711c Restored "DROP TABLE IF EXISTS t_658_xx" commands for interoperability
with 2.x branches
2012-12-09 22:19:32 +01:00
Lukas Eder
71a9ffecef Upgraded java library path for SQL Server re-install 2012-12-07 18:45:32 +01:00
Lukas Eder
a263c0d541 Fixed DB2 user name after reinstall 2012-12-07 12:44:39 +01:00
Lukas Eder
81f4c600bf Handle failing DROP MATERIALIZED VIEW command when setting up the Oracle
test schema
2012-12-07 12:25:14 +01:00
Lukas Eder
0077ab9f10 Fixed DB2 connection parameters after reinstall 2012-12-07 12:24:14 +01:00
Lukas Eder
6c3903ee57 Changed start() finish() methods to hold @BeforeClass and @AfterClass
annotations
2012-12-07 09:37:43 +01:00
Lukas Eder
eafb402618 [#1992] Bad reference to org.jooq.debug.[impl].DebugListener in the
manual
2012-12-07 09:36:00 +01:00
Lukas Eder
9e9cdf5c8f [#1987] Allow for reading data from Iterables, arrays, Maps through
Record.from() - Added support for loading from arrays
2012-12-02 12:57:40 +01:00
Lukas Eder
b05ae01be9 [#1988] Add Record.fromArray() as the inverse operation of
Record.intoArray()
2012-12-02 12:53:22 +01:00
Lukas Eder
2aa2e69ea2 [#1991] Reflect changed flag in Result.toString() (and thus also
Record.toString())
2012-12-02 12:35:14 +01:00
Lukas Eder
8f2633f5d9 [#1990] Add <T> T Record.original(Field<T>), original(int),
original(String) to get a field's original value
2012-12-02 12:28:01 +01:00
Lukas Eder
c6e3b61aca [#1989] Add Record.changed(Field<?>), changed(int), changed(String) to
check whether a single field's value has changed
2012-12-02 12:16:55 +01:00
Lukas Eder
66e4716794 [#1987] Allow for reading data from Iterables, arrays, Maps through
Record.from() - Enhanced from() to read maps
2012-12-02 12:09:04 +01:00
Lukas Eder
dff2ca12a3 Removed unnecessary warning suppressions 2012-12-02 10:33:20 +01:00
Lukas Eder
1adbf989e1 Ignore new Eclipse warning "potential resource leak". It seems to
enforce a very rigid resource lifecycle handling
2012-12-02 10:29:02 +01:00
Lukas Eder
cfa8ec5493 Added Xtend nature to jOOQ-tools 2012-12-01 17:37:28 +01:00
Lukas Eder
4392940ec7 NOP 2012-12-01 17:10:07 +01:00
Lukas
d82f0455ab Some auto-generated preference / settings changes 2012-12-01 17:01:49 +01:00
Lukas
717b087031 [#1981] Add support for DB2 CGTT and MQT - Removed table type predicate 2012-12-01 16:59:39 +01:00
Lukas Eder
d358e4b3f9 [#1981] Add support for DB2 CGTT and MQT 2012-11-30 13:30:02 +01:00
Lukas Eder
962a0226c9 [#1982] Change RenderNameStyle.UPPER, LOWER, AS_IS to quote literals if
needed
2012-11-30 13:01:15 +01:00
Lukas Eder
7e3ab4e67a [#456] Add runtime support for PRECISION, SCALE, and LENGTH attributes -
Added implementation reminder
2012-11-30 12:22:19 +01:00
Lukas Eder
e8b0133cdf [#1986] Add Record.fromMap() as the inverse operation of
Record.intoMap()
2012-11-30 12:01:09 +01:00
Lukas Eder
fb0127bc6f Added missing "final" keyword 2012-11-30 11:51:03 +01:00
Lukas Eder
a209da8676 [#1636] Add jooq-meta support for querying the JDBC DatabaseMetaData API
- Fixed DECIMAL data type handling
2012-11-30 11:34:03 +01:00
Lukas Eder
073f90648f [#1636] Add jooq-meta support for querying the JDBC DatabaseMetaData API 2012-11-30 11:25:26 +01:00
Lukas Eder
46f5d7c0e6 [#1983] Improve the Javadoc on Table.as() and Field.as() to hint at
case-sensitivity and RenderNameStyle
2012-11-28 19:57:06 +01:00
Lukas Eder
d61f8d30ba Merge branch 'master' of https://github.com/jOOQ/jOOQ.git 2012-11-28 19:30:30 +01:00
Lukas Eder
92d483b83e [#1984] Add ResultQuery.fetchOneInto() 2012-11-28 19:28:04 +01:00
Lukas Eder
ca8e85fe19 [#1985] Add support for the EXASOL database
- Mentioned additional planned database integrations
2012-11-27 17:01:17 +01:00
Lukas Eder
3d9dd31058 [#1972] Move MySQLFactory.md5() to Factory and simulate it for Oracle -
Use DBMS_CRYPTO instead of DBMS_OBFUSCATION_TOOLKIT
2012-11-23 15:44:19 +01:00
Lukas Eder
7f45eb66f5 [#1976] Add FieldProvider.getIndex(String) 2012-11-23 13:37:04 +01:00
Lukas Eder
ba9db424ff [#1971] Fix missing website encoding 2012-11-23 13:24:51 +01:00
Lukas Eder
7aa56936f1 [#1972] Move MySQLFactory.md5() to Factory and simulate it for Oracle -
Enhanced Javadoc
2012-11-23 13:16:53 +01:00
Lukas Eder
c6468f6779 [#1972] Move MySQLFactory.md5() to Factory and simulate it for Oracle 2012-11-23 13:11:45 +01:00