Revision history for Perl extension DBIx::Simple.
0.07 Man Sep 30 7:48 2002
- Removed TraceLevel thing that caused DBI to output debugging info
- Very minor documentation update (removed 2 characters)
0.06 Fri Sep 20 10:55 2002
- Oops: forgot to update the README file; nothing serious
0.05 Thu Sep 19 14:32 2002
- Added $db->begin_work
- No longer expanding the (??) omniholder inside quoted SQL
- Subquery emulation! Have subqueries in MySQL! YAY!
(Not enabled by default. Use $db->esq(1) to enable)
- This module now requires Perl >= 5.6
0.04 Tue Sep 17 15:46 2002
- Documentation updates only
0.03 Thu Jun 13 09:50 2002
- New: (??) and omniholder() (like EZDBI's ??L placeholder)
- Documentation updates
- Code updates (now uses $_[0] directly for speed in many methods)
- list() in scalar context returns first value only
0.02 Sat Mar 30 14:00 2002
- New: commit() and rollback(). Suggested by `tradez' (perlmonks.org)
- New: map_hashes(), map_arrays(), map(). Suggested by `mattr' (perlmonks.org)
- New: flat(), a plural form of list()
0.01 Thu Mar 28 18:04 2002
- Initial release