Use _sql_maker_opts, now.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
2006-07-18 Marc Mims Use _sql_maker_opts, now.
2006-07-16 Matt S Trout bah.
2006-07-16 Jess Robinson More docs
2006-07-15 Matt S Trout skip empty queries to eliminate spurious warnings on...
2006-07-14 Matt S Trout fixup for RowNum limit syntax with functions
2006-07-14 Matt S Trout fixups to ORDER BY, tweaks to deepen some copies in...
2006-07-12 Jess Robinson Make "no_comments", the default for deploy
2006-07-12 Brandon L. Black Prevent S::A::L caching of $dbh
2006-07-11 Marc Mims Was replaced by ODBC.pm and ODBC/DB2_400_SQL.pm
2006-07-06 Matt S Trout env var
2006-07-04 Matt S Trout reverted commit that should have gone on branches/subselect
2006-07-04 Matt LeBlanc SQL::Abstract compatability
2006-06-27 Cory G Watson Fix BEGIN WORK/COMMIT/ROLLBACK debug statements lost...
2006-06-25 Jess Robinson Improve on_connect_do docs
2006-06-22 Jess Robinson Only ensure_connected if deployment_statements isnt...
2006-06-19 Jess Robinson Fix typo.. *test test test*!
2006-06-19 Jess Robinson deployment_statements ensures_connected, this to stop...
2006-06-16 Brandon L. Black further changes to the Sybase / MSSQL storage stuff
2006-06-12 Justin Guenther Fixed incorrect ordering of POD sections
2006-06-12 Justin Guenther fixed wrong debugging hook call query_begin() to query_...
2006-06-12 Brandon L. Black author list correction/update
2006-06-11 Brandon L. Black bugfix: must set connect_info properly before setting...
2006-06-09 Justin Guenther added code and tests for Componentized::ensure_class_fo...
2006-06-09 Brandon L. Black NoBindVars + Sybase + MSSQL stuff
2006-06-09 Brandon L. Black only rebless S::DBI if it is still S::DBI and not a...
2006-06-08 Justin Guenther Added `use' statement for DBD::Pg
2006-06-08 Brandon L. Black bugfix for join-types in nested joins using the from...
2006-06-06 Brandon L. Black POD clarification and content bugfixing + a few code...
2006-05-31 Nigel Metheringham POD::Coverage additions
2006-05-30 Matt S Trout fixed debugfh
2006-05-26 Justin Guenther Add a warning for DBD::Pg < 1.49
2006-05-24 Ash Berlin Merge 'trunk' into 'DBIx-Class-current'
2006-05-23 Matt S Trout fixed screwed merge of Storage::DBI (my fault :)
2006-05-23 Matt S Trout Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-23 Ash Berlin Added docs for quote_char, name_sep and offset RS attrib.
2006-05-20 Matt S Trout Merge 'datetime' into 'DBIx-Class-current'
2006-05-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-20 Matt S Trout added datetime parser for MSSQL (ta LTJake)
2006-05-20 Matt S Trout added datetime parser types for the dbs I can find...
2006-05-19 Matt S Trout Merge 'DBIx-Class-current' into 'datetime'
2006-05-19 Jess Robinson zbys Postgres casecheck patch
2006-05-18 Justin Guenther removed another couple extraneous $self->dbh calls
2006-05-18 Justin Guenther added bind information to exception thrown from DBIx...
2006-05-17 Matt S Trout Merge 'DBIx-Class-current' into 'datetime'
2006-05-15 Cory G Watson Add profiling support
2006-05-11 Luke Saunders Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-09 Aran Deltac Merge 'trunk' into 'DBIx-Class-current'
2006-05-09 Aran Deltac Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that...
2006-05-09 Marc Mims - Factored out sql_maker arguments so they can be custo...
2006-05-08 Matt S Trout couple bugfixes
2006-05-08 Marc Mims Generalized the loading of subclasses for specfic ODBC...
2006-05-05 Jesper Krogh Fix to make the Postgresql-code handle Schemas. This...
2006-05-03 Marc Mims - Corrected a minor typo in a comment.
2006-05-03 Marc Mims Load ::DBI::ODBC400 when a DB2/400 ODBC backend is...
2006-05-03 Marc Mims Automatic primary key class for DB2/400 over ODBC
2006-04-29 Jess Robinson Default to using sqlt on deploy, if available
2006-04-29 Jess Robinson add create_ddl_dir for creating versioned sql statement...
2006-04-26 Matt S Trout Added InflateColumn::DateTime component
2006-04-21 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-20 Nigel Metheringham Trivial documentation fixes
2006-04-19 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-04-16 Matt S Trout grab ->dbh once per function in Storage::DBI
2006-04-12 Daniel Westermann... Make POD match package name
2006-04-12 Daniel Westermann... Make POD match package name
2006-04-11 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-07 Nigel Metheringham Made storage txn_* functions log DBI operations to...
2006-04-06 Luke Saunders fixed multiple column count distincts in SQLite and...
2006-04-06 Matt S Trout Fixup to Cursor, updated Changes
2006-04-03 Dan Sully Wrap DBI->connnect and ->sth calls in eval to properly...
2006-04-01 Matt S Trout Storage::DBI error reporting improvement from Dan Sully
2006-03-28 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-28 Stephan Szabo Add missing ) before unless.
2006-03-28 Jess Robinson More debugging for "no sth generated"
2006-03-27 Yuval Kogman split( ";\n", @statements" ) returns crack
2006-03-27 Matt S Trout Quoting fixes for single-table ops
2006-03-26 Brandon L. Black minor fixes to the recent connect_info change
2006-03-26 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-26 Brandon L. Black support on_connect_do, limit_dialect, quote_char, and...
2006-03-25 Matt S Trout 0.06000 changes v0.06000
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-25 Justin Guenther changed Returns -> Return Value
2006-03-24 Justin Guenther clarified method docs
2006-03-24 Justin Guenther reworded result -> row
2006-03-24 Justin Guenther documented DBIx::Class::Cursor and DBIx::Class::Storage...
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-03-21 Simon Elliott Doc updates to remove PK::Auto::<db> references and...
2006-03-21 Simon Elliott undo changes that should have been in TRUNK. /me thwaps...
2006-03-21 Simon Elliott Doc fixes for PK::Auto::DB references. All handled...
2006-03-21 Matt S Trout Corrected columns_info_for indent level - 2 space inden...
2006-03-19 Matt S Trout Fix to columns_info_for for type(size)
2006-03-18 Matt S Trout Post-merge fixups
2006-03-18 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2006-03-18 David Kamholz Merge 'DBIx-Class-current' into 'trunk'
2006-03-16 Marcus Ramberg fix for pg seq detection.
2006-03-15 Brandon L. Black silence PrintError in our RaiseError eval
2006-03-15 Brandon L. Black replace the ugly _column_info_broken method-flag with...
2006-03-15 Brandon L. Black Storage::DBI throws intelligent exception if no @connec...
2006-03-15 Brandon L. Black columns_info_for upgrades, related test updates, relate...
2006-03-15 Brandon L. Black fork tests/code improved, ithreads tests/code added...
next