Lukas Eder
|
3192dc584d
|
Release 3.0.0-RC2 - Fixed version info in download.php and notes.php
|
2013-02-18 13:15:57 +01:00 |
|
Lukas Eder
|
4a8ffaea3b
|
Release 3.0.0-RC1 - Added generated test classes to the test source
paths in Maven
|
2013-02-18 11:54:45 +01:00 |
|
Lukas Eder
|
66470bc6c9
|
Release 3.0.0-RC1 - Moved generated test resources to the
generate-test-sources phase and directory
|
2013-02-18 11:09:33 +01:00 |
|
Lukas Eder
|
cd0021839d
|
Release 3.0.0-RC1 - Updated release notes
|
2013-02-17 22:46:05 +01:00 |
|
Lukas Eder
|
766b694ce6
|
[#2215] Improve example in the "jOOQ for CRUD" section. Use only columns
from the sample database
|
2013-02-17 22:45:02 +01:00 |
|
Lukas Eder
|
a6ec1614be
|
Release 3.0.0-RC1 - Added some sections to the manual
|
2013-02-17 22:31:27 +01:00 |
|
Lukas Eder
|
e07671ab20
|
Release 3.0.0-RC1 - Small optimisation
|
2013-02-17 21:07:04 +01:00 |
|
Lukas Eder
|
4ef9e48623
|
Release 3.0.0-RC1 - Fixed manual line lengths
|
2013-02-17 20:58:07 +01:00 |
|
Lukas Eder
|
d6ef7a7f09
|
Release 3.0.0-RC1 - Fixed version number
|
2013-02-17 20:50:25 +01:00 |
|
Lukas Eder
|
0116b7d920
|
Release 3.0.0-RC1 added reference to the 3.0 manual
|
2013-02-17 20:45:24 +01:00 |
|
Lukas Eder
|
8bf263251f
|
Release 3.0.0-RC1 Fixed Javadoc issues
|
2013-02-17 20:20:38 +01:00 |
|
Lukas Eder
|
86e0ced484
|
Re-generated all data
|
2013-02-17 20:08:27 +01:00 |
|
Lukas Eder
|
b616f21fe8
|
Release 3.0.0-RC1 - Added release notes
|
2013-02-17 19:22:31 +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
|
d413070394
|
Added resource to .gitignore
|
2013-02-17 17:43:26 +01:00 |
|
Lukas Eder
|
d76824bd3e
|
Release 3.0.0-RC1 - Fixed weird regression in test scripts, due to
Ingres upgrade (??)
|
2013-02-16 17:34:32 +01:00 |
|
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 |
|