Commit Graph

1098 Commits

Author SHA1 Message Date
Lukas Eder
f4bbfdb818 [#2312] Annotate org.jooq.Support with java.lang.annotation.Documented
to make it part of the public API (in Javadoc)
2013-03-08 09:09:50 +01:00
Lukas Eder
083e0041ce Fixed whitespace (no tabs, only spaces) 2013-02-28 12:35:53 +01:00
Lukas Eder
201d55d73a [#2280] Improve supported formats for MockFileDatabase - Added some
infos about the current implementation to the Javadoc
2013-02-27 16:59:53 +01:00
Lukas Eder
21a60b5aa6 No need for this local interface 2013-02-27 16:14:04 +01:00
Lukas Eder
e648132697 [#2280] Improve supported formats for MockFileDatabase 2013-02-27 15:52:03 +01:00
Lukas Eder
82fa44d98f [#2281] Add Result<Record> Executor.fetchFromStringData(List<String[]>)
in order to reuse logic from fetchFromCSV
2013-02-27 15:51:33 +01:00
Lukas Eder
bca01a0d76 Fixed OpenCSV's peculiar inline comment style 2013-02-27 14:17:18 +01:00
Lukas Eder
4a7ad9937e [#2278] Postgres (UUID and other) ARRAY types aren't correctly inlined
as string literals
2013-02-27 12:12:45 +01:00
Lukas Eder
78e8b863eb Added missing final keywords 2013-02-27 12:08:13 +01:00
Lukas Eder
48628892e2 [#2279] UUIDs aren't correctly deserialised from Postgres UDTs 2013-02-26 21:52:10 +01:00
Lukas Eder
935d74628b Merge pull request #2277 from kdubb/master
[#2279] UUIDs aren't correctly deserialised from Postgres UDTs
2013-02-26 12:48:05 -08:00
Kevin Wooten
9fc494b8e4 Support UUID in Postgres arrays 2013-02-26 13:18:12 -07:00
Lukas Eder
9fb08f7d39 [#2271] jOOQ Unit tests fail when not run in CET / CEST 2013-02-26 12:23:32 +01:00
Lukas Eder
24254e039e [#2267] SQLDialectNotSupportedException: Type class
org.postgis.PGgeometry is not supported in dialect null, when binding
PG* objects
2013-02-25 16:55:04 +01:00
Lukas Eder
a398476260 [#2258] Restore private and deprecated versions of the Factory
constructors, adding some Javadoc about the changes between jOOQ 2.x and
3.0
2013-02-24 12:10:51 +01:00
Lukas Eder
e93e470f94 Removed some deprecated code 2013-02-24 12:00:48 +01:00
Lukas Eder
78937968a6 [#2262] RenderSchema has no effect, if not supplied to the Executor
constructor
2013-02-24 11:50:51 +01:00
Lukas Eder
6a6c9d3526 [#2259] RenderMapping has no effect, if not supplied to the Executor
constructor
2013-02-24 11:38:20 +01:00
Lukas Eder
d4d5df40bb Fixed bad test 2013-02-24 11:35:04 +01:00
Lukas Eder
0457e0b782 Removed deprecated SchemaMapping.NO_MAPPING 2013-02-24 11:28:35 +01:00
Lukas Eder
53b5c70fc1 [#2252] ArrayIndexOutOfBoundsException, when rendering plain SQL that is
terminated by a comment - Added test case
2013-02-20 15:00:23 +01:00
Lukas Eder
4b61106f4a Merge pull request #2251 from joe776/master
[#2252] ArrayIndexOutOfBoundsException, when rendering plain SQL that is terminated by a comment
2013-02-20 05:55:04 -08:00
Joerg Schoenfisch
8f7a70f4a0 i could still have been out of bounds if there is only a single newline character(Linux) and not two(Windows). 2013-02-20 14:43:00 +01:00
Joerg Schoenfisch
e913111a8e Prevent an IndexOutOfBoundsException if the SQL-String ends with a single line comment without a newline. 2013-02-20 14:31:30 +01:00
Lukas Eder
9bcaf9edea Fixed syntax error in Javadoc example 2013-02-20 11:28:53 +01:00
Lukas Eder
bbd774795c [#2200] Add Executor.fetchCount(Select<?>) and Select.fetchCount() to
replace the projection by a COUNT(*) query
2013-02-19 11:01:47 +01:00
Lukas Eder
b2894684df Fixed warning 2013-02-18 15:56:08 +01:00
Lukas Eder
e07671ab20 Release 3.0.0-RC1 - Small optimisation 2013-02-17 21:07:04 +01:00
Lukas Eder
8bf263251f Release 3.0.0-RC1 Fixed Javadoc issues 2013-02-17 20:20:38 +01:00
Lukas Eder
797b1b5e0f [#2227] Field.in(T...) doesn't convert argument values to the Field's
type
2013-02-17 19:07:56 +01:00
Lukas Eder
b631eedb23 [#2223] SQL injection is possible in org.jooq.impl.Val, if client code
doesn't correctly enforce generic typesafety, and bind variables are
inlined
2013-02-17 18:34:58 +01:00
Lukas Eder
0455203f49 Release 3.0.0-RC1 - Improved method signature of Record.changed()
methods. Inversed arguments to make method feel more natural
2013-02-16 16:09:24 +01:00
Lukas Eder
d5053a092a Release 3.0.0-RC1 - Added "experimental" remark to Catalog 2013-02-16 15:57:08 +01:00
Lukas Eder
047014fe81 [#2118] Let Row extend Iterable<Field<?>> - Reverted feature 2013-02-16 14:48:09 +01:00
Lukas Eder
9c68bc5e95 Improved TRACE logging of fetched records 2013-02-16 14:08:46 +01:00
Lukas Eder
62c594b43e [#2208] Implement a MockFileDatabase - Experimental draft implementation 2013-02-16 13:18:37 +01:00
Lukas Eder
821b1e6c08 [#2210] Executor.fetchFromCSV() shouldn't mark resulting records as
"changed"
2013-02-16 12:59:56 +01:00
Lukas Eder
1502c0f330 [#2202] Add Mock JDBC objects for unit testing with jOOQ - Use
jOOQ-style getters, not JavaBeans style
2013-02-16 11:02:05 +01:00
Lukas Eder
4db89119b5 [#2202] Add Mock JDBC objects for unit testing with jOOQ - Added
more unit tests
2013-02-16 10:25:35 +01:00
Lukas Eder
e958dc2908 [#2205] Add <R> Result<R> Executor.newResult(Table<R>) to generate
custom results
2013-02-16 09:30:35 +01:00
Lukas Eder
d56c0d71a2 [#2202] Add Mock JDBC objects for unit testing with jOOQ - Added
some unit tests
2013-02-16 09:30:08 +01:00
Lukas Eder
f782f27b00 [#2206] Relax bounds of R on Executor.newRecord() from TableRecord<R> to
Record
2013-02-15 20:54:41 +01:00
Lukas Eder
e3ec046490 [#2202] Add Mock JDBC objects for unit testing with jOOQ 2013-02-15 20:49:03 +01:00
Lukas Eder
2b3fb59dbe [#2204] Add BatchBindStep.bind(Object[][]) to bind lots of bind values
at a time
2013-02-15 18:17:00 +01:00
Lukas Eder
3e2778122c [#2203] Add Executor.map(Schema) and Executor.map(Table) as a
convenience to apply runtime schema mapping
2013-02-15 17:57:56 +01:00
Lukas Eder
ff12bbc730 [#2199] Allow for INSERT and UPDATE of pre-existing records through SET
[ Record ] clauses
2013-02-15 12:17:04 +01:00
Lukas Eder
82a0d99b92 [#2197] Relax bounds on Factory.groupingSets(Collection<Field<?>>...) to
Collection<? extends Field<?>>...
2013-02-14 01:01:50 +01:00
Lukas Eder
4d87dd6ee6 [#2187] Change all Javadoc <h3/> tags to <h5/> 2013-02-13 17:47:01 +01:00
Lukas Eder
cea755069d [#834] Add support for the Firebird / Postgres UPDATE .. RETURNING
clause
2013-02-12 16:22:04 +01:00
Lukas Eder
fba595a302 [#1977] Remove the confusing concept of having a "main key" as opposed
to a "primary key"
2013-02-12 12:30:11 +01:00