Lukas Eder
|
e699d58e71
|
Added missing copyrights, authors
|
2012-05-18 15:49:50 +02:00 |
|
Lukas Eder
|
f3d03dd8db
|
Improved code formatting
|
2012-05-18 15:47:46 +02:00 |
|
Lukas Eder
|
0cbb4d9cc5
|
[#1425] Add integration tests to jooq-codegen-maven-example using Spring
and DataSources
|
2012-05-16 23:54:33 +02:00 |
|
Lukas Eder
|
7261e582df
|
Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
|
2012-05-16 00:25:25 +02:00 |
|
Lukas Eder
|
6b095aac37
|
[#1424] Add Factory(DataSource) and similar constructors - fixed
regression
|
2012-05-16 00:25:00 +02:00 |
|
Lukas Eder
|
67cfb48741
|
[#1424] Add Factory(DataSource) and similar constructors
|
2012-05-16 00:07:31 +02:00 |
|
Lukas Eder
|
fee7cbc344
|
Fixed some deprecation warnings
|
2012-05-15 23:12:33 +02:00 |
|
Lukas Eder
|
0940d0f45c
|
Improved Javadoc on fieldByName()
|
2012-05-15 21:38:15 +02:00 |
|
Lukas Eder
|
4bd1956168
|
Fixed backwards-compatibility issues
|
2012-05-13 21:48:36 +02:00 |
|
Lukas Eder
|
1c35e3fa47
|
Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
|
2012-05-13 21:12:17 +02:00 |
|
Lukas Eder
|
b46db7c8c5
|
[#1423] Add Field.likeIgnoreCase() to support Postgres' ILIKE operator
|
2012-05-13 21:09:26 +02:00 |
|
Chrriis
|
3322868161
|
[#1249] Add breakpoint capability to jOOQ Console - breakpoint hit
contextual menu.
|
2012-05-12 21:32:42 +02:00 |
|
Chrriis
|
b4e31a68ef
|
[#1249] Add breakpoint capability to jOOQ Console -
breakpoint contextual editor works with missing database descriptor.
|
2012-05-12 20:40:20 +02:00 |
|
Chrriis
|
aa08d17623
|
[#1249] Add breakpoint capability to jOOQ Console - breakpoints are
independant + bugfix in breakpoint mutation vs serialization cache.
|
2012-05-12 20:35:50 +02:00 |
|
Chrriis
|
a8d2092a10
|
[#1249] Add breakpoint capability to jOOQ Console - parameter
description in breakpoint hit display.
|
2012-05-12 13:13:42 +02:00 |
|
Chrriis
|
a8cffce340
|
[#1249] Add breakpoint capability to jOOQ Console - "break after" and
edition in breakpoint context.
|
2012-05-12 12:40:53 +02:00 |
|
Chrriis
|
7987886022
|
[#1250] Activate EditorPane also when connecting remotely with jOOQ
Console - minor changes for reusability.
|
2012-05-12 09:40:41 +02:00 |
|
Chrriis
|
2a5c6e1f57
|
[#1250] Activate EditorPane also when connecting remotely with jOOQ
Console - minor changes for reusability.
|
2012-05-12 09:27:39 +02:00 |
|
Chrriis
|
b6dab83799
|
[#1249] Add breakpoint capability to jOOQ Console - bug fix in
processor.
|
2012-05-12 08:06:21 +02:00 |
|
Chrriis
|
ad0eb9f4da
|
[#1250] Activate EditorPane also when connecting remotely with jOOQ
Console - first implementation, read-only.
|
2012-05-12 00:23:13 +02:00 |
|
Chrriis
|
f9f0b33962
|
Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
|
2012-05-11 21:01:53 +02:00 |
|
Chrriis
|
4445d7e78f
|
[#1249] Add breakpoint capability to jOOQ Console - First breakpoint
implementation.
|
2012-05-11 21:01:35 +02:00 |
|
Lukas Eder
|
6eb56640df
|
[#1411] Add support for Postgres "any" data type (with quotes!). This
seems to map well to java.lang.Object
|
2012-05-11 11:15:28 +02:00 |
|
Lukas Eder
|
1fac2d30ec
|
[#1408] Relax bounds of <R> in Factory.truncate() to Record, instead of
TableRecord
|
2012-05-11 11:09:15 +02:00 |
|
Lukas Eder
|
767574f4c2
|
Release 2.4.0-SNAPSHOT
|
2012-05-11 11:07:25 +02:00 |
|
Lukas Eder
|
6241c4ab45
|
Release 2.3.1
|
2012-05-11 10:08:14 +02:00 |
|
Lukas Eder
|
843b82cccf
|
Release 2.3.1
|
2012-05-11 10:04:13 +02:00 |
|
Lukas Eder
|
6d35c6b5f6
|
Release 2.3.1
|
2012-05-11 09:55:28 +02:00 |
|
Lukas Eder
|
c1ae59160b
|
[#1334] Fix inaccurate simulation of TRUNC(number, decimals) for Derby
|
2012-05-11 09:51:19 +02:00 |
|
Lukas Eder
|
e53a757cb4
|
[#1403] Documentation bug: ctx.statement() can be replaced in
executeStart(). This is not documented
|
2012-05-10 22:12:35 +02:00 |
|
Lukas Eder
|
7d7aa5049d
|
[#1406] Compilation errors in generated source code when Postgres stored
procedure parameter is called "NAME"
|
2012-05-10 18:54:22 +02:00 |
|
Lukas Eder
|
74205afc53
|
[#1407] Compilation errors in generated source code when Postgres
data-type is "any" (with quotes!)
|
2012-05-10 18:46:20 +02:00 |
|
Chrriis
|
b97d23fd0f
|
[#1249] Add breakpoint capability to jOOQ Console - Initial breakpoint
code structure.
|
2012-05-09 23:25:33 +02:00 |
|
Lukas Eder
|
aeb8765d1e
|
Release 2.3.1-SNAPSHOT
|
2012-05-09 22:45:54 +02:00 |
|
Lukas Eder
|
d11e54a33e
|
[#1409] Postgres code generation broken when not connecting with the
owner of a schema
|
2012-05-09 22:40:56 +02:00 |
|
Lukas Eder
|
71ebc98b27
|
Updated Maven download statistics
|
2012-05-09 19:44:31 +02:00 |
|
Lukas Eder
|
14aa2b6b94
|
Fixed titles on main menu
|
2012-05-07 21:38:24 +02:00 |
|
Lukas Eder
|
3357b14c09
|
Added Google Analytics code snippet
|
2012-05-07 21:19:23 +02:00 |
|
Lukas Eder
|
b7f8cb14a9
|
SEO : added alt attribute
|
2012-05-07 20:32:50 +02:00 |
|
Lukas Eder
|
a377e1b632
|
SEO optimisation : shortened meta description
|
2012-05-07 20:30:07 +02:00 |
|
Lukas Eder
|
82597990fa
|
SEO optimisation. Shorten title
|
2012-05-07 20:21:47 +02:00 |
|
Lukas Eder
|
cf928b006d
|
Don't let download statistics time-range reach the present day
|
2012-05-07 20:17:44 +02:00 |
|
Lukas Eder
|
0ffadaf0cd
|
Added .gitignore
|
2012-05-06 20:40:03 +02:00 |
|
Lukas Eder
|
c94ded5e4e
|
Release 2.3.0 - Upgraded rsyntaxtextarea
|
2012-05-06 20:39:34 +02:00 |
|
Lukas Eder
|
fd9457a720
|
Release 2.3.0 - Fixed NPE in new function
|
2012-05-06 20:19:41 +02:00 |
|
Lukas Eder
|
2f0522d89c
|
Release 2.3.0 - Regenerated integration test artefacts
|
2012-05-06 20:11:15 +02:00 |
|
Lukas Eder
|
755bf002ce
|
Release 2.3.0 - Regenerated examples
|
2012-05-06 20:04:09 +02:00 |
|
Lukas Eder
|
1542ad334c
|
Release 2.3.0 - Manual update
|
2012-05-06 19:53:44 +02:00 |
|
Lukas Eder
|
00b5731ecf
|
Release 2.3.0
|
2012-05-06 18:58:44 +02:00 |
|
Lukas Eder
|
4346013477
|
[#1370] Missing conversion when using unsafe Field<?> types in INSERT or
UPDATE statements - Deactivate relevant integration test for the time
being
|
2012-05-06 18:44:46 +02:00 |
|