Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion fails for Oracle VARRAY / TABLE types, nested in UDTs #3060

Closed
lukaseder opened this issue Feb 17, 2014 · 0 comments
Closed

Conversion fails for Oracle VARRAY / TABLE types, nested in UDTs #3060

lukaseder opened this issue Feb 17, 2014 · 0 comments

Comments

@lukaseder
Copy link
Member

With these types:

create type vs_t is table of varchar2(32) not null;

create type obj_t as object (
  vs vs_t
);

... UDTRecord to POJO conversion fails when the POJO contains a String[] or Collection property.

@lukaseder lukaseder added this to the Version 3.4.0 milestone Feb 17, 2014
lukaseder added a commit that referenced this issue Mar 7, 2014
-------------------------
#3096 - Add Constants.XSD_RUNTIME, NS_RUNTIME, XSD_CODEGEN, NS_CODEGEN

Bug fixes
---------
#3011 - Routines do not propagate errors raised from T-SQL procedures due to
        JDBC API misuse
#3057 - Wrong paths in maven-install.sh and maven-install.bat
#3060 - Conversion fails for Oracle VARRAY / TABLE types, nested in UDTs
#3069 - jOOQ calls Clob.free(), which is available only in JDBC 4.0 / Java 1.6
#3084 - SQL Server unique indexes are not loaded by jOOQ-meta
#3101 - MutablePOJOMapper doesn't work with annotated boolean getters
lukaseder added a commit that referenced this issue Mar 7, 2014
-------------------------
#3096 - Add Constants.XSD_RUNTIME, NS_RUNTIME, XSD_CODEGEN, NS_CODEGEN

Bug fixes
---------
#2939 - Excessive logging by jOOQ's default logger in DEBUG level, when logging
        LOB content 
#3011 - Routines do not propagate errors raised from T-SQL procedures due to
        JDBC API misuse
#3013 - The Configuration's RecordMapperProvider is not used when mapping
        UDTRecords
#3019 - Bad SQL rendered from HSQLDBDatabase when loading check constraints
#3024 - DefaultRecordMapper does not map nested UDTs onto nested POJOs
#3027 - Missing whitespace / newline on emulated multi-value INSERT
#3036 - RecordListeners don't receive "end" events when exceptions occur
#3039 - Cannot bind NULL with JDBC Types.BOOLEAN in DB 
#3042 - Work around flaws in H2's INFORMATION_SCHEMA.CONSTRAINTS.COLUMN_LIST
#3046 - UDTRecordImpl.toString() may throw NullPointerException, if custom
        RecordMapperProvider maps Record to null
#3048 - Nested UDTs are no longer attached when fetched from queries (as opposed
        to procedures)
#3050 - DefaultRecordMapperProvider should implement Serializable
#3060 - Conversion fails for Oracle VARRAY / TABLE types, nested in UDTs
#3069 - jOOQ calls Clob.free(), which is available only in JDBC 4.0 / Java 1.6
#3084 - SQL Server unique indexes are not loaded by jOOQ-meta
#3101 - MutablePOJOMapper doesn't work with annotated boolean getters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant