You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Mathieu Lalonde (JIRA)" <ji...@apache.org> on 2011/09/03 02:41:11 UTC

[jira] [Created] (CAMEL-4409) Add unit test to camel-sql to ensure deterministic column order

Add unit test to camel-sql to ensure deterministic column order
---------------------------------------------------------------

                 Key: CAMEL-4409
                 URL: https://issues.apache.org/jira/browse/CAMEL-4409
             Project: Camel
          Issue Type: Task
          Components: camel-sql
            Reporter: Mathieu Lalonde
            Assignee: Mathieu Lalonde
            Priority: Trivial
             Fix For: Future


This is already working but not covered by a unit test.
CAMEL-4350 fixed column ordering for camel-jdbc & got me looking at camel-sql, the patch is almost ready.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-4409) Add unit test to camel-sql to ensure deterministic column order

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

Daniel Kulp updated CAMEL-4409:
-------------------------------

    Fix Version/s: 2.8.2

> Add unit test to camel-sql to ensure deterministic column order
> ---------------------------------------------------------------
>
>                 Key: CAMEL-4409
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4409
>             Project: Camel
>          Issue Type: Test
>          Components: camel-sql
>            Reporter: Mathieu Lalonde
>            Assignee: Mathieu Lalonde
>            Priority: Trivial
>             Fix For: 2.8.2, 2.9.0
>
>         Attachments: camel-sql_keyOrderingTest_polished.patch
>
>
> This is already working but not covered by a unit test.
> CAMEL-4350 fixed column ordering for camel-jdbc & got me looking at camel-sql, the patch is almost ready.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-4409) Add unit test to camel-sql to ensure deterministic column order

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

Claus Ibsen resolved CAMEL-4409.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Future)
                   2.9.0

Thanks Mathieu.

Even checkstyle was okay :)

> Add unit test to camel-sql to ensure deterministic column order
> ---------------------------------------------------------------
>
>                 Key: CAMEL-4409
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4409
>             Project: Camel
>          Issue Type: Test
>          Components: camel-sql
>            Reporter: Mathieu Lalonde
>            Assignee: Mathieu Lalonde
>            Priority: Trivial
>             Fix For: 2.9.0
>
>         Attachments: camel-sql_keyOrderingTest_polished.patch
>
>
> This is already working but not covered by a unit test.
> CAMEL-4350 fixed column ordering for camel-jdbc & got me looking at camel-sql, the patch is almost ready.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-4409) Add unit test to camel-sql to ensure deterministic column order

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

Mathieu Lalonde updated CAMEL-4409:
-----------------------------------

    Issue Type: Test  (was: Task)

> Add unit test to camel-sql to ensure deterministic column order
> ---------------------------------------------------------------
>
>                 Key: CAMEL-4409
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4409
>             Project: Camel
>          Issue Type: Test
>          Components: camel-sql
>            Reporter: Mathieu Lalonde
>            Assignee: Mathieu Lalonde
>            Priority: Trivial
>             Fix For: Future
>
>
> This is already working but not covered by a unit test.
> CAMEL-4350 fixed column ordering for camel-jdbc & got me looking at camel-sql, the patch is almost ready.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Work started] (CAMEL-4409) Add unit test to camel-sql to ensure deterministic column order

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

Work on CAMEL-4409 started by Mathieu Lalonde.

> Add unit test to camel-sql to ensure deterministic column order
> ---------------------------------------------------------------
>
>                 Key: CAMEL-4409
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4409
>             Project: Camel
>          Issue Type: Task
>          Components: camel-sql
>            Reporter: Mathieu Lalonde
>            Assignee: Mathieu Lalonde
>            Priority: Trivial
>             Fix For: Future
>
>
> This is already working but not covered by a unit test.
> CAMEL-4350 fixed column ordering for camel-jdbc & got me looking at camel-sql, the patch is almost ready.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-4409) Add unit test to camel-sql to ensure deterministic column order

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

Mathieu Lalonde updated CAMEL-4409:
-----------------------------------

    Attachment: camel-sql_keyOrderingTest_polished.patch

Here is a unit test to ensure deterministic key ordering.

Since the change was so trivial, I also removed warnings & fixed checkstyle violations within the same patch.

> Add unit test to camel-sql to ensure deterministic column order
> ---------------------------------------------------------------
>
>                 Key: CAMEL-4409
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4409
>             Project: Camel
>          Issue Type: Test
>          Components: camel-sql
>            Reporter: Mathieu Lalonde
>            Assignee: Mathieu Lalonde
>            Priority: Trivial
>             Fix For: Future
>
>         Attachments: camel-sql_keyOrderingTest_polished.patch
>
>
> This is already working but not covered by a unit test.
> CAMEL-4350 fixed column ordering for camel-jdbc & got me looking at camel-sql, the patch is almost ready.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira