Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12120, comment 46


Ignore:
Timestamp:
Jul 23, 2016, 8:00:26 PM (8 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12120, comment 46

    initial v1  
    1 I will fix test failure due to r14984.
     1I will fix test failure due to r14984. Test doesn't fail for me with PostgreSQL 9.5.3, however Travis is probably running an earlier version.
     2
     3A simple fix for the test would be to sort the lists, or write the test like in [12710#file3]. However, it seems odd that some version of PostgreSQL doesn't return the columns in the order they are defined in the schema. Maybe there is a fix that could be implemented in the backend.