2006-09-15 |
Jess Robinson |
create insert_bulk using execute_array, and make popula... |
tree | commitdiff |
2006-09-15 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-09-15 |
Jess Robinson |
Fixup limit syntax finding for DB2 |
tree | commitdiff |
2006-09-13 |
Brandon L. Black |
Storage::DBI::Cursor now makes use of the new Storage... |
tree | commitdiff |
2006-09-13 |
Brandon L. Black |
extend the "_in_dbh_do" concept |
tree | commitdiff |
2006-09-13 |
Brandon L. Black |
move !$sth exception up a level to fix storage exceptions |
tree | commitdiff |
2006-09-12 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-09-08 |
Cory G Watson |
More degphatification. |
tree | commitdiff |
2006-09-08 |
Cory G Watson |
De 'gphatify' Statistics.pm per mst's request *grin* |
tree | commitdiff |
2006-08-24 |
Brandon L. Black |
reduce redundancy in NoBindVars, add extra test for it |
tree | commitdiff |
2006-08-24 |
Brandon L. Black |
Split out the upper half of S::DBI::_execute for easier... |
tree | commitdiff |
2006-08-24 |
Brandon L. Black |
clean up the way dbh_do is used in Storage::* so that... |
tree | commitdiff |
2006-08-24 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-08-24 |
K J Cheetham |
Documentation fixes. |
tree | commitdiff |
2006-08-22 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-08-22 |
Daniel Westermann... |
use ref instead of eval to check limit syntax (to avoid... |
tree | commitdiff |
2006-08-21 |
Brandon L. Black |
bugfix to Oracle columns_info_for |
tree | commitdiff |
2006-08-20 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-08-18 |
Jess Robinson |
Assume scalar refs need fetching in PK::Auto (to allow... |
tree | commitdiff |
2006-08-14 |
Brandon L. Black |
added sth method to Storage::DBI::NoBindVars, updated... |
tree | commitdiff |
2006-08-09 |
Brandon L. Black |
backport the DBIx::Class::Storage::DBI::DESTROY fix... |
tree | commitdiff |
2006-08-08 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-08-08 |
Brandon L. Black |
using ->rows here was not a reliable thing to do |
tree | commitdiff |
2006-08-08 |
Brandon L. Black |
misc warnings/croak/Carp::Clan fixups |
tree | commitdiff |
2006-08-08 |
Brandon L. Black |
A few dbd-specific dbh_do usage improvements |
tree | commitdiff |
2006-08-08 |
Brandon L. Black |
more dbh_do/txn_do improvements |
tree | commitdiff |
2006-08-08 |
Brandon L. Black |
saner usage of dbh_do in Storage::DBI |
tree | commitdiff |
2006-08-08 |
Brandon L. Black |
further code/pod shuffling between Storage/Storage... |
tree | commitdiff |
2006-08-08 |
Brandon L. Black |
reshuffling the division of labor between Storage and... |
tree | commitdiff |
2006-07-31 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-07-28 |
Daniel Westermann... |
Remove anonymous blesses to avoid major speed hit on... |
tree | commitdiff |
2006-07-27 |
Daniel Westermann... |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-07-27 |
Brandon L. Black |
Merge 'storage_exceptions' into 'DBIx-Class-current' |
tree | commitdiff |
2006-07-26 |
Brandon L. Black |
very minor cleanups to columns_info_for |
tree | commitdiff |
2006-07-24 |
Brandon L. Black |
next::method, not next::columns_info_for |
tree | commitdiff |
2006-07-24 |
Jess Robinson |
1) Add an explicit error to columns_info_for if the... |
tree | commitdiff |
2006-07-24 |
Brandon L. Black |
Storage holds a weakref to $schema now |
tree | commitdiff |
2006-07-23 |
Brandon L. Black |
force/assume RaiseError/PrintError |
tree | commitdiff |
2006-07-23 |
Brandon L. Black |
better DESTROY handling |
tree | commitdiff |
2006-07-23 |
Brandon L. Black |
further refinements to storage_exceptions |
tree | commitdiff |
2006-07-23 |
Brandon L. Black |
Merge 'DBIx-Class-current' into 'storage_exceptions' |
tree | commitdiff |
2006-07-23 |
Brandon L. Black |
infect the storage subdrivers |
tree | commitdiff |
2006-07-23 |
Brandon L. Black |
that was stupid |
tree | commitdiff |
2006-07-23 |
Brandon L. Black |
first draft of storage exception stuff |
tree | commitdiff |
2006-07-21 |
Jess Robinson |
Minor fixes to deploy / sqltargs, and more glossary |
tree | commitdiff |
2006-07-19 |
Matt S Trout |
and once more, with feeling |
tree | commitdiff |
2006-07-19 |
Matt S Trout |
Callback now gets args |
tree | commitdiff |
2006-07-18 |
Marc Mims |
Use _sql_maker_opts, now. |
tree | commitdiff |
2006-07-16 |
Matt S Trout |
bah. |
tree | commitdiff |
2006-07-16 |
Jess Robinson |
More docs |
tree | commitdiff |
2006-07-15 |
Matt S Trout |
skip empty queries to eliminate spurious warnings on... |
tree | commitdiff |
2006-07-14 |
Matt S Trout |
fixup for RowNum limit syntax with functions |
tree | commitdiff |
2006-07-14 |
Matt S Trout |
fixups to ORDER BY, tweaks to deepen some copies in... |
tree | commitdiff |
2006-07-12 |
Jess Robinson |
Make "no_comments", the default for deploy |
tree | commitdiff |
2006-07-12 |
Brandon L. Black |
Prevent S::A::L caching of $dbh |
tree | commitdiff |
2006-07-11 |
Marc Mims |
Was replaced by ODBC.pm and ODBC/DB2_400_SQL.pm |
tree | commitdiff |
2006-07-06 |
Matt S Trout |
env var |
tree | commitdiff |
2006-07-04 |
Matt S Trout |
reverted commit that should have gone on branches/subselect |
tree | commitdiff |
2006-07-04 |
Matt LeBlanc |
SQL::Abstract compatability |
tree | commitdiff |
2006-06-27 |
Cory G Watson |
Fix BEGIN WORK/COMMIT/ROLLBACK debug statements lost... |
tree | commitdiff |
2006-06-25 |
Jess Robinson |
Improve on_connect_do docs |
tree | commitdiff |
2006-06-22 |
Jess Robinson |
Only ensure_connected if deployment_statements isnt... |
tree | commitdiff |
2006-06-19 |
Jess Robinson |
Fix typo.. *test test test*! |
tree | commitdiff |
2006-06-19 |
Jess Robinson |
deployment_statements ensures_connected, this to stop... |
tree | commitdiff |
2006-06-16 |
Brandon L. Black |
further changes to the Sybase / MSSQL storage stuff |
tree | commitdiff |
2006-06-12 |
Justin Guenther |
Fixed incorrect ordering of POD sections |
tree | commitdiff |
2006-06-12 |
Justin Guenther |
fixed wrong debugging hook call query_begin() to query_... |
tree | commitdiff |
2006-06-12 |
Brandon L. Black |
author list correction/update |
tree | commitdiff |
2006-06-11 |
Brandon L. Black |
bugfix: must set connect_info properly before setting... |
tree | commitdiff |
2006-06-09 |
Justin Guenther |
added code and tests for Componentized::ensure_class_fo... |
tree | commitdiff |
2006-06-09 |
Brandon L. Black |
NoBindVars + Sybase + MSSQL stuff |
tree | commitdiff |
2006-06-09 |
Brandon L. Black |
only rebless S::DBI if it is still S::DBI and not a... |
tree | commitdiff |
2006-06-08 |
Justin Guenther |
Added `use' statement for DBD::Pg |
tree | commitdiff |
2006-06-08 |
Brandon L. Black |
bugfix for join-types in nested joins using the from... |
tree | commitdiff |
2006-06-06 |
Brandon L. Black |
POD clarification and content bugfixing + a few code... |
tree | commitdiff |
2006-05-31 |
Nigel Metheringham |
POD::Coverage additions |
tree | commitdiff |
2006-05-30 |
Matt S Trout |
fixed debugfh |
tree | commitdiff |
2006-05-26 |
Justin Guenther |
Add a warning for DBD::Pg < 1.49 |
tree | commitdiff |
2006-05-24 |
Ash Berlin |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-05-23 |
Matt S Trout |
fixed screwed merge of Storage::DBI (my fault :) |
tree | commitdiff |
2006-05-23 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'resultset-new-refactor' |
tree | commitdiff |
2006-05-23 |
Ash Berlin |
Added docs for quote_char, name_sep and offset RS attrib. |
tree | commitdiff |
2006-05-22 |
Jess Robinson |
Back to on_connect in connection, rather than populate_... |
tree | commitdiff |
2006-05-22 |
Jess Robinson |
Call on_connect AFTER actual connection, so we have... |
tree | commitdiff |
2006-05-20 |
Matt S Trout |
Merge 'datetime' into 'DBIx-Class-current' |
tree | commitdiff |
2006-05-20 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-05-20 |
Matt S Trout |
added datetime parser for MSSQL (ta LTJake) |
tree | commitdiff |
2006-05-20 |
Matt S Trout |
added datetime parser types for the dbs I can find... |
tree | commitdiff |
2006-05-19 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'datetime' |
tree | commitdiff |
2006-05-19 |
Jess Robinson |
zbys Postgres casecheck patch |
tree | commitdiff |
2006-05-19 |
Jess Robinson |
Remove Versioning.pm, add backup to SQLite |
tree | commitdiff |
2006-05-19 |
Jess Robinson |
Backups and Path::Class |
tree | commitdiff |
2006-05-18 |
Justin Guenther |
removed another couple extraneous $self->dbh calls |
tree | commitdiff |
2006-05-18 |
Justin Guenther |
added bind information to exception thrown from DBIx... |
tree | commitdiff |
2006-05-17 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'datetime' |
tree | commitdiff |
2006-05-15 |
Cory G Watson |
Add profiling support |
tree | commitdiff |
2006-05-11 |
Luke Saunders |
Merge 'DBIx-Class-current' into 'resultset-new-refactor' |
tree | commitdiff |
2006-05-09 |
Aran Deltac |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-05-09 |
Aran Deltac |
Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that... |
tree | commitdiff |
2006-05-09 |
Marc Mims |
- Factored out sql_maker arguments so they can be custo... |
tree | commitdiff |
next |