Lukas Eder
|
d90506919c
|
Release 3.0.0-RC1 - Fixed non-deterministic test-case
|
2013-02-16 16:35:19 +01:00 |
|
Lukas Eder
|
a7506c6d52
|
Release 3.0.0-RC1 - Skip failing test (for now)
|
2013-02-16 16:28:47 +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
|
2e226ae88e
|
Release 3.0.0-RC1 - Skip failing tests (for now)
|
2013-02-16 15:57:29 +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
|
4950b742bb
|
Release 3.0.0-RC1 - Fixed Eclipse J2SE dependency
|
2013-02-16 15:20:28 +01:00 |
|
Lukas Eder
|
f026a628ab
|
Release 3.0.0-RC1 - Fixed tests against maven-generated resources
|
2013-02-16 15:11:21 +01:00 |
|
Lukas Eder
|
6babe1794e
|
Release 3.0.0-RC1 - Updated version numbers
|
2013-02-16 14:53:18 +01:00 |
|
Lukas Eder
|
7294160a64
|
Release 3.0.0-RC1 - Fixed compilation error
|
2013-02-16 14:51:38 +01:00 |
|
Lukas Eder
|
047014fe81
|
[#2118] Let Row extend Iterable<Field<?>> - Reverted feature
|
2013-02-16 14:48:09 +01:00 |
|
Lukas Eder
|
8576e1d56d
|
Release 3.0.0-RC1
|
2013-02-16 14:28:59 +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
|
dccf2c1bd8
|
[#2202] Add Mock JDBC objects for unit testing with jOOQ - Added section
to the manual
|
2013-02-16 11:33:38 +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
|
23cc627740
|
[#1139] Add support for Postgres TABLE types - Added test function
|
2013-02-16 09:44:26 +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
|
b89f139bc3
|
Improved CSS
|
2013-02-14 22:45:59 +01:00 |
|
Lukas Eder
|
1528de7766
|
Improved manual's TOC structure
|
2013-02-14 14:18:47 +01:00 |
|
Lukas Eder
|
3dd2803eea
|
[#1914] Document the fact that SELECT * is performed by leaving the
SELECT list empty
|
2013-02-14 13:42:50 +01:00 |
|
Lukas Eder
|
fffc16439b
|
Updated manual
|
2013-02-14 12:43:30 +01:00 |
|
Lukas Eder
|
25c57493dd
|
- Fixed references to Factory / Executor
- Added more row-value-expression sections
|
2013-02-14 11:46:52 +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
|
34082a4dae
|
[#2194] Add a glossary to the manual - Added empty section
|
2013-02-13 21:39:17 +01:00 |
|
Lukas Eder
|
196719653a
|
[#1894] Remove constructors from dialect-specific factories - Updated
manual
|
2013-02-13 21:27:15 +01:00 |
|
Lukas Eder
|
5fa6e6dce0
|
[#1897] Add a section to the manual about the migration to jOOQ 3.0
|
2013-02-13 21:05:34 +01:00 |
|
Lukas Eder
|
503e37eb2f
|
Added a reference to SLICK to the manual's credits
|
2013-02-13 21:05:00 +01:00 |
|
Lukas Eder
|
3c4e81e439
|
[#1897] Add a section to the manual about the migration to jOOQ 3.0
|
2013-02-13 21:03:13 +01:00 |
|
Lukas Eder
|
99be1bc0bc
|
Added {max-row-degree} manual variable
|
2013-02-13 21:03:03 +01:00 |
|
Lukas Eder
|
182a212200
|
Removed hard-coded path to fop.config.xml
|
2013-02-13 19:00:18 +01:00 |
|
Lukas Eder
|
4d87dd6ee6
|
[#2187] Change all Javadoc <h3/> tags to <h5/>
|
2013-02-13 17:47:01 +01:00 |
|
Lukas Eder
|
d6715ac5a2
|
[#2165] Add H2 database definitions to the jOOQ-scala module
|
2013-02-13 16:58:14 +01:00 |
|
Lukas Eder
|
7e44bed7ef
|
[#2140] No table java mapping generated using maven plugin - missing
inputSchema in postgres
|
2013-02-13 10:19:10 +01:00 |
|
Lukas Eder
|
8f8f88f665
|
Added resource to .gitignore
|
2013-02-12 16:24:24 +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
|
5690504fea
|
Added database artefacts to .gitignore
|
2013-02-12 16:20:02 +01:00 |
|
Lukas Eder
|
ab5f79497f
|
Fixed launch targets
|
2013-02-12 16:11:56 +01:00 |
|
Lukas Eder
|
a6fcc7755d
|
[#1977] Remove the confusing concept of having a "main key" as opposed
to a "primary key" - Regenerated H2, Oracle, Postgres
|
2013-02-12 12:37:47 +01:00 |
|
Lukas Eder
|
33b0af0f5e
|
[#1977] Remove the confusing concept of having a "main key" as opposed
to a "primary key" - Fixed the sample databases. T_BOOK_STORE shall
have a primary key, instead of a UNIQUE key
|
2013-02-12 12:37:12 +01:00 |
|
Lukas Eder
|
55ac47250a
|
[#1977] Remove the confusing concept of having a "main key" as opposed
to a "primary key" - Fixed generated code
|
2013-02-12 12:30:25 +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 |
|
Lukas Eder
|
f7e672ec39
|
Updated Maven stats
|
2013-02-12 12:13:36 +01:00 |
|