make the DB2/AS400 storage a subclass of DB2, do RNO detection, fix FetchFirst
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / DB2.pm
2011-03-31 Rafael Kitover make the DB2/AS400 storage a subclass of DB2, do RNO...
2011-03-01 Peter Rabbitson Switch sql_maker_class and datetime_parser_type to...
2011-02-03 Rafael Kitover add quote_names connect_info option
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-05-25 Peter Rabbitson Move the DB2 Limit syntax setting into the storage...
2006-08-24 Brandon L. Black clean up the way dbh_do is used in Storage::* so that...
2006-07-23 Brandon L. Black infect the storage subdrivers
2006-05-20 Matt S Trout added datetime parser types for the dbs I can find...
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-15 Brandon L. Black replace the ugly _column_info_broken method-flag with...
2006-03-15 Brandon L. Black columns_info_for upgrades, related test updates, relate...
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..