2007-06-11 |
Brandon L. Black |
$dbh->{HandleError} does throw_exception, "unsafe"... |
blob | commitdiff | diff to current |
2007-06-10 |
Brandon L. Black |
added back the r3131 tests in concise form, wrapped... |
blob | commitdiff | diff to current |
2007-06-05 |
Brandon L. Black |
Fixed up SQLT test/runtime deps |
blob | commitdiff | diff to current |
2007-05-31 |
Brandon L. Black |
integrate nobindvars/_prep_for_execute with the bind_pa... |
blob | commitdiff | diff to current |
2007-05-31 |
Brandon L. Black |
error handling cleanup for _execute, etc |
blob | commitdiff | diff to current |
2007-05-31 |
Brandon L. Black |
_execute throws execptions as opposed to returning... |
blob | commitdiff | diff to current |
2007-05-31 |
Brandon L. Black |
reverting changeset 3131, probably needs to be fixed... |
blob | commitdiff | diff to current |
2007-05-30 |
Dagfinn Ilmari Man... |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2007-05-30 |
Dagfinn Ilmari Man... |
Include the DBI error message if a deploy statement... |
blob | commitdiff | diff to current |
2007-05-29 |
Brandon L. Black |
make sure we take fresh copies of connect_info, safer... |
blob | commitdiff | diff to current |
2007-05-22 |
Brandon L. Black |
cleanup on aisle 7 |
blob | commitdiff | diff to current |
2007-05-22 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2007-05-22 |
Brandon L. Black |
connect_info should return the same data it was given |
blob | commitdiff | diff to current |
2007-05-14 |
Brandon L. Black |
default AutoCommit to 1 if not explicitly set, and... |
blob | commitdiff | diff to current |
2007-05-11 |
Matt S Trout |
eliminate the last of the AutoCommit warnings |
blob | commitdiff | diff to current |
2007-05-10 |
Brandon L. Black |
Got rid of effectively dead dbh_do code in the txn_... |
blob | commitdiff | diff to current |
2007-05-10 |
Brandon L. Black |
do not try to silently handle disconnects when in a... |
blob | commitdiff | diff to current |
2007-05-01 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2007-03-29 |
Brandon L. Black |
backport Ash's quoting fix from Loader to columns_info_for |
blob | commitdiff | diff to current |
2007-03-29 |
Brandon L. Black |
fix for rt.cpan.org #25683 (DBD::Sybase/FreeTDS/MSSQL... |
blob | commitdiff | diff to current |
2007-03-17 |
Ash Berlin |
fix server disconnect checking for select outside of... |
blob | commitdiff | diff to current |
2007-03-13 |
David Jack Olrik |
Merge 'DBIx-Class-current' into 'oracle8' |
blob | commitdiff | diff to current |
2007-01-24 |
John Napiorkowski |
-- Fixed tabs to spaces issue |
blob | commitdiff | diff to current |
2007-01-24 |
David Jack Olrik |
Added Justin Wheeler's Oracle 8 support |
blob | commitdiff | diff to current |
2007-01-10 |
John Napiorkowski |
additional refactoring to better handle source objects |
blob | commitdiff | diff to current |
2007-01-10 |
John Napiorkowski |
some refactoring to reduce cut and paste work |
blob | commitdiff | diff to current |
2007-01-10 |
John Napiorkowski |
Merge 'DBIx-Class-current' into 'param_bind' |
blob | commitdiff | diff to current |
2006-12-30 |
Matt S Trout |
fixup external bind params |
blob | commitdiff | diff to current |
2006-12-30 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'param_bind' |
blob | commitdiff | diff to current |
2006-12-13 |
John Napiorkowski |
updated bulk insert to handle bind_param_array, created... |
blob | commitdiff | diff to current |
2006-12-07 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-12-06 |
Ash Berlin |
Join condition patch from Bernhard Graf |
blob | commitdiff | diff to current |
2006-12-01 |
John Napiorkowski |
moved bind attributes to DBI.pm/DBI/Pg.pm |
blob | commitdiff | diff to current |
2006-11-27 |
Ash Berlin |
- $schema->deploy now accepts a list of source (name... |
blob | commitdiff | diff to current |
2006-11-22 |
Jess Robinson |
Fix tests, remove some random rints |
blob | commitdiff | diff to current |
2006-11-20 |
John Napiorkowski |
changed storage->insert|update|delete to accept the... |
blob | commitdiff | diff to current |
2006-11-18 |
John Napiorkowski |
(no commit message) |
blob | commitdiff | diff to current |
2006-11-01 |
Ash Berlin |
reverted previous deploy change(r8255) - sorry matt... |
blob | commitdiff | diff to current |
2006-10-31 |
Ash Berlin |
Deploy fix that will hopefully sort out problems with... |
blob | commitdiff | diff to current |
2006-10-06 |
Jess Robinson |
Versioning! With tests! Woo! |
blob | commitdiff | diff to current |
2006-10-03 |
Brandon L. Black |
add connect_info option to disable statement caching |
blob | commitdiff | diff to current |
2006-10-03 |
Brandon L. Black |
make insert_bulk use the sth method in the newer style... |
blob | commitdiff | diff to current |
2006-10-03 |
Jess Robinson |
Fixed to actually insert using column names, thanks... |
blob | commitdiff | diff to current |
2006-09-15 |
Jess Robinson |
create insert_bulk using execute_array, and make popula... |
blob | commitdiff | diff to current |
2006-09-15 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-09-15 |
Jess Robinson |
Fixup limit syntax finding for DB2 |
blob | commitdiff | diff to current |
2006-09-13 |
Brandon L. Black |
Storage::DBI::Cursor now makes use of the new Storage... |
blob | commitdiff | diff to current |
2006-09-13 |
Brandon L. Black |
extend the "_in_dbh_do" concept |
blob | commitdiff | diff to current |
2006-09-13 |
Brandon L. Black |
move !$sth exception up a level to fix storage exceptions |
blob | commitdiff | diff to current |
2006-08-24 |
Brandon L. Black |
Split out the upper half of S::DBI::_execute for easier... |
blob | commitdiff | diff to current |
2006-08-24 |
Brandon L. Black |
clean up the way dbh_do is used in Storage::* so that... |
blob | commitdiff | diff to current |
2006-08-24 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-08-24 |
K J Cheetham |
Documentation fixes. |
blob | commitdiff | diff to current |
2006-08-22 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-08-22 |
Daniel Westermann... |
use ref instead of eval to check limit syntax (to avoid... |
blob | commitdiff | diff to current |
2006-08-20 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-08-18 |
Jess Robinson |
Assume scalar refs need fetching in PK::Auto (to allow... |
blob | commitdiff | diff to current |
2006-08-09 |
Brandon L. Black |
backport the DBIx::Class::Storage::DBI::DESTROY fix... |
blob | commitdiff | diff to current |
2006-08-08 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-08-08 |
Brandon L. Black |
using ->rows here was not a reliable thing to do |
blob | commitdiff | diff to current |
2006-08-08 |
Brandon L. Black |
misc warnings/croak/Carp::Clan fixups |
blob | commitdiff | diff to current |
2006-08-08 |
Brandon L. Black |
more dbh_do/txn_do improvements |
blob | commitdiff | diff to current |
2006-08-08 |
Brandon L. Black |
saner usage of dbh_do in Storage::DBI |
blob | commitdiff | diff to current |
2006-08-08 |
Brandon L. Black |
further code/pod shuffling between Storage/Storage... |
blob | commitdiff | diff to current |
2006-08-08 |
Brandon L. Black |
reshuffling the division of labor between Storage and... |
blob | commitdiff | diff to current |
2006-07-31 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-07-28 |
Daniel Westermann... |
Remove anonymous blesses to avoid major speed hit on... |
blob | commitdiff | diff to current |
2006-07-27 |
Brandon L. Black |
Merge 'storage_exceptions' into 'DBIx-Class-current' |
blob | commitdiff | diff to current |
2006-07-26 |
Brandon L. Black |
very minor cleanups to columns_info_for |
blob | commitdiff | diff to current |
2006-07-24 |
Jess Robinson |
1) Add an explicit error to columns_info_for if the... |
blob | commitdiff | diff to current |
2006-07-24 |
Brandon L. Black |
Storage holds a weakref to $schema now |
blob | commitdiff | diff to current |
2006-07-23 |
Brandon L. Black |
force/assume RaiseError/PrintError |
blob | commitdiff | diff to current |
2006-07-23 |
Brandon L. Black |
better DESTROY handling |
blob | commitdiff | diff to current |
2006-07-23 |
Brandon L. Black |
further refinements to storage_exceptions |
blob | commitdiff | diff to current |
2006-07-23 |
Brandon L. Black |
Merge 'DBIx-Class-current' into 'storage_exceptions' |
blob | commitdiff | diff to current |
2006-07-23 |
Brandon L. Black |
infect the storage subdrivers |
blob | commitdiff | diff to current |
2006-07-23 |
Brandon L. Black |
that was stupid |
blob | commitdiff | diff to current |
2006-07-23 |
Brandon L. Black |
first draft of storage exception stuff |
blob | commitdiff | diff to current |
2006-07-21 |
Jess Robinson |
Minor fixes to deploy / sqltargs, and more glossary |
blob | commitdiff | diff to current |
2006-07-16 |
Matt S Trout |
bah. |
blob | commitdiff | diff to current |
2006-07-16 |
Jess Robinson |
More docs |
blob | commitdiff | diff to current |
2006-07-15 |
Matt S Trout |
skip empty queries to eliminate spurious warnings on... |
blob | commitdiff | diff to current |
2006-07-14 |
Matt S Trout |
fixup for RowNum limit syntax with functions |
blob | commitdiff | diff to current |
2006-07-14 |
Matt S Trout |
fixups to ORDER BY, tweaks to deepen some copies in... |
blob | commitdiff | diff to current |
2006-07-12 |
Jess Robinson |
Make "no_comments", the default for deploy |
blob | commitdiff | diff to current |
2006-07-12 |
Brandon L. Black |
Prevent S::A::L caching of $dbh |
blob | commitdiff | diff to current |
2006-07-06 |
Matt S Trout |
env var |
blob | commitdiff | diff to current |
2006-07-04 |
Matt S Trout |
reverted commit that should have gone on branches/subselect |
blob | commitdiff | diff to current |
2006-07-04 |
Matt LeBlanc |
SQL::Abstract compatability |
blob | commitdiff | diff to current |
2006-06-25 |
Jess Robinson |
Improve on_connect_do docs |
blob | commitdiff | diff to current |
2006-06-22 |
Jess Robinson |
Only ensure_connected if deployment_statements isnt... |
blob | commitdiff | diff to current |
2006-06-19 |
Jess Robinson |
Fix typo.. *test test test*! |
blob | commitdiff | diff to current |
2006-06-19 |
Jess Robinson |
deployment_statements ensures_connected, this to stop... |
blob | commitdiff | diff to current |
2006-06-12 |
Justin Guenther |
Fixed incorrect ordering of POD sections |
blob | commitdiff | diff to current |
2006-06-12 |
Justin Guenther |
fixed wrong debugging hook call query_begin() to query_... |
blob | commitdiff | diff to current |
2006-06-11 |
Brandon L. Black |
bugfix: must set connect_info properly before setting... |
blob | commitdiff | diff to current |
2006-06-09 |
Justin Guenther |
added code and tests for Componentized::ensure_class_fo... |
blob | commitdiff | diff to current |
2006-06-09 |
Brandon L. Black |
only rebless S::DBI if it is still S::DBI and not a... |
blob | commitdiff | diff to current |
2006-06-08 |
Brandon L. Black |
bugfix for join-types in nested joins using the from... |
blob | commitdiff | diff to current |
2006-06-06 |
Brandon L. Black |
POD clarification and content bugfixing + a few code... |
blob | commitdiff | diff to current |
next |