preserve column order
authorGraham Barr <gbarr@pobox.com>
Fri, 9 Oct 2009 05:15:55 +0000 (00:15 -0500)
committerJustin Hunter <justin.d.hunter@gmail.com>
Sat, 20 Feb 2010 02:01:11 +0000 (18:01 -0800)
commitaef7f568c40fc14904c16729d8ef1b2b3a4b134b
treec73b1562162af7466ef14af563edb11351b5b45c
parent984c6a77c1c71ba6fe89c161418991a1e6ffd72f
preserve column order

columns returned from db are not always in the order that they are defined
in a table. So sort them before adding them to the table
lib/SQL/Translator/Parser/DBI.pm