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

Invalid column type: 16, when binding null as java.lang.Boolean onto a NUMBER(..) column in Oracle #2152

Closed
lukaseder opened this issue Feb 1, 2013 · 0 comments

Comments

@lukaseder
Copy link
Member

org.jooq.exception.DataAccessException: SQL [null]; Invalid column type: 16
    at org.jooq.impl.Util.translate(Util.java:649)
    at org.jooq.impl.AbstractBindContext.bindValue(AbstractBindContext.java:142)
    at org.jooq.impl.Val.bind(Val.java:544)
    at org.jooq.impl.AbstractBindContext.bindInternal(AbstractBindContext.java:154)
    at org.jooq.impl.AbstractBindContext.bind(AbstractBindContext.java:111)

This was encountered here:

@ghost ghost assigned lukaseder Feb 1, 2013
lukaseder added a commit that referenced this issue Dec 7, 2013
lukaseder added a commit that referenced this issue Jan 29, 2014
Features and improvements
-------------------------
#2979 - Add Maven install scripts (.bat and .sh) to deliverables
#2780 - Add PostgresDSL.oid(Table<?>) to produce table.oid references

Bug fixes
---------
#2152 - Invalid column type: 16, when binding null as java.lang.Boolean onto a
        NUMBER(..) column in Oracle
#2887 - jooq-codegen-maven should use a target directory relative to the module
#2910 - The new matchers configuration cannot be used with Maven (added 
        documentation)
#2913 - Improve code generator compatibility with PostgreSQL 8.x by removing the
        selection of INFORMATION_SCHEMA.COLUMNS.IDENTITY_GENERATION
#2917 - Improve code generator compatibility with PostgreSQL 8.x by avoiding
        casting to enum types
#2926 - Add code-generation support for the MySQL TINYTEXT data type
#2937 - Fix trailing whitespaces in generated code
#2956 - isFalse()/isTrue() result in extra parameters
#2958 - Error when the code-generation database user has insufficient grants to
        read the "mysql" meta schema
#2963 - Lower log level for warnings about unknown SQL data types from
        MetaDataFieldProvider (plain SQL)
#2977 - Missing parent pom.xml file in deliverables
#2982 - Variable binding doesn't work in vendor-specific UPDATE t1 JOIN t2
        queries, when joined tables are subqueries with bind values
#2987 - Bind values are not debug-logged for standalone stored procedure or
        function calls
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