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

jooq-runtime-3.5.0.xsd declares wrong namespace #3932

Closed
lukaseder opened this issue Jan 10, 2015 · 0 comments
Closed

jooq-runtime-3.5.0.xsd declares wrong namespace #3932

lukaseder opened this issue Jan 10, 2015 · 0 comments

Comments

@lukaseder
Copy link
Member

This is the header of jooq-runtime-3.5.0.xsd:

<schema
  xmlns="http://www.w3.org/2001/XMLSchema"
  xmlns:jooq-runtime="http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd"
  targetNamespace="http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd"
  elementFormDefault="qualified">
@lukaseder lukaseder added this to the Version 3.6.0 milestone Jan 10, 2015
lukaseder added a commit that referenced this issue Feb 10, 2015
================================================================================

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

Features and improvements
-------------------------
#4019 - Add system property to remove the logo from the log output

Bug fixes
---------
#3745 - NullPointerException when <jdbc/> is not provided and
<database/> <name/> isn't provided either
#3778 - PostgreSQL enum array types have to be cast with their fully
qualified name
#3909 - Inefficient number to number conversion in
org.jooq.tools.Convert
#3915 - Calls to Configuration.derive() create a Configuration that
indirectly references the previous Configuration instance
#3919 - Bad caching of JPA-annotated getters leads to wrong mapping into
POJOs that have @ConstructorProperties
#3924 - Four octects are sent to Postgres for each negative byte in a
byte[]
#3932 - jooq-runtime-3.5.0.xsd declares wrong namespace
#3936 - AbstractQuery unnecessarily creates two DefaultRenderContext
instances
#3946 - Replace ArrayList<ExecuteListener> by ExecuteListener[] in
ExecuteListeners to avoid excessive Iterator creation
#3947 - Avoid creating unnecessary Iterators and ArrayLists in
AbstractStore.getAttachables()
#3957 - java.lang.NoSuchMethodException: createARRAY when using Oracle
arrays with BoneCP
#3962 - The H2 emulation of SHR might produce rounding errors
#3966 - Inefficient BIT_COUNT() function for those dialects that do not
natively support SHR()
#3976 - Code generator does not apply binding to Routines
#3977 - Meta.getTables() also returns entries for indexes for PostgreSQL
#3993 - ResultQuery.fetchAny() methods Javadoc erroneously claims
throwing of InvalidResultException
#3998 - Cache internal BindingGetResultSetContext instance across a
single Cursor
#4000 - Avoid {ResultSet | CallableStatement | SQLInput).wasNull() calls
if not necessary, as they're somewhat expensive on some JDBC drivers
#4017 - jooq-meta-3.5.0.xsd is not valid XSD 1.0
#4022 - NullPointerException when generating SQLite table with composite
primary key
#4028 - Loader API's "onDuplicateKeyIgnore()" executes inefficient
SELECT
#4036 - Obsolete remark in RecordListener Javadoc about batch semantics
#4041 - Bad unnesting of UDT arrays in PostgreSQL
#4052 - NullPointerException when generating source code for PostgreSQL
table-valued function that returns nested arrays
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