Commit Graph

37 Commits

Author SHA1 Message Date
Lukas Eder
259884febd [#2595] Add implicit conversions from Scala functions to
RecordMapper
2013-07-03 14:41:07 +02:00
Lukas Eder
4010ffc18b [#2596] Scala tests don't run with Maven 2013-07-03 11:40:49 +02:00
Lukas Eder
66c71583f3 Release 3.2.0-SNAPSHOT 2013-07-02 10:52:33 +02:00
Lukas Eder
5827083e4e Release 3.1.0 2013-06-30 15:55:46 +02:00
Lukas Eder
d74988011f Ignore unreliable Eclipse resource leaks warnings 2013-06-30 13:18:57 +02:00
Lukas Eder
21569fda4f Release 3.1.0-SNAPSHOT 2013-05-01 18:04:58 +02:00
Lukas Eder
e23d2af072 Release 3.0.0 2013-04-28 11:49:58 +02:00
Lukas Eder
3023277e9e Release 3.0.0-RC3: Scala fixes 2013-04-12 16:12:39 +02:00
Lukas Eder
fb7a0c535f Release 3.0.0-RC3: Version increment 2013-04-12 15:29:22 +02:00
Lukas Eder
abe43ec2c2 Release 3.0.0-SNAPSHOT 2013-04-05 11:20:59 +02:00
Lukas Eder
c4cb32ee5e Release 3.0.0-RC2 2013-03-08 10:30:08 +01:00
Lukas Eder
244f82c49f Release 3.0.0-SNAPSHOT 2013-02-28 10:33:51 +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
f026a628ab Release 3.0.0-RC1 - Fixed tests against maven-generated resources 2013-02-16 15:11:21 +01:00
Lukas Eder
8576e1d56d Release 3.0.0-RC1 2013-02-16 14:28:59 +01:00
Lukas Eder
d6715ac5a2 [#2165] Add H2 database definitions to the jOOQ-scala module 2013-02-13 16:58:14 +01:00
jeffska
eefcc7793c Added scala trait and wrappers that implement Param[T] to avoid problems with instanceOf in ParamCollector, and added implicit
conversions from Param[T] to the new wrappers.
2013-01-15 08:39:55 -06:00
Lukas Eder
b84c0060b9 Changed year number in copyright to 2013 2013-01-03 12:05:32 +01:00
Lukas Eder
cf4a9e521d Upgraded .classpath JRE reference from 1.6 to 1.7 2012-12-28 14:49:06 +01:00
Lukas Eder
1adbf989e1 Ignore new Eclipse warning "potential resource leak". It seems to
enforce a very rigid resource lifecycle handling
2012-12-02 10:29:02 +01:00
Lukas
d82f0455ab Some auto-generated preference / settings changes 2012-12-01 17:01:49 +01:00
Lukas Eder
0789a832c7 [#1919] Support higher degrees of Row[N] and Record[N] types. Match
Scala's max degree of 22
2012-11-11 12:34:43 +01:00
Lukas Eder
83feae654e [#1906] Use Xtend to generate Row[N], Record[N] and other code
artefacts - Added Update / Scala Conversions code generation
2012-11-11 12:20:50 +01:00
Lukas Eder
8c44ebcc14 Fixed NPE 2012-10-31 23:02:42 +01:00
Lukas Eder
21d1e062fa [#1920] Add more implicit defs in order to treat Record1, ..., Record[N]
as Scala's Tuple1, ..., Tuple[N]
2012-10-31 22:48:05 +01:00
Lukas Eder
b1bd104fd0 Release 3.0.0-SNAPSHOT 2012-10-26 15:13:19 +02:00
Lukas Eder
acb7dd97d7 Release 2.6.0 2012-10-26 14:23:25 +02:00
Lukas Eder
7df7f70865 [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Updated manual
2012-10-26 12:12:03 +02:00
Lukas Eder
27f9f47020 Release 2.6.0 2012-10-26 09:54:32 +02:00
Lukas Eder
6f0450e984 [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Fixed pom.xml
2012-10-25 23:28:19 +02:00
Lukas Eder
37bcf540f7 [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Let SAnyField extend
Field, instead of QueryPartInternal
2012-09-01 15:19:39 +02:00
Lukas Eder
e94931f85e [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Added arithmetic
negation operator
2012-09-01 13:33:19 +02:00
Lukas Eder
db728ae1e4 [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Added support for
bitwise operations
2012-09-01 13:24:45 +02:00
Lukas Eder
6194e189d7 [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Added more operators
2012-09-01 12:27:37 +02:00
Lukas Eder
cd8894e5d1 [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Added more operators
2012-09-01 10:49:01 +02:00
Lukas Eder
37c0b0fa5b [#1773] Add a new jOOQ-Scala project and jooq-scala artefactId, to
contain jOOQ extensions in the Scala language - Initial checkin
2012-08-31 10:56:38 +02:00