Changes for version 0.40
- Fixed restriction which prevented one from sorting on fields not in the selected result-set.
- Added multiple ascending/descending selection to the sort "order by" clause. Previously, one could only specify ascending/descending once after the last field and all sorts would be in that direction. Now, one can use things like: "order by field1 desc, field2 asc, field3 desc" Please note that previous queries like "order by field1, field2 desc" WERE broken since both would sort in descending order! Now it works like Oracle where field1 will sort ascending and within that, field2 sorts descending.
Modules
Perl extension for DBI, providing database emmulation via flat files.
Modified version of Sprite to manipulate text delimited flat-files as databases using SQL emulating Oracle. The remaining documentation is based on Sprite.
Provides
in lib/DBD/Sprite.pm
in lib/DBD/Sprite.pm
in lib/DBD/Sprite.pm