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
d583f95e04
Fixed compilation error due to broken RSyntaxTextarea API evolution
2013-06-14 17:40:56 +02:00
Lukas Eder
586f4ccae0
[ #2422 ] Upgrade RSyntaxTextArea to 2.0.7
2013-06-14 16:54:16 +02:00
Lukas Eder
ec1b840cb5
[ #552 ] [ #2423 ]
...
- Add SQLDialect.family() to group several SQLDialect versions of
the same RDBMS
- Add support for SQL Server 2012 native OFFSET .. FETCH clause
2013-06-01 19:19:13 +02:00
Lukas Eder
21569fda4f
Release 3.1.0-SNAPSHOT
2013-05-01 18:04:58 +02:00
Chrriis
0656e85485
[ #1177 ] Add SQL Console module to jOOQ - fix font issue and prepare for
...
RSyntaxTextArea update.
2013-04-29 17:27:57 +02:00
Lukas Eder
e23d2af072
Release 3.0.0
2013-04-28 11:49:58 +02:00
Lukas Eder
7865bc3be3
Fixed / Ignored a couple of warnings
2013-04-19 14:11:24 +02:00
Lukas Eder
fb7a0c535f
Release 3.0.0-RC3: Version increment
2013-04-12 15:29:22 +02:00
Lukas Eder
15f24d6e39
[ #2390 ] Change Configuration API to reflect jOOQ-style getter /
...
setter naming
2013-04-07 17:06:04 +02:00
Lukas Eder
906df54303
[ #2380 ] Rename org.jooq.impl.Factory to org.jooq.DSL - Step 1
...
- Renamed org.jooq.impl.Factory to org.jooq.impl.DSL
2013-04-06 21:17:18 +02:00
Lukas Eder
412bd45e12
[ #2379 ] Replace 3.0-RC1 Executor type by a contextual DSL type
...
constructed from Factory.using() - Step 1
- Make Executor constructors package-private
- Add Factory.using() factory method
2013-04-06 17:45:07 +02:00
Lukas Eder
abe43ec2c2
Release 3.0.0-SNAPSHOT
2013-04-05 11:20:59 +02:00
Lukas Eder
757958b521
Fixed some compilation errors
2013-03-25 07:13:46 +01:00
Chrriis
501cc7e8fa
[ #1177 ] Add SQL Console module to jOOQ - Adjust debug listener to use
...
single run contextual data.
2013-03-24 19:24:41 +01:00
Lukas Eder
5cd2232840
Fixed license
2013-03-13 19:23:12 +01:00
Chrriis
599c01b070
[ #1177 ] Add SQL Console module to jOOQ - Adjust to jOOQ 3.0.
2013-03-10 21:41:11 +01: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
7294160a64
Release 3.0.0-RC1 - Fixed compilation error
2013-02-16 14:51:38 +01:00
Lukas Eder
8576e1d56d
Release 3.0.0-RC1
2013-02-16 14:28:59 +01: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
2f427a4520
[ #1549 ] Externalise connection lifecycle through new ConnectionProvider
2012-12-20 13:06:51 +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
Chrriis
406c3de55c
[ #1177 ] Add SQL Console module to jOOQ - avoid evaluating empty
...
statements.
2012-11-08 11:49:39 +01:00
Chrriis
9453aa3a3c
[ #1177 ] Add SQL Console module to jOOQ - fixed infinite loop on certain
...
RDBMS.
2012-11-08 11:47:04 +01:00
Lukas Eder
e506d9de65
[ #1533 ] Extract Executor API from Factory. Let Factory contain only
...
static QueryPart factory methods
2012-10-26 23:03:04 +02: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
27f9f47020
Release 2.6.0
2012-10-26 09:54:32 +02:00
Chrriis
b8a3cfd6d6
Closing streams that were not properly closed.
2012-10-25 19:02:31 +02:00
Lukas Eder
2ee9b459bb
[ #1472 ] Move org.jooq.tools.debug API from jOOQ Console to core - After
...
experimenting with such APIs, Christopher Deckers and I came to the
conclusion that the debugger API is too specialised to be put into the
core. This ticket will be reverted
2012-10-12 14:09:27 +02:00
Chrriis
8fdcddf78e
[ #1177 ] Add SQL Console module to jOOQ - multi execution context
...
prepared in the code.
2012-10-07 13:10:53 +02:00
Chrriis
f4497dca18
[ #1177 ] Add SQL Console module to jOOQ - Minor bug fixes.
2012-10-07 12:12:59 +02:00
Chrriis
2f546950ce
[ #1177 ] Add SQL Console module to jOOQ - Show sum when selecting time
...
information of multiple rows of same column.
2012-10-07 12:12:10 +02:00
Lukas Eder
d9bf1c5703
[ #1472 ] Move org.jooq.tools.debug API from jOOQ Console to core
2012-09-16 18:10:06 +02:00
Lukas Eder
abad0c6a63
[ #1472 ] Add a Settings.executeDebugging property, and move server-side
...
Console logic to core - Removed unused parameter
2012-09-12 20:10:56 +02:00
Lukas Eder
f231df8c82
Fixed typo
2012-09-11 23:36:46 +02:00
Lukas Eder
ba5bdd2c7b
[ #1472 ] Add a Settings.executeDebugging property, and move server-side
...
Console logic to core
- Extracted ExecutionType into its own file
- Added some Javadoc
2012-09-11 22:40:32 +02:00
Lukas Eder
7d3b83a97d
[ #1472 ] Add a Settings.executeDebugging property, and move server-side
...
Console logic to core - Fixed wrong breakpoint ID comparisons
2012-09-11 22:05:47 +02:00
Lukas Eder
a19755f40a
[ #1472 ] Add a Settings.executeDebugging property, and move server-side
...
Console logic to core
- Made Breakpoint "more" immutable
- Let Breakpoint use a UUID as ID, instead of a locally incremented int
2012-09-11 22:02:55 +02:00
Lukas Eder
c4a79ad6ee
Fixed a warning
2012-09-11 22:00:12 +02:00
Lukas Eder
4aa61514ea
[ #1472 ] Add a Settings.executeDebugging property, and move server-side
...
Console logic to core - Removed unnecessary CommandMessage.runCommand()
indirection
2012-09-11 21:27:34 +02:00
Lukas Eder
2898d65145
Fixed copyright header indentation
2012-09-11 21:25:03 +02:00
Lukas Eder
76d271e3e9
[ #1472 ] Add a Settings.executeDebugging property, and move server-side
...
Console logic to core - Removed unused LocalMessage
2012-09-11 21:10:27 +02:00
Lukas Eder
09f49a08c2
[ #1472 ] Add a Settings.executeDebugging property, and move
...
server-side Console logic to core - Removed
Debugger.modifyBreakpoint(). It does the same as
Debugger.addBreakpoint()
2012-09-11 20:57:30 +02:00