Bugfixes, optimisations
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
2005-11-15 Matt S Trout Bugfixes, optimisations
2005-09-17 Matt S Trout Added quote char test, supported quoting in S::A subcla...
2005-09-04 Andres Kievsky Reverted andyg's fixes to DBI.pm, updated tests accordi...
2005-09-04 Andres Kievsky Merged andyg's fixes to joins and joins tests. Added...
2005-09-03 Matt S Trout Lobbed first cut of join code into Storage/DBI as inlin...
2005-09-03 Matt S Trout Merge 'DBIx-Class-joins' into 'trunk'
2005-09-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-joins'
2005-08-30 Andy Grundman Added tests for software-based limiting/paging, and...
2005-08-29 Matt S Trout Cleaned up Storage::DBI to remove redundancy
2005-08-12 Andy Grundman Preparing for 0.02 release
2005-08-12 Andy Grundman Re-added software-based LIMIT support for non-LIMIT...
2005-08-12 Andy Grundman Cleaned up sql_maker variable
2005-08-12 Andy Grundman Fixed sql_maker accessor to load Abstract object on...
2005-08-12 Andy Grundman Added initial SQL::Abstract::Limit support and tests
2005-08-12 Matt S Trout Refactoring, cleanup, lose unnecessary resultset/cursor...
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...