Lukas Eder
|
6b9aede63e
|
[#1145] Add runtime configuration to specify whether a java.sql.PreparedStatement (with bind variables) or a java.sql.Statement (with inlined parameters) should be executed - fixed integration test
|
2012-02-24 17:26:41 +00:00 |
|
Lukas Eder
|
d1a99bc3f8
|
Some Javadoc clarification
|
2012-02-24 17:24:31 +00:00 |
|
Lukas Eder
|
b2f027a2dc
|
[#1145] Add runtime configuration to specify whether a java.sql.PreparedStatement (with bind variables) or a java.sql.Statement (with inlined parameters) should be executed - Fixed integration tests
|
2012-02-24 17:19:41 +00:00 |
|
Lukas Eder
|
cea11f1feb
|
[#1145] Add runtime configuration to specify whether a java.sql.PreparedStatement (with bind variables) or a java.sql.Statement (with inlined parameters) should be executed - Fixed integration tests
|
2012-02-24 17:18:18 +00:00 |
|
Lukas Eder
|
d5d7991976
|
[#1179] Oracle-generated ArrayRecords need a reference to org.jooq.Schema to read TABLE of OBJECT from stored procedures
|
2012-02-24 17:11:44 +00:00 |
|
Chrriis
|
f8fc5e8bb9
|
[#1177] Add SQL Console module to jOOQ - Fixed parameters display in logger.
|
2012-02-24 17:10:13 +00:00 |
|
Lukas Eder
|
c759e1b697
|
[#1013] Add integration tests for various use-cases involving custom enum types - Added TODO for Oracle <forcedType> TIME on T_DATES.T
|
2012-02-24 16:21:05 +00:00 |
|
Lukas Eder
|
5392629d25
|
[#1147] Add integration tests for executing SQL generated using Factory.renderInlined() - fixed integration test
|
2012-02-24 16:15:42 +00:00 |
|
Lukas Eder
|
e3f2a4f7db
|
[#1147] Add integration tests for executing SQL generated using Factory.renderInlined() - fixed integration test
|
2012-02-24 16:11:13 +00:00 |
|
Lukas Eder
|
fd3bfa2fb9
|
[#1175] Factory.use() seems to render SQL with the Schema name still present - added integration test
|
2012-02-24 16:10:29 +00:00 |
|
Lukas Eder
|
6354152c96
|
[#1156] Bad inlining of DATE / TIME / TIMESTAMP data types in Ingres (and other dialects, when the setting differs from the default) - Fixed unit tests after recent changes
|
2012-02-24 15:25:35 +00:00 |
|
Lukas Eder
|
ed085ff5be
|
[#1157] Add SQL / JDBC tracing capabilities in addition to logging - Added integration tests for using ExecuteListener with BatchMultiple
|
2012-02-24 14:25:55 +00:00 |
|
Lukas Eder
|
fff0d5e529
|
[#1157] Add SQL / JDBC tracing capabilities in addition to logging - Added integration tests for using ExecuteListener with BatchSingle
|
2012-02-24 14:06:27 +00:00 |
|
Lukas Eder
|
80c1037759
|
[#1157] Add SQL / JDBC tracing capabilities in addition to logging - Added integration tests for using ExecuteListener with ResultQuery
|
2012-02-24 13:40:41 +00:00 |
|
Lukas Eder
|
f736280b86
|
[#1157] Add SQL / JDBC tracing capabilities in addition to logging - Fixed batchSQL contents
|
2012-02-24 07:35:39 +00:00 |
|
Lukas Eder
|
0de72e5b47
|
[#1177] Add SQL Console module to jOOQ - Added check for ExecuteType.ROUTINE in SqlQueryDebuggerExecuteListener to avoid ClassCastExceptions in jOOQ
|
2012-02-24 07:32:36 +00:00 |
|
Lukas Eder
|
4525266c9f
|
[#1157] Add SQL / JDBC tracing capabilities in addition to logging - Fixed batchSQL contents
|
2012-02-24 07:30:32 +00:00 |
|
Lukas Eder
|
6b465ae15d
|
Restored original license on CSVReader, removing potentially inappropriate claims
|
2012-02-24 07:05:24 +00:00 |
|
Chrriis
|
b8062c61e9
|
[#1157] Add SQL / JDBC tracing capabilities in addition to logging - Added support for batch queries
|
2012-02-23 21:30:31 +00:00 |
|
Chrriis
|
08966b5a41
|
[#1177] Add SQL Console module to jOOQ - Editor UI improvements to help users.
|
2012-02-23 21:12:45 +00:00 |
|
Lukas Eder
|
2038a624d1
|
Integrate Christopher's debugger server in integration tests
|
2012-02-23 21:05:59 +00:00 |
|
Lukas Eder
|
3921e0f0ca
|
[#1157] Add SQL / JDBC tracing capabilities in addition to logging - Added support for batch queries
|
2012-02-23 21:01:50 +00:00 |
|
Chrriis
|
bff646e7e8
|
[#1177] Add SQL Console module to jOOQ - Scroll lock icon has tooltip to understand its function.
|
2012-02-23 20:58:12 +00:00 |
|
Lukas Eder
|
865cb15bbb
|
Added Christopher Deckers as author
|
2012-02-23 20:42:05 +00:00 |
|
Chrriis
|
46235cfcf5
|
[#1177] Add SQL Console module to jOOQ - More compact UI (in prevision for other L&F that have bigger widgets).
|
2012-02-23 20:41:50 +00:00 |
|
Chrriis
|
001b99b096
|
[#1177] Add SQL Console module to jOOQ - Dependency on DJ Swing Suite is removed.
|
2012-02-23 20:34:11 +00:00 |
|
Lukas Eder
|
455b5ecb95
|
[#1177] Add SQL Console module to jOOQ - Copy authors.txt
|
2012-02-23 20:19:54 +00:00 |
|
Lukas Eder
|
c22cf78e09
|
[#1177] Add SQL Console module to jOOQ - Copy authors.txt
|
2012-02-23 20:18:37 +00:00 |
|
Lukas Eder
|
1300ebe214
|
[#1177] Add SQL Console module to jOOQ - Added Christopher Deckers
|
2012-02-23 20:15:41 +00:00 |
|
Lukas Eder
|
530e79be4a
|
[#1177] Add SQL Console module to jOOQ - Copy authors.txt
|
2012-02-23 20:14:24 +00:00 |
|
Chrriis
|
4b22e9326b
|
[#1177] Add SQL Console module to jOOQ - Update sources to latest prototype version.
|
2012-02-23 20:06:13 +00:00 |
|
Lukas Eder
|
db4376bfa8
|
[#1177] Add SQL Console module to jOOQ - Added dependency from jOOQ-test to jOOQ-sql-console
|
2012-02-23 20:01:03 +00:00 |
|
Lukas Eder
|
3750523af0
|
[#1177] Add SQL Console module to jOOQ - Removed copyright again
|
2012-02-23 19:52:42 +00:00 |
|
Lukas Eder
|
4c72e69820
|
[#1177] Add SQL Console module to jOOQ - Added default Eclipse settings to project
[#1177] Add SQL Console module to jOOQ - Added license header to Java classes
|
2012-02-23 19:09:11 +00:00 |
|
Lukas Eder
|
d6150b8214
|
[#1177] Add SQL Console module to jOOQ - Re-added Maven nature
|
2012-02-23 19:04:46 +00:00 |
|
Lukas Eder
|
fbba97dba8
|
Fixed project name
|
2012-02-23 19:03:48 +00:00 |
|
Lukas Eder
|
c1032f4af9
|
[#1177] Add SQL Console module to jOOQ - Added Maven dependency
|
2012-02-23 18:37:49 +00:00 |
|
Lukas Eder
|
39567957bf
|
[#1177] Add SQL Console module to jOOQ - replaced directory structure to meet Maven requirements
|
2012-02-23 18:33:58 +00:00 |
|
Lukas Eder
|
1ef8ecaa86
|
[#1177] Add SQL Console module to jOOQ - updated license
|
2012-02-23 18:30:58 +00:00 |
|
Lukas Eder
|
316916d37b
|
[#1177] Add SQL Console module to jOOQ
|
2012-02-23 18:25:10 +00:00 |
|
Lukas Eder
|
e09cda2a2f
|
[#1157] Add extended SQL / JDBC tracing capabilities in addition to logging - added ExecuteType for convenience
|
2012-02-22 21:11:35 +00:00 |
|
Lukas Eder
|
dc0e2943de
|
[#1157] Add extended SQL / JDBC tracing capabilities in addition to logging - added Javadoc
|
2012-02-22 20:38:54 +00:00 |
|
Lukas Eder
|
61c893a0ea
|
[#1157] Add extended SQL / JDBC tracing capabilities in addition to logging - added DefaultExecuteListener
|
2012-02-22 07:13:12 +00:00 |
|
Lukas Eder
|
753b645389
|
[#1157] Add extended SQL / JDBC tracing capabilities in addition to logging - draft API and implementation
|
2012-02-21 21:17:43 +00:00 |
|
Lukas Eder
|
332f556d01
|
[#1169] Add Configuration.setData(), getData() to convey custom data in a configuration's lifecycle
|
2012-02-19 16:44:31 +00:00 |
|
Lukas Eder
|
c782d24981
|
[#408] Add class prefixes, suffixes and other options to the code generator - added a prefix example
|
2012-02-19 15:46:08 +00:00 |
|
Lukas Eder
|
d59f78d4d4
|
[#1166] Some generated Javadoc uses naming strategy or plain output name, instead of qualified output name
[#1168] Oracle packages are generated as static, instead of static final
|
2012-02-19 11:16:28 +00:00 |
|
Lukas Eder
|
0999c86c6f
|
[#1126] codegen - Add attribute for factory name - Removed Definition.getJavaName() again. This feature is sufficiently covered by [#408] and is thus rejected
|
2012-02-19 07:59:37 +00:00 |
|
Lukas Eder
|
fe50fb7546
|
[#1167] Trivial issue with org.jooq.Factory.exists Javadoc - GitHub issue #10
|
2012-02-18 20:43:14 +00:00 |
|
Lukas Eder
|
3c08fc6a6a
|
[#408] Add class prefixes, suffixes and other options to the code generator (example strategy implementation still missing)
|
2012-02-18 18:56:46 +00:00 |
|