Lukas Eder
428108b426
Updated copyright date from 2009-2011 to 2009-2012
2012-02-27 18:40:53 +00:00
Lukas Eder
332f556d01
[ #1169 ] Add Configuration.setData(), getData() to convey custom data in a configuration's lifecycle
2012-02-19 16:44:31 +00:00
Lukas Eder
c0764d20c3
[ #492 ] RUNTIME-CONFIG: Add run-time configuration
...
[#1151 ] Deprecate SchemaMapping in favour of new runtime configuration
Re-generated jooq-meta artefacts
2012-02-15 21:41:16 +00:00
Lukas Eder
d249ea6457
[ #1069 ] Add support for INSERT INTO table(field1, field2, ...) SELECT syntax - as opposed to the existing INSERT INTO table SELECT
2012-01-27 10:45:41 +00:00
Lukas Eder
fe5bdc9749
[ #1051 ] Add Factory.execute(String, Object...) as a convenience method for Factory.query(...).execute();
2012-01-11 18:56:04 +00:00
Lukas Eder
d1660ea0ec
[ #1024 ] Add Factory.resultQuery(String, Object...) to allow for arbitrary execution modes of plain SQL queries
2012-01-01 10:48:33 +00:00
Lukas Eder
ea48c9dcd0
[ #914 ] Allow for modifying bind values of existing QueryParts / Queries
...
[#980 ] Add support for named parameters, to better interact with Spring
2011-12-11 16:06:50 +00:00
Lukas Eder
123b2cca0b
[ #981 ] Cannot insertInto(table("my_table")), as plain SQL tables return Table<Record>, not Table<TableRecord>. Relax bound on R - Fixed INSERT
2011-12-10 16:06:06 +00:00
Lukas Eder
fcca200ee7
[ #981 ] Cannot insertInto(table("my_table")), as plain SQL tables return Table<Record>, not Table<TableRecord>. Relax bound on R - Fixed UPDATE
2011-12-10 15:54:32 +00:00
Lukas Eder
449333c143
[ #981 ] Cannot insertInto(table("my_table")), as plain SQL tables return Table<Record>, not Table<TableRecord>. Relax bound on R - Fixed DELETE, MERGE
2011-12-10 15:51:12 +00:00
Lukas Eder
41f1fa807f
[ #799 ] Add support for Oracle PL/SQL's object-oriented MEMBER PROCEDURES and MEMBER FUNCTIONS
...
[#957 ] Add <R> R Factory.newRecord(UDT<R>) for constructing attached UDTRecords
2011-11-18 21:10:36 +00:00
Lukas Eder
f9721d8208
[ #939 ] Include license.txt and readme.txt in .jar files' META-INF directory
2011-11-18 10:25:50 +00:00
Lukas Eder
16efd8d2fb
[ #912 ] Add <R extends Record> R newRecord(Table<R>, Object) as the inverse of various into(Class<?>) methods
...
[#932 ] Let the bound of R in TableRecord extend TableRecord<R>, in UpdatableRecord to extend UpdatableRecord<R>
[#934 ] Don't consider static members in reflection utilities when used with Record.into(Class<?>) and similar methods
[#935 ] Don't consider final member fields in reflection utilities when used with Record.into(Class<?>) and similar methods
2011-11-12 13:05:57 +00:00
Lukas Eder
bec1685cfe
[ #923 ] Reduce the internal API leak by moving some utilities to org.jooq.tools
2011-11-11 18:04:41 +00:00
Lukas Eder
c6bcc388cc
[ #804 ] Add <R extends Record> to Insert, Update, Delete
2011-11-11 14:18:07 +00:00
Lukas Eder
a04a5270bc
[ #897 ] Add Spring integration project
2011-11-04 16:19:49 +00:00