Commit Graph

658 Commits

Author SHA1 Message Date
Lukas Eder
70bd1df501 [#1189]: TableMapping regression for SQLite database - fixed testcase 2012-02-26 19:17:44 +00:00
Lukas Eder
f9b4cc4448 Release 2.0.5 2012-02-26 19:01:06 +00:00
Lukas Eder
0d46a39d35 Corrected spelling of Christopher's E-Mail address 2012-02-26 18:58:25 +00:00
Lukas Eder
e6fe8559f0 [#978] Schema.getTables() and similar methods return empty lists when Schema is mapped with SchemaMapping
[#1175] Factory.use() seems to render SQL with the Schema name still present
2012-02-26 18:45:47 +00:00
Lukas Eder
3cb4363c5f [#1157] Add SQL / JDBC tracing capabilities in addition to logging - fixed broken ResultQuery.fetchMany() 2012-02-26 18:18:02 +00:00
Lukas Eder
35b85c26e1 [#978] Schema.getTables() and similar methods return empty lists when Schema is mapped with SchemaMapping
[#1175] Factory.use() seems to render SQL with the Schema name still present
2012-02-26 18:02:45 +00:00
Lukas Eder
3b93e6fa7e [#978] Schema.getTables() and similar methods return empty lists when Schema is mapped with SchemaMapping
[#1175] Factory.use() seems to render SQL with the Schema name still present
2012-02-26 17:32:25 +00:00
Lukas Eder
c075d2b31b [#1175] Factory.use() seems to render SQL with the Schema name still present 2012-02-26 14:39:57 +00:00
Lukas Eder
46359a4950 [#1156] Bad inlining of DATE / TIME / TIMESTAMP data types in Ingres (and other dialects, when the setting differs from the default) - Fixed Sybase test case 2012-02-26 13:58:00 +00:00
Lukas Eder
5709eb5add [#1107] Let Field.contains() support the Postgres ARRAY @> ARRAY operator 2012-02-26 12:36:04 +00:00
Lukas Eder
5951e92b69 [#408] Add class prefixes, suffixes and other options to the code generator - Fixed issue introduced with various GeneratorStrategy refactorings 2012-02-26 12:27:07 +00:00
Lukas Eder
2da4878ff5 [#1184] Add DataType.isArray() 2012-02-26 11:59:00 +00:00
Lukas Eder
6ab797d87b [#1177] Add SQL Console module to jOOQ - Added some basic SQL parsing to ExecuteType.type() 2012-02-26 11:49:46 +00:00
Lukas Eder
ec1b6a8c7c [#1177] Add SQL Console module to jOOQ - Adapted to renaming 2012-02-26 11:38:13 +00:00
Lukas Eder
5f328a6538 [#1177] Add SQL Console module to jOOQ - Renamed Eclipse project 2012-02-26 11:26:07 +00:00
Chrriis
dcd0defbb5 [#1177] Add SQL Console module to jOOQ - Debugger renaming. 2012-02-26 11:21:27 +00:00
Chrriis
d949338e4e [#1177] Add SQL Console module to jOOQ - Debugger renaming. 2012-02-26 11:17:02 +00:00
Chrriis
3e07dbc36c [#1177] Add SQL Console module to jOOQ - Debugger renaming. 2012-02-26 11:14:44 +00:00
Chrriis
4e03322e66 [#1177] Add SQL Console module to jOOQ - Debugger renaming. 2012-02-26 11:13:40 +00:00
Chrriis
1eb1cf678f [#1177] Add SQL Console module to jOOQ - Debugger renaming. 2012-02-26 11:12:48 +00:00
Chrriis
5ffa69e1c6 [#1177] Add SQL Console module to jOOQ - Debugger renaming. 2012-02-26 11:11:07 +00:00
Chrriis
9c5db493f8 [#1177] Add SQL Console module to jOOQ - Debugger renaming. 2012-02-26 11:05:54 +00:00
Chrriis
a059fcd34a [#1177] Add SQL Console module to jOOQ - Debugger renaming. 2012-02-26 11:04:01 +00:00
Chrriis
9e83dcb9fc [#1177] Add SQL Console module to jOOQ - Debugger renaming. 2012-02-26 11:00:18 +00:00
Chrriis
b78e85d0db [#1177] Add SQL Console module to jOOQ - Parameters were not committed. 2012-02-26 10:26:51 +00:00
Lukas Eder
d0ff2dba83 [#1177] Add SQL Console module to jOOQ - Fixeed ordering of ExecuteType literals for sorting in SQL Console UI 2012-02-26 10:24:56 +00:00
Lukas Eder
9d92960397 [#1156] Bad inlining of DATE / TIME / TIMESTAMP data types in Ingres (and other dialects, when the setting differs from the default) - Fixed SQL Server test case 2012-02-26 09:44:59 +00:00
Lukas Eder
32dcf05ddf Fixed author name 2012-02-26 08:34:00 +00:00
Chrriis
19110b87d6 [#1177] Add SQL Console module to jOOQ - Various UI improvements. 2012-02-25 19:15:04 +00:00
Chrriis
c96f66987b [#1177] Add SQL Console module to jOOQ - Various UI improvements. 2012-02-25 19:12:33 +00:00
Chrriis
97958d9f9a [#1177] Add SQL Console module to jOOQ - WITH clause type detection. 2012-02-25 19:12:12 +00:00
Chrriis
0b3babbadc [#1177] Add SQL Console module to jOOQ - WITH clause type detection. 2012-02-25 19:02:08 +00:00
Chrriis
8813dd743f [#1177] Add SQL Console module to jOOQ - Improvements to SQL Formatter. 2012-02-25 18:29:49 +00:00
Chrriis
deae0488d6 [#1177] Add SQL Console module to jOOQ - SQL Console exit menu fixed to match default close operation. 2012-02-25 17:45:07 +00:00
Lukas Eder
7467f3abfd Fixed typo 2012-02-25 09:31:59 +00:00
Lukas Eder
df56b9578a Small test fix 2012-02-25 09:30:42 +00:00
Lukas Eder
61e2cf8eef Applying changes to SVN trunk, not Git trunk 2012-02-25 09:12:28 +00:00
Lukas Eder
a8cbd4081b Applying changes to SVN trunk, not Git trunk 2012-02-25 09:10:36 +00:00
Lukas Eder
b255d6b22a Applying changes to SVN trunk, not Git trunk 2012-02-25 09:10:12 +00:00
Chrriis
fd807b5d70 [#1177] Add SQL Console module to jOOQ - Editor tabs are closable. 2012-02-24 22:47:34 +00:00
Chrriis
08b0c93085 [#1177] Add SQL Console module to jOOQ - Icon logic in logger pane is modified. 2012-02-24 22:29:54 +00:00
Chrriis
a456dc1444 [#1177] Add SQL Console module to jOOQ - Basic menu bar (File>Exit, Help>About). 2012-02-24 22:12:44 +00:00
Chrriis
e368144a3f [#1177] Add SQL Console module to jOOQ - Various UI improvements. 2012-02-24 21:45:54 +00:00
Chrriis
d808c09de8 [#1177] Add SQL Console module to jOOQ - Query type column added. 2012-02-24 21:31:16 +00:00
Chrriis
84cccdd68a [#1177] Add SQL Console module to jOOQ - CallableStatement wrapping (no support for names for now). 2012-02-24 18:35:42 +00:00
Chrriis
d61ad42678 [#1177] Add SQL Console module to jOOQ - Various UI improvements. 2012-02-24 18:12:45 +00:00
Lukas Eder
d6234bef8a [#1174] Fix manual where it still references .properties configuration instead of the new XML configuraiton 2012-02-24 17:47:07 +00:00
Lukas Eder
5cdc446213 Fixed menu that renders badly on MacOS X / Safari 2012-02-24 17:46:20 +00:00
Lukas Eder
c614530353 [#1174] Fix manual where it still references .properties configuration instead of the new XML configuraiton 2012-02-24 17:43:11 +00:00
Lukas Eder
18db7902ee [#1174] Fix manual where it still references .properties configuration instead of the new XML configuraiton 2012-02-24 17:42:26 +00:00