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

Compilation errors in generated code for DB2 overloaded procedures - Merge [#8368] #8370

Closed
lukaseder opened this issue Mar 1, 2019 · 0 comments

Comments

@lukaseder
Copy link
Member

No description provided.

@lukaseder lukaseder added this to the Version 3.11.10 milestone Mar 1, 2019
lukaseder added a commit that referenced this issue Mar 7, 2019
================================================================================

This is a 3.11 patch release with bug fixes

Features and Improvements
-------------------------
#8387 - Improve Javadoc on DSLContext.meta(Table...) etc.
#8395 - Add reference to <forcedType/> configuration in DataType, Converter, Binding

Bug Fixes
---------
#8043 - ALTER TABLE .. RENAME TO .. should fully qualify tables if supported by the database
#8182 - Timezone Offset parser doesn't correctly parse offset seconds
#8184 - DefaultOffsetDateTimeBinding fails when year field is negative
#8198 - Row[N].isDistinctFrom(T1, ..., TN) and others do not work correctly when passing null values
#8207 - ORA-01745 executing a SELECT * FROM WHERE column IN (large collection)
#8224 - StringIndexOutOfBoundsException when parsing a PostgreSQL TIMESTAMPTZ with microseconds precision
#8245 - Outdated Javadoc on WindowDefinition referring WINDOW clause support
#8258 - Wrong results from field when forcedType references both converter and binding
#8266 - ParamType not supported: FORCE_INDEXED when calling Query.getSQL()
#8288 - Change message "Please report this bug here" for cases which are not bugs
#8296 - RenderKeywordStyle.PASCAL doesn't work when keywords contain whitespace
#8318 - Wrong foreign key specification generated in MySQL, when foreign key shares name with unique key in different table
#8330 - Lacking formatting for WITH [ NO ] DATA clause
#8340 - Redundant QualifiedField.name and AbstractNamed.name fields
#8351 - Parser parses (a, b) IS NULL as (a, b) IS NOT NULL
#8356 - NullPointerException on Routine.toString() when routine is not attached to a Configuration
#8364 - Slow check for similar generated files that differ by case
#8370 - Compilation errors in generated code for DB2 overloaded procedures
#8373 - DB2 array types get generated as routines
#8376 - DB2 array types get generated as UDTRecord types
#8379 - Array of enums whose literals contain special characters cannot be bound in PostgreSQL
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