in reply to Interface suggestions
Seems to me the fields key should point to an array ref, rather than a hash ref. Then the create_table function will get them in the ORDER in which they are written, not some random one. Of course as far as the DB is concerned the field order does not really matter, but when it comes to a person looking at the raw table data, or if you are doing the lazy SELECT *.....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Interface suggestions
by dhosek (Beadle) on Apr 25, 2008 at 02:23 UTC |