[jira] Created: (JDO-636) TCK "models.conf" BigDecimal/BigInteger tests are missing orm declaration of columns for BigDecimal0/BigInteger0 fields

View: New views
2 Messages — Rating Filter:   Alert me  

[jira] Created: (JDO-636) TCK "models.conf" BigDecimal/BigInteger tests are missing orm declaration of columns for BigDecimal0/BigInteger0 fields

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

TCK "models.conf" BigDecimal/BigInteger tests are missing orm declaration of columns for BigDecimal0/BigInteger0 fields
-----------------------------------------------------------------------------------------------------------------------

                 Key: JDO-636
                 URL: https://issues.apache.org/jira/browse/JDO-636
             Project: JDO
          Issue Type: Bug
          Components: tck2
    Affects Versions: JDO 2 maintenance release 2
            Reporter: Andy Jefferson
            Assignee: Andy Jefferson
             Fix For: JDO 2 maintenance release 3


They currently work since the DataNucleus naming schema just happened to align with the column names present in the schema. As soon as we change the default naming scheme the TestFieldsOfBigDecimal.test, TestFieldsOfBigInteger.test tests break

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


[jira] Resolved: (JDO-636) TCK "models.conf" BigDecimal/BigInteger tests are missing orm declaration of columns for BigDecimal0/BigInteger0 fields

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/JDO-636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Jefferson resolved JDO-636.
--------------------------------

    Resolution: Fixed

SVN trunk has these additions in the orm files

> TCK "models.conf" BigDecimal/BigInteger tests are missing orm declaration of columns for BigDecimal0/BigInteger0 fields
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: JDO-636
>                 URL: https://issues.apache.org/jira/browse/JDO-636
>             Project: JDO
>          Issue Type: Bug
>          Components: tck2
>    Affects Versions: JDO 2 maintenance release 2
>            Reporter: Andy Jefferson
>            Assignee: Andy Jefferson
>             Fix For: JDO 2 maintenance release 3
>
>
> They currently work since the DataNucleus naming schema just happened to align with the column names present in the schema. As soon as we change the default naming scheme the TestFieldsOfBigDecimal.test, TestFieldsOfBigInteger.test tests break

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