make the DB2/AS400 storage a subclass of DB2, do RNO detection, fix FetchFirst
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC / DB2_400_SQL.pm
2011-03-31 Rafael Kitover make the DB2/AS400 storage a subclass of DB2, do RNO...
2011-02-21 Rafael Kitover Use a safer $dbh->get_info
2011-02-03 Rafael Kitover add quote_names connect_info option
2010-08-26 Peter Rabbitson Drop-in legacy code for DB2-AS/400
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...
2007-09-05 Marc Mims Updated email address
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-07-18 Marc Mims Use _sql_maker_opts, now.
2006-05-09 Marc Mims - Factored out sql_maker arguments so they can be custo...
2006-05-08 Marc Mims Generalized the loading of subclasses for specfic ODBC...