data returned from the DB matches the order your program expects
My program does not expect any order. That's what "hashes" are made for.
# Pseudocode my $result = $db->query('SELECT * FROM my_table')->hashes; print "First value of price was: ",$result->[0]{price},"\n";
In reply to Re^4: What defines the output format of a Postgres Timestamp
by Skeeve
in thread What defines the output format of a Postgres Timestamp
by Skeeve
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |