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
Lukas Eder
6bc74d2577
[ #597 ] Add support for Oracle KEEP (DENSE_RANK FIRST...) aggregate
...
function clause
2012-04-22 11:41:44 +02:00
Lukas Eder
3113dbd1ce
Fixed website repository link
2012-04-22 11:01:57 +02:00
Lukas Eder
cc61275add
Upgraded Eclipse and Plugins
2012-04-22 10:51:58 +02:00
Lukas Eder
ada41ad5ae
Upgraded Eclipse and Plugins
2012-04-22 10:21:42 +02:00
Lukas Eder
942731ab9f
[ #1323 ] Add support for byte[] in Postgres UDTs - Added support for Octal values (added integration test)
2012-04-20 13:41:31 +00:00
Lukas Eder
392c419551
[ #1333 ] Add support for the Oracle TRUNC function, for numeric arithmetic
2012-04-20 13:40:42 +00:00
Lukas Eder
e60bed838a
[ #1323 ] Add support for byte[] in Postgres UDTs - Added support for Octal values
2012-04-20 13:33:42 +00:00
Lukas Eder
1796cac423
[ #1333 ] Add support for the Oracle TRUNC function, for numeric arithmetic
2012-04-20 13:16:37 +00:00
Lukas Eder
e2f1cba30d
Added Pinterest button
2012-04-20 10:46:07 +00:00
Lukas Eder
aac93ee93a
[ #1322 ] Add Factory.dateAdd() and timestampAdd() for convenience
2012-04-20 10:36:41 +00:00
Lukas Eder
32e823f356
Upgraded CUBRID JDBC driver from build 1018 to 2032
2012-04-20 10:21:48 +00:00
Lukas Eder
18e05cea75
[ #1324 ] Code generation error in Oracle 10g when generating stored procedures
2012-04-20 09:35:15 +00:00
Lukas Eder
76247926be
[ #1283 ] The LIKE escape character needs escaping, too, in contains(), startsWith(), endsWith()
...
[#1328 ] Add Field<String> inline(char), inline(Character), inline(CharSequence) for convenience
2012-04-20 09:07:32 +00:00
Lukas Eder
6fcf0f9b30
[ #1320 ] Document the possibility of accessing Connection.getWarnings() when errors are ignored in the Loader API
2012-04-20 08:31:11 +00:00
Lukas Eder
711c7d011d
[ #1326 ] Error when deserialising BLOBs from Oracle UDTs
2012-04-20 08:12:04 +00:00
Lukas Eder
f1add09448
[ #1327 ] Add DataType.isLob()
2012-04-19 17:47:28 +00:00
Lukas Eder
64c60a549a
[ #1323 ] Add support for byte[] in Postgres UDTs
2012-04-19 16:42:30 +00:00
Lukas Eder
5bca9503a5
Added missing CUBRID database in manual
2012-04-19 11:21:16 +00:00
Lukas Eder
f842b7d905
Improved Javadoc on store() and storeUsing() methods
2012-04-18 20:01:54 +00:00
Lukas Eder
ffa0aa9efc
[ #1319 ] Move jooq-spring's FactoryProxy to the core jooq project
2012-04-15 18:34:34 +00:00
Lukas Eder
cfd7c56aed
[ #1319 ] Move jooq-spring's FactoryProxy to the core jooq project
2012-04-15 18:33:27 +00:00
Lukas Eder
c304e8702a
[ #1313 ] <includes/> and <excludes/> match only table names, not fully qualified names
2012-04-15 17:57:38 +00:00
Lukas Eder
f995290622
Some website improvements (fix for IE)
2012-04-15 17:27:53 +00:00
Lukas Eder
37bf58cf08
Some website improvements
2012-04-15 17:16:42 +00:00
Lukas Eder
1c3ef3dc98
Improved wording
2012-04-15 10:45:12 +00:00
Lukas Eder
b88d35db28
Added advertising section, and Maven statistics
2012-04-15 10:25:48 +00:00
Lukas Eder
6b0164cc1d
Added advertising section, and SourceForge statistics
2012-04-15 09:21:11 +00:00
Lukas Eder
bb41ed66ea
Some website improvements
2012-04-15 07:26:53 +00:00
Lukas Eder
99e5ad4457
Brand update
2012-04-14 22:53:11 +00:00