Commit Graph

921 Commits

Author SHA1 Message Date
Chrriis
6d8d46dd58 [#1177] Add SQL Console module to jOOQ - bug fix and code cleanup. 2012-05-03 00:22:47 +02:00
Chrriis
685f225f67 [#1177] Add SQL Console module to jOOQ - filtering in UI is improved. 2012-05-02 23:44:44 +02:00
Chrriis
e595e87763 [#1177] Add SQL Console module to jOOQ - improved messaging interface. 2012-05-02 23:35:04 +02:00
Chrriis
e3c4e5bc7d Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2012-05-02 19:04:09 +02:00
Lukas Eder
d8f28ef5f3 [#1242] Upgrade jOOQ Console dependency on RSyntaxTextArea from 1.5 to
2.0.2
2012-05-02 08:10:43 +02:00
Chrriis
5c4ff85e78 [#1177] Add SQL Console module to jOOQ - client/server communication
channel is replaced.
2012-05-02 00:10:51 +02:00
Lukas Eder
ad8d4a159c [#989] INSERT and UPDATE statements always render non-qualified, escaped
field names. This may cause trouble when using plain SQL fields
[#1390] Add RenderContext.qualify() to indicate whether QueryParts
should render qualified versions of themselves or not
2012-05-01 23:31:16 +02:00
Lukas Eder
63d038b6c6 [#1109] Standalone TABLE or VARRAY types are not correctly initialised
before referencing tables load them
2012-05-01 22:41:19 +02:00
Lukas Eder
d40772a8d9 [#470] Add support for the Oracle TRUNC function for datetime arithmetic 2012-05-01 22:40:49 +02:00
Lukas Eder
68f2f11fb6 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git 2012-05-01 22:15:43 +02:00
Lukas Eder
b71d7b47b9 [#470] Add support for the Oracle TRUNC function for datetime arithmetic 2012-05-01 22:14:10 +02:00
Chrriis
297004550e [#1177] Add SQL Console module to jOOQ - Statement filtering is
implemented and exposed in UI.
2012-05-01 20:52:43 +02:00
Chrriis
e1093ad377 [#1177] Add SQL Console module to jOOQ - Statement filtering is
implemented and exposed in UI.
2012-05-01 20:47:33 +02:00
Lukas Eder
97e8fbc9f0 [#910] Add ExecuteListener extension to allow for overriding exception
translator to handle vendor-specific error codes
2012-05-01 14:39:40 +02:00
Lukas Eder
eaf66c19d2 [#783] Result holds wrong data when tables in a cartesian self product
(or self cross join) are not aliased - added integration test
2012-05-01 13:36:53 +02:00
Lukas Eder
4aace174c1 Added link to the new "user contribution candidates" trac milestone 2012-05-01 11:37:55 +02:00
Lukas Eder
0145a12b1c [#1295] Add support for MySQL's INSERT IGNORE clause 2012-05-01 10:10:34 +02:00
Lukas Eder
9c435f3ff8 [#1296] Simulate the FOR UPDATE clause for SQL Server, CUBRID, using
JDBC's ResultSet.CONCUR_UPDATABLE
2012-04-30 23:56:30 +02:00
Chrriis
8f83b6c091 [#1177] Add SQL Console module to jOOQ - Statement matcher for server
level filtering of data to log.
2012-04-30 23:02:24 +02:00
Chrriis
5b11d96233 [#1177] Add SQL Console module to jOOQ - Statement matcher for server
level filtering of data to log.
2012-04-30 23:01:00 +02:00
Chrriis
ba99d55333 Merge branch 'master' of github.com:jOOQ/jOOQ 2012-04-30 18:16:29 +02:00
Chrriis
fe5f8d9691 [#1177] Add SQL Console module to jOOQ - API simplifications. 2012-04-29 23:44:36 +02:00
Chrriis
fbe09689d0 [#1177] Add SQL Console module to jOOQ - Code refactored to allow
evolutions (breakpoints, remote execution, filters, etc.)
2012-04-29 23:10:51 +02:00
Lukas Eder
8c6381ff1f [#1352] Allow for creating syntax-error and SQL-injection safe
qualifiers for org.jooq.Field and org.jooq.Table
2012-04-29 14:11:26 +02:00
Lukas Eder
c4065275ce Added "disclaimer" to tutorial. Exception handling is kept simple
intentionally
2012-04-29 13:29:14 +02:00
Lukas Eder
ee14afc58e [#1379] Upgrade internal jOOU dependency to jOOU 0.9.1 2012-04-29 13:16:17 +02:00
Lukas Eder
7150b098bc [#1378] Upgrade internal jOOR dependency to jOOR 0.9.3 2012-04-29 12:33:18 +02:00
Lukas Eder
d09b715976 Added "EXPERIMENTAL" disclaimer to FactoryProxy 2012-04-29 12:09:09 +02:00
Lukas Eder
db2b2ac946 [#1376] Oracle UDTs in REF CURSORs are not deserialised correctly from
procedure OUT parameters
[#1377] Oracle UDTs are not deserialised correctly when the same UDT
name is present in multiple schemata
2012-04-29 11:26:57 +02:00
Lukas Eder
0f048d48f1 Added some info about where to obtain SNAPSHOTs and sources 2012-04-28 18:07:02 +02:00
Lukas Eder
bb12708eb9 [#1371] Missing conversion when using unsafe Field<?> types in BATCH
statements
2012-04-28 13:22:07 +02:00
Lukas Eder
50d2625ed4 [#1370] Missing conversion when using unsafe Field<?> types in INSERT or
UPDATE statements
2012-04-28 13:21:07 +02:00
Lukas Eder
f842a60b73 [#1361] Add Factory.batchStore(TableRecord<?>...), to allow for batch
UPDATE/INSERTs of many records
[#1366] Let org.jooq.Batch extend Serializable
[#1367] Make configured ExecuteListeners default constructors accessible
[#1368] Promote AbstractQuery.isExecutable() to the public API
2012-04-27 16:20:44 +02:00
Lukas Eder
d5176c891c [#1336] Let Record.into(Class<?>) and similar methods accept "immutable"
classes, i.e. setter-less classes that take several constructor
arguments
2012-04-27 12:59:53 +02:00
Lukas Eder
2a5cb2046d Clarified Javadocs 2012-04-27 12:13:27 +02:00
Lukas Eder
fda0fa9dfb Added Robin to the hall of fame 2012-04-27 10:59:51 +02:00
Lukas Eder
66f6e248e7 [#1344] Micro-optimisation: Initialise Result ArrayLists to their
expected size, if that size is known.
2012-04-25 22:53:33 +02:00
Lukas Eder
a41ed92c27 [#1358] Compilation errors in generated source code when Oracle
overloaded procedures collide with procedures that end with numbers -
Added integration test
2012-04-25 22:35:29 +02:00
Lukas Eder
8e4f04ba2e [#1340] Use Constructor.setAccessible(true), if no default constructor
is available on the target type of Record.into(Class<?>)
2012-04-25 21:55:24 +02:00
Lukas Eder
24529d2a3b Added missing reference to CUBRID 2012-04-25 21:38:58 +02:00
Lukas Eder
946cf34e0c [#1349] Add support for the CUBRID Click-Counter INCR() 2012-04-25 21:35:11 +02:00
Lukas Eder
59200ce6b0 [#1342] Improve Javadoc on Factory.function(). Document arguments 2012-04-25 21:20:27 +02:00
Lukas Eder
569ce789a2 [#1357] a few suggested edits to the tutorial 2012-04-25 20:45:02 +02:00
Lukas Eder
da579fae96 [#1357] a few suggested edits to the tutorial 2012-04-25 20:42:23 +02:00
Lukas Eder
7e0dd5803d Fixed potential issue with default value for generation directory 2012-04-25 20:07:46 +02:00
Lukas Eder
0cdbbb9a11 Applied Sergey's patch to support Settings from FactoryProxy 2012-04-25 19:27:03 +02:00
Lukas Eder
7e74511d82 Added build-all.bat to repository 2012-04-25 19:26:23 +02:00
Lukas Eder
6c22a52844 Add jOOQ-console/bin to .gitignore 2012-04-22 22:09:55 +02:00
Lukas Eder
22fab1f1ee Upgraded release notes 2012-04-22 17:29:26 +02:00
Lukas Eder
1df7156550 [#1343] Regression in insertInto(...).values(...). Cannot pass Field<?>
to values()
2012-04-22 12:24:47 +02:00