2007-05-22 |
Brandon L. Black |
cleanup on aisle 7 |
tree | commitdiff |
2007-05-22 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2007-05-22 |
Brandon L. Black |
connect_info should return the same data it was given |
tree | commitdiff |
2007-05-21 |
Matt S Trout |
fixed WhereJoins to handle conditions edge cases |
tree | commitdiff |
2007-05-14 |
Brandon L. Black |
default AutoCommit to 1 if not explicitly set, and... |
tree | commitdiff |
2007-05-11 |
Matt S Trout |
fixup for Oracle WHERE join stuff from abraxxa |
tree | commitdiff |
2007-05-11 |
Matt S Trout |
eliminate the last of the AutoCommit warnings |
tree | commitdiff |
2007-05-10 |
Brandon L. Black |
Got rid of effectively dead dbh_do code in the txn_... |
tree | commitdiff |
2007-05-10 |
Jess Robinson |
Oops, unbreak stupid txn_begin change |
tree | commitdiff |
2007-05-10 |
Brandon L. Black |
do not try to silently handle disconnects when in a... |
tree | commitdiff |
2007-05-09 |
Jess Robinson |
No nested transactions in SQLite. |
tree | commitdiff |
2007-05-03 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2007-05-02 |
Nigel Metheringham |
Documented use of cursor->next for fast but uncomfortab... |
tree | commitdiff |
2007-05-01 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2007-04-26 |
Justin Wheeler |
I'm a retard. |
tree | commitdiff |
2007-04-26 |
Justin Wheeler |
Removed 8.pm and updated Changelog. |
tree | commitdiff |
2007-04-26 |
Justin Wheeler |
Merge 'oracle8' into 'DBIx-Class-current' |
tree | commitdiff |
2007-03-29 |
Brandon L. Black |
backport Ash's quoting fix from Loader to columns_info_for |
tree | commitdiff |
2007-03-29 |
Brandon L. Black |
fix for rt.cpan.org #25683 (DBD::Sybase/FreeTDS/MSSQL... |
tree | commitdiff |
2007-03-17 |
Ash Berlin |
fix server disconnect checking for select outside of... |
tree | commitdiff |
2007-03-13 |
David Jack Olrik |
Merge 'DBIx-Class-current' into 'oracle8' |
tree | commitdiff |
2007-01-25 |
David Jack Olrik |
Formatting cleanup |
tree | commitdiff |
2007-01-24 |
David Jack Olrik |
Marked oracle 8 support as experimental |
tree | commitdiff |
2007-01-24 |
John Napiorkowski |
-- Fixed tabs to spaces issue |
tree | commitdiff |
2007-01-24 |
David Jack Olrik |
Added Justin Wheeler's Oracle 8 support |
tree | commitdiff |
2007-01-10 |
John Napiorkowski |
additional refactoring to better handle source objects |
tree | commitdiff |
2007-01-10 |
John Napiorkowski |
some refactoring to reduce cut and paste work |
tree | commitdiff |
2007-01-10 |
John Napiorkowski |
Merge 'DBIx-Class-current' into 'param_bind' |
tree | commitdiff |
2006-12-30 |
Matt S Trout |
fixup external bind params |
tree | commitdiff |
2006-12-30 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'param_bind' |
tree | commitdiff |
2006-12-13 |
John Napiorkowski |
updated bulk insert to handle bind_param_array, created... |
tree | commitdiff |
2006-12-11 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-12-09 |
David Kamholz |
die in Storage::DBI::Pg when it can't find the autoinc... |
tree | commitdiff |
2006-12-07 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-12-06 |
Ash Berlin |
Join condition patch from Bernhard Graf |
tree | commitdiff |
2006-12-01 |
John Napiorkowski |
moved bind attributes to DBI.pm/DBI/Pg.pm |
tree | commitdiff |
2006-11-27 |
Ash Berlin |
- $schema->deploy now accepts a list of source (name... |
tree | commitdiff |
2006-11-23 |
Jess Robinson |
Add backup_directory, make tests cleanup |
tree | commitdiff |
2006-11-22 |
Jess Robinson |
Fix tests, remove some random rints |
tree | commitdiff |
2006-11-20 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'versioning' |
tree | commitdiff |
2006-11-20 |
John Napiorkowski |
changed storage->insert|update|delete to accept the... |
tree | commitdiff |
2006-11-18 |
Ash Berlin |
Removed Class::Data::Accessor and DBIx::Class::Accessor... |
tree | commitdiff |
2006-11-18 |
John Napiorkowski |
(no commit message) |
tree | commitdiff |
2006-11-03 |
Matt S Trout |
Merge 'DBIx-Class-current' into 'versioning' |
tree | commitdiff |
2006-11-01 |
Ash Berlin |
reverted previous deploy change(r8255) - sorry matt... |
tree | commitdiff |
2006-10-31 |
Ash Berlin |
Deploy fix that will hopefully sort out problems with... |
tree | commitdiff |
2006-10-25 |
Matt S Trout |
fix it properly, fix Changes |
tree | commitdiff |
2006-10-25 |
Matt S Trout |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2006-10-25 |
Matt S Trout |
because this actually works |
tree | commitdiff |
2006-10-06 |
Jess Robinson |
s/Path::Class/File::Spec/ |
tree | commitdiff |
2006-10-06 |
Jess Robinson |
Versioning! With tests! Woo! |
tree | commitdiff |
2006-10-03 |
Brandon L. Black |
add connect_info option to disable statement caching |
tree | commitdiff |
2006-10-03 |
Brandon L. Black |
make insert_bulk use the sth method in the newer style... |
tree | commitdiff |
2006-10-03 |
Jess Robinson |
Fixed to actually insert using column names, thanks... |
tree | commitdiff |
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 |
next |