Updated main docs, altered mail address in POD for 0.01
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-08 Matt S Trout Finished ripping hand-hacked abstract implementation...
2005-08-07 Matt S Trout Cursor abstracted, delete_related added
2005-08-07 Matt S Trout Fixed search/count_related to use Abstract (though...
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-04 Dan Kubb Bind values are passed into select query when no sth...
2005-08-04 Andy Grundman Disabled 'Use of uninitialized value in subroutine...
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...