Lukas Eder
|
b5060b6de8
|
[#979] Record.from() sets all changed flags to true. That's not necessarily correct in the event of storing the record back to the DB
[#985] AbstractRecord.equals() does not correctly compare arrays. Compare them using Arrays.asList()
|
2011-12-09 16:32:31 +00:00 |
|
Lukas Eder
|
91accf8cad
|
[#978] Fixed test cases to circumvent schema mapping problems
|
2011-12-09 13:02:27 +00:00 |
|
Lukas Eder
|
c16ffd117f
|
Added some Javadoc to SchemaMapping
|
2011-12-09 13:00:54 +00:00 |
|
Lukas Eder
|
8509ecdcb4
|
Release 2.0.1-SNAPSHOT
|
2011-12-04 17:32:12 +00:00 |
|
Lukas Eder
|
0e0e3eac86
|
[#968] Allow for custom enum types, configured in the code generator
|
2011-12-04 17:29:11 +00:00 |
|
Lukas Eder
|
3b0426cf85
|
[#977] EnumType renders name() instead of getLiteral() in Convert.convert() method
|
2011-12-04 16:23:51 +00:00 |
|
Lukas Eder
|
ad58e65156
|
Document case-insensitive regex possibility
|
2011-12-04 15:50:50 +00:00 |
|
Lukas Eder
|
79dbdb4d77
|
[#974] Add Schema.getTable(String), getSequence(String), getUDT(String) for better runtime Schema meta-navigation
|
2011-12-04 14:21:43 +00:00 |
|
Lukas Eder
|
9ad262e651
|
[#975] Add Sequence.getName(), getSchema(), getDataType()
|
2011-12-04 14:08:19 +00:00 |
|
Lukas Eder
|
f2bb68b986
|
[#973] EnumType renders name() instead of getLiteral() in formatXXX() methods
|
2011-12-04 13:48:52 +00:00 |
|
Lukas Eder
|
98de6b1fc9
|
[#691] Add support for Oracle CURSOR REF IN / INOUT parameters - This works already. Only integration tests needed
|
2011-12-02 10:13:35 +00:00 |
|
Lukas Eder
|
ae892047c5
|
Manual update: Clarified "configuration" in the section about stored procedures
|
2011-12-02 09:00:21 +00:00 |
|
Lukas Eder
|
d1f49fda13
|
d
|
2011-12-02 08:55:31 +00:00 |
|
Lukas Eder
|
94eeb423ec
|
Release 2.0.0 - Updated website and manual
|
2011-11-27 20:43:39 +00:00 |
|
Lukas Eder
|
496c333e93
|
Release 2.0.0
|
2011-11-27 15:07:11 +00:00 |
|
Lukas Eder
|
bd6e7c3b1e
|
Removed unneded test class
|
2011-11-27 14:43:18 +00:00 |
|
Lukas Eder
|
f4dd447163
|
Restored pre-2.0 org.jooq.Field API for backwards-compatibility. This API will be removed later
|
2011-11-27 14:41:03 +00:00 |
|
Lukas Eder
|
5d2b412dde
|
Restored pre-2.0 org.jooq.Field API for backwards-compatibility. This API will be removed later
|
2011-11-27 14:30:53 +00:00 |
|
Lukas Eder
|
cd942db4bb
|
Internalise jOOU to avoid adding a dependency
|
2011-11-25 19:48:34 +00:00 |
|
Lukas Eder
|
81ade0a70c
|
Release 2.0.0-RC1
|
2011-11-25 19:16:09 +00:00 |
|
Lukas Eder
|
5d71de0824
|
[#908] Change rpad/lpad functions to accept String instead of char - restored char versions of these methods
|
2011-11-25 17:07:11 +00:00 |
|
Lukas Eder
|
e61c97aa7a
|
Moved Convert class to org.jooq.tools
|
2011-11-25 17:03:35 +00:00 |
|
Lukas Eder
|
a153f8c25f
|
Release 2.0.0
|
2011-11-25 16:29:17 +00:00 |
|
Lukas Eder
|
edf92c1182
|
Release 1.7.0
|
2011-11-25 16:12:00 +00:00 |
|
Lukas Eder
|
7a5be77aac
|
Removed FB link
|
2011-11-24 17:32:39 +00:00 |
|
Lukas Eder
|
19dfb25561
|
Reference @JavaOOQ on twitter button, instead of @lukaseder
|
2011-11-22 21:06:05 +00:00 |
|
Lukas Eder
|
33a6aa3f9c
|
Added twitter link
|
2011-11-22 21:05:20 +00:00 |
|
Lukas Eder
|
21283458b1
|
[#961] Use Oracle's SYS.ALL_SEQUENCES.MAX_VALUE to determine the type of a sequence.
|
2011-11-22 20:35:57 +00:00 |
|
Lukas Eder
|
81c9131d6d
|
[#958] CODEGEN: Add generation-time schema mapping, allowing for re-writing schemata in jooq-codegen
|
2011-11-22 19:14:32 +00:00 |
|
Lukas Eder
|
b1dbf6805b
|
[#967] Better document type conversion
[#969] Add <T> List<T> ResultQuery.fetch(Field<?>, Class<? extends T>) convenience method
|
2011-11-22 17:59:13 +00:00 |
|
Lukas Eder
|
55239a4757
|
[#960] CODEGEN: Add code generation configuration parameter to avoid using the new UByte, UShort, UInteger, ULong wrappers for UNSIGNED number types
|
2011-11-21 18:06:57 +00:00 |
|
Lukas Eder
|
0e606c9342
|
[#959] Compilation errors in generated source code if MySQL enum values match Java reserved words, such as 'true', 'false', 'new', etc...
|
2011-11-20 20:50:03 +00:00 |
|
Lukas Eder
|
35a78808bc
|
[#962] Postgres ordering of generated enum literals is unstable
|
2011-11-20 20:48:35 +00:00 |
|
Lukas Eder
|
8a60d7ee0f
|
[#519] Add support for MySQL UNSIGNED numeric types
|
2011-11-20 18:34:49 +00:00 |
|
Lukas Eder
|
e8f4bab3cb
|
[#955] Generate a reference to every type in a new UDTs.java class
|
2011-11-20 18:26:26 +00:00 |
|
Lukas Eder
|
c3191a0dd3
|
[#955] Generate a reference to every type in a new UDTs.java class
|
2011-11-19 10:05:48 +00:00 |
|
Lukas Eder
|
41f1fa807f
|
[#799] Add support for Oracle PL/SQL's object-oriented MEMBER PROCEDURES and MEMBER FUNCTIONS
[#957] Add <R> R Factory.newRecord(UDT<R>) for constructing attached UDTRecords
|
2011-11-18 21:10:36 +00:00 |
|
Lukas Eder
|
93312a1f2f
|
[#954] Add examples for source code generation of multiple schemata with Maven
|
2011-11-18 14:52:21 +00:00 |
|
Lukas Eder
|
b25421cbf4
|
[#937] In the event of name clash (same name for table and field) generated code has errors
[#953] Make DefaultGeneratorStrategy methods non-final to allow for overriding
|
2011-11-18 14:09:26 +00:00 |
|
Lukas Eder
|
f9721d8208
|
[#939] Include license.txt and readme.txt in .jar files' META-INF directory
|
2011-11-18 10:25:50 +00:00 |
|
Lukas Eder
|
73e66cfcdf
|
Fixed Javadoc
|
2011-11-18 10:20:49 +00:00 |
|
Lukas Eder
|
e3399d9baa
|
[#951] Empty Password for jOOQ-codegen-maven Causes NPE
|
2011-11-18 09:58:12 +00:00 |
|
Lukas Eder
|
8c858024c7
|
Copied some more methods from commons-lang StringUtils
|
2011-11-18 09:56:57 +00:00 |
|
Lukas Eder
|
6f7409ab8d
|
Fixed typo
|
2011-11-18 08:39:35 +00:00 |
|
Lukas Eder
|
678ab08ef2
|
[#945] Calling UpdatableRecord.setValue() twice with the same argument causes the changed flag to be reset to false
[#948] Always set the changed flag to true in Record.setValue()
|
2011-11-16 20:49:45 +00:00 |
|
Lukas Eder
|
d5ba94ae38
|
[#117] Improve DSL support for field and table aliasing (decrease verbosity)
[#938] CODEGEN: Add static/instance table field configuration
|
2011-11-14 19:47:07 +00:00 |
|
Lukas Eder
|
56b06a9405
|
[#117] Improve DSL support for field and table aliasing (decrease verbosity) - experimental implementation
|
2011-11-13 23:11:10 +00:00 |
|
Lukas Eder
|
c685285e47
|
Checked in missing artefact
|
2011-11-13 18:07:03 +00:00 |
|
Lukas Eder
|
3135f72cbe
|
Added PDF manual
|
2011-11-13 18:05:35 +00:00 |
|
Lukas Eder
|
aca827647f
|
Added Ikai Lan's tutorial
|
2011-11-12 16:36:20 +00:00 |
|