lukaseder
|
1ed96d2f18
|
[#5754] Remove copyright (and dates) from file headers
|
2017-01-02 17:14:26 +01:00 |
|
lukaseder
|
b641dde50f
|
[#5754] Remove copyright (and dates) from file headers
|
2017-01-02 17:05:35 +01:00 |
|
lukaseder
|
d1e1f3e648
|
Release 3.10.0-SNAPSHOT
|
2016-12-23 16:36:19 +01:00 |
|
lukaseder
|
e0c0ed0229
|
Release 3.9.0
|
2016-12-23 11:53:13 +01:00 |
|
lukaseder
|
56e93ff020
|
Upgraded H2 JDBC driver version
|
2016-12-22 11:51:41 +01:00 |
|
lukaseder
|
742b2b129d
|
[#5584] Fix all file headers to be regular comments, not Javadoc
|
2016-10-07 15:51:44 +02:00 |
|
lukaseder
|
def7a55255
|
[#2684] Rename org.jooq.scala package to org.jooq.scalaextensions because of potential collisions with the scala package
|
2016-08-05 11:42:39 +02:00 |
|
lukaseder
|
821f381188
|
[#2684] Rename org.jooq.scala package to org.jooq.scalaextensions because of potential collisions with the scala package
|
2016-08-05 11:41:29 +02:00 |
|
lukaseder
|
53e44fac6e
|
[#5432] Added Eric Peters as author
|
2016-07-25 16:46:51 +02:00 |
|
Lukas Eder
|
9e1d9f3e4c
|
Merge pull request #5432 from er1c/scala_conversions
Fix the type-erasure issue for scala vararg helpers in org.jooq.scala.Conversions using scala.predef.DummyImplicit
|
2016-07-25 16:43:31 +02:00 |
|
Eric Peters
|
5535d79f31
|
Fix Scala Conversions fetchOneOption consistent typing patterns
|
2016-07-20 13:11:21 -07:00 |
|
Eric Peters
|
4212de8b29
|
Fix the type-erasure issue for scala vararg helpers in org.jooq.scala.Conversions using scala.predef.DummyImplicit
|
2016-07-20 10:21:09 -07:00 |
|
lukaseder
|
d49dbfc4b7
|
[#5399] Conversions.scala returns Option[_] instead of Option[T] or Option[U] where this is possible
|
2016-07-06 15:50:15 +02:00 |
|
lukaseder
|
822e1d35cb
|
[#5395] Apply changes also to jOOQ-scala
|
2016-07-06 15:36:20 +02:00 |
|
lukaseder
|
a6368da455
|
Release 3.9.0-SNAPSHOT
|
2016-05-04 15:18:05 +02:00 |
|
lukaseder
|
20a08ec0c9
|
Release 3.8.0
|
2016-05-03 10:46:19 +02:00 |
|
lukaseder
|
11115c6741
|
[#4889] Update copyright to 2016
|
2016-01-04 20:59:08 +01:00 |
|
lukaseder
|
938fb6f5e2
|
Blank out rather than mask [pro] code to avoid confusion with users
|
2015-12-31 10:02:02 +01:00 |
|
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 |
|