You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Markus Wolf (JIRA)" <ji...@apache.org> on 2007/08/12 19:31:43 UTC

[jira] Created: (DBUTILS-39) setNull with Postgres in QueryRunner

setNull with Postgres in QueryRunner
------------------------------------

                 Key: DBUTILS-39
                 URL: https://issues.apache.org/jira/browse/DBUTILS-39
             Project: Commons DbUtils
          Issue Type: Bug
    Affects Versions: 1.1
            Reporter: Markus Wolf
            Priority: Blocker


The postgres jdbc drivers do not like the VARCHAR type on a non varchar column set in the fillStatement method of the QueryRunner class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DBUTILS-39) setNull with Postgres in QueryRunner

Posted by "Dan Fabulich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DBUTILS-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Fabulich updated DBUTILS-39:
--------------------------------

    Fix Version/s:     (was: 1.2)

Removing "Fix Version: 1.2" since this is really a dupe; it clutters the release notes.

> setNull with Postgres in QueryRunner
> ------------------------------------
>
>                 Key: DBUTILS-39
>                 URL: https://issues.apache.org/jira/browse/DBUTILS-39
>             Project: Commons DbUtils
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Markus Wolf
>            Assignee: Dan Fabulich
>            Priority: Blocker
>
> The postgres jdbc drivers do not like the VARCHAR type on a non varchar column set in the fillStatement method of the QueryRunner class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DBUTILS-39) setNull with Postgres in QueryRunner

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DBUTILS-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed DBUTILS-39.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2

svn ci -m "Merging in Dab Fabulich's work on https://svn.apache.org/repos/asf/commons/sandbox/dbutils/bugfixing from -r741987:747723. Resolving DBUTILS-34 - DBUTILS-37 - DBUTILS-29 - DBUTILS-14 - DBUTILS-31 - DBUTILS-39 - DBUTILS-41 - DBUTILS-44 - DBUTILS-33 - DBUTILS-42 - DBUTILS-40"  

Sending        pom.xml
Sending        src/java/org/apache/commons/dbutils/BasicRowProcessor.java
Sending        src/java/org/apache/commons/dbutils/BeanProcessor.java
Sending        src/java/org/apache/commons/dbutils/QueryRunner.java
Adding         src/java/org/apache/commons/dbutils/handlers/AbstractListHandler.java
Sending        src/java/org/apache/commons/dbutils/handlers/ArrayListHandler.java
Sending        src/java/org/apache/commons/dbutils/handlers/BeanListHandler.java
Sending        src/java/org/apache/commons/dbutils/handlers/ColumnListHandler.java
Deleting       src/java/org/apache/commons/dbutils/handlers/GenericListHandler.java
Sending        src/java/org/apache/commons/dbutils/handlers/MapListHandler.java
Sending        src/test/org/apache/commons/dbutils/BaseTestCase.java
Adding         src/test/org/apache/commons/dbutils/QueryRunnerTest.java
Transmitting file data .........
Committed revision 747724.

> setNull with Postgres in QueryRunner
> ------------------------------------
>
>                 Key: DBUTILS-39
>                 URL: https://issues.apache.org/jira/browse/DBUTILS-39
>             Project: Commons DbUtils
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Markus Wolf
>            Priority: Blocker
>             Fix For: 1.2
>
>
> The postgres jdbc drivers do not like the VARCHAR type on a non varchar column set in the fillStatement method of the QueryRunner class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.