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

Improve support for SQL Server date time literals - Merge [#6292] #6293

Closed
lukaseder opened this issue May 29, 2017 · 0 comments
Closed

Improve support for SQL Server date time literals - Merge [#6292] #6293

lukaseder opened this issue May 29, 2017 · 0 comments

Comments

@lukaseder
Copy link
Member

No description provided.

@lukaseder lukaseder added this to the Version 3.9.3 milestone May 29, 2017
lukaseder added a commit that referenced this issue May 30, 2017
================================================================================

This is a patch release with some useful fixes for the 3.9 branch

Bug Fixes
---------
#5778 - Bad Inlining of LocalDate, LocalTime, LocalDateTime, OffsetTime, OffsetDateTime bind values
#5787 - DataType.getSQLType() doesn't return the right value for java.time types
#6107 - Bad formatting when combining constraints in CREATE TABLE statement
#6112 - File does not get renamed on Windows when TABLE_A is renamed to TABLEA
#6113 - NullPointerException when generating code in single-uppercase-named-database setup on MariaDB and MySQL
#6119 - Several DB2 fixes
#6142 - Add identity column support to XMLGenerator
#6153 - NullPointerException in GenerationUtil with Postgres CITEXT extension applied
#6164 - XMLGenerator doesn't export <is_nullable/> for columns
#6166 - XMLDatabase doesn't correctly load UNIQUE keys
#6176 - Unstable alias generation for derived tables
#6178 - DefaultTransactionProvider should not roll back to savepoint in top transaction
#6180 - ClassNotFoundException occures when generate codes form JPA entity by maven plugin
#6184 - IF EXISTS emulation using THROW doesn't work for SQL Server 2008
#6190 - JPADatabase doesn't correctly generate tables for multi-schema entities
#6192 - Compilation error in generated code when column is called RESULT or PRIME
#6205 - PL/SQL Records not generated depending on the order of procedures in a package
#6224 - Field.contains(T) doesn't delegate to Field.contains(Field<T>) when using plain SQL
#6227 - Edit New issue NoSuchFieldError when using commercial dialect with open source edition in Maven code generation
#6228 - MySQL enum type doesn't generate correct DDL via DSLContext.ddl()
#6262 - XMLGenerator: UniqueConstraintCatalog set to referenced key instead of catalog
#6290 - Don't generate type length modifier for PostgreSQL bytea types in DDL
#6293 - Improve support for SQL Server date time literals
#6295 - Configuration.dialect() should return SQLDialect.DEFAULT when null
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