Commit Graph

101 Commits

Author SHA1 Message Date
lukaseder
04e918220e [#4811] Add source code in original form to .zip, such that users can build jOOQ right away 2015-12-16 14:10:29 +01:00
lukaseder
9326779597 [#4791] Upgrade scala dependency to 2.10.6 2015-12-09 16:40:03 +01:00
lukaseder
100c07ee5b Use 3.8.0-SNAPSHOT versions in examples to avoid confusion 2015-11-05 17:22:00 +01:00
lukaseder
7a238299aa Release 3.8.0-SNAPSHOT 2015-10-08 14:42:58 +02:00
lukaseder
1f5e2e795b Release 3.7.0 2015-10-08 11:22:04 +02:00
lukaseder
6fb24db702 Use implicit classes instead of existing solutions for Conversions 2015-10-06 10:24:02 +02:00
lukaseder
abbbdba4d9 [#4600] Add support for plain SQL APIs via Scala string interpolation 2015-10-06 10:07:01 +02:00
lukaseder
eb11e51091 Avoid ambiguity with the internal org.jooq.impl.Array type. 2015-09-29 14:59:29 +02:00
lukaseder
c1e28aa322 Added an empty /javadoc dir for Maven Central compliance 2015-09-20 15:15:39 +02:00
lukaseder
07616fde82 For technical reasons, we're no longer publishing unit tests on GitHub. Please ask contact@datageekery.com should you need to continue accessing these tests. Note that these tests cover only 1% of jOOQ functionality, which is mostly tested via closed-source integration tests 2015-09-16 14:35:37 +02:00
lukaseder
ede0e09958 [#4379] Upgrade Scala dependency from 2.10.4 to 2.10.5 2015-06-08 17:38:46 +02:00
lukaseder
246a7261ed [#4349] The trial / pro license is accidentally delivered with the Open Source Edition 2015-06-03 11:00:55 +02:00
lukaseder
50bc25b4d9 More idiomatic Scala 2015-05-06 15:45:16 +02:00
lukaseder
337cd45c9b Use Scala syntax sugar in method declarations 2015-05-06 12:47:46 +02:00
lukaseder
411f5f434c [#4273] Add implicit ScalaDSLContext type to add additional functionality to DSLContext for Scala users 2015-05-06 12:38:59 +02:00
lukaseder
7279f068b9 [#4271] Add implicit ScalaResultQuery type to add additional functionality to ResultQuery for Scala users 2015-05-06 11:59:18 +02:00
lukaseder
a251b1e8da Use the ScalaGenerator in the jOOQ-scala tests 2015-04-30 16:41:23 +02:00
lukaseder
89244f4831 Release 3.7.0-SNAPSHOT 2015-04-22 18:02:14 +02:00
lukaseder
6e77528ea8 Release 3.6.0 2015-04-22 15:20:21 +02:00
lukaseder
49cd6bc7b3 [#4216] Remove obsolete "release" profile from pom.xml files 2015-04-20 15:40:14 +02:00
lukaseder
539fb703b9 [#2936] Move .settings, and other Eclipse-related artefacts in a
separate place
2015-03-17 20:45:19 +01:00
lukaseder
dd8d3c76f3 Updated copyright to 2015 2015-01-09 08:57:16 +01:00
Lukas Eder
8f72523997 Updated copyright to 2015 2015-01-07 17:57:59 +01:00
lukaseder
b364042695 Upgraded H2 in example projects 2014-11-27 09:03:36 +01:00
lukaseder
2401501864 Upgraded H2 in example projects 2014-11-27 08:38:41 +01:00
lukaseder
752feb4ff3 Release 3.6.0-SNAPSHOT 2014-11-24 09:48:14 +01:00
Lukas Eder
9416657847 Release 3.5.0 2014-11-21 16:01:43 +01:00
Lukas Eder
5626c91604 [#3775] Fixed jOOQ-Scala unit tests 2014-11-18 16:34:19 +01:00
Lukas Eder
5407d8ab14 [#561] Add support for the Informix database - Various fixes 2014-07-30 11:22:16 +02:00
Lukas Eder
521df3ff8b Fixed the Eclipse 'join_wrapped_lines' setting 2014-07-01 13:39:47 +02:00
Lukas Eder
55fa5d1daf Aagh... Eclipse o_O 2014-06-24 15:03:01 +02:00
Lukas Eder
0d5ac1f778 Release 3.5.0-SNAPSHOT 2014-06-23 09:57:20 +02:00
Lukas Eder
a511c45ad8 Release 3.4.0 2014-06-20 10:51:45 +02:00
Lukas Eder
e83850b356 Added IntelliJ meta info to .gitignore 2014-06-06 14:58:11 +02:00
Lukas Eder
451c02d819 [#3321] Add support for Oracle's (+) JOIN syntax 2014-06-06 11:09:48 +02:00
Lukas Eder
8e8e44a43e [#3321] Add support for Oracle's (+) JOIN syntax 2014-06-06 10:30:01 +02:00
Lukas Eder
19710efc14 Upgraded Eclipse settings to reflect lambda and improved annotation formatting 2014-05-27 09:42:37 +02:00
Lukas Eder
63fd56970a Upgrade Scala to 2.10 2014-04-16 13:52:35 +02:00
Lukas Eder
926ab9917f [#2694] Fixed Scala API Conversions API regression 2014-04-16 12:54:06 +02:00
Lukas Eder
6b6dd91dbb Workaround for test that fails only in Travis-CI 2014-03-12 19:18:19 +01:00
Lukas Eder
c591ebada9 [#3088] ResultQuery.fetchInto() doesn't work with Scala case classes - Added integration test, works 2014-03-10 18:53:14 +01:00
Lukas Eder
f012c538dd Release 3.4.0-SNAPSHOT 2014-02-17 19:08:24 +01:00
Lukas Eder
2c5130acee Release 3.3.0 2014-02-14 16:45:40 +01:00
Lukas Eder
1320420f5f Updated copyright information 2014-02-03 18:05:02 +01:00
Lukas Eder
c6730094b6 Whitespace changes 2014-02-03 17:59:38 +01:00
Lukas Eder
d10a27ed3c Updated copyright information 2014-02-03 12:22:20 +01:00
Lukas Eder
c2e2730583 Line separators again... 2013-12-31 14:04:09 +01:00
Lukas Eder
f844ba26cd [#2910] The new matchers configuration cannot be used with Maven 2013-12-31 12:01:47 +01:00
Lukas Eder
dfa66519c5 Upgraded H2 dependency in jOOQ-scala 2013-12-18 10:04:48 +01:00
Lukas Eder
4181082ec0 [#2848] Fixed regression induced in Conversions.scala 2013-12-17 15:40:06 +01:00