2007-09-05 |
Marc Mims |
Updated email address |
tree | commitdiff |
2007-08-22 |
Tom Hukins |
Fix the behaviour of code refs within array refs for... |
tree | commitdiff |
2007-08-21 |
Matt S Trout |
oracle datetime inflator patch |
tree | commitdiff |
2007-08-21 |
Matt S Trout |
arrayrefs for on_connect_do |
tree | commitdiff |
2007-08-21 |
Matt S Trout |
Merge 'on_disconnect_do' into 'trunk' |
tree | commitdiff |
2007-08-15 |
Tom Hukins |
Let on_connect_do() and on_disconnect_do() take code... |
tree | commitdiff |
2007-08-13 |
Tom Hukins |
Fix a package name I corrected wrongly in revision... |
tree | commitdiff |
2007-08-10 |
Tom Hukins |
Fix package names in documentation |
tree | commitdiff |
2007-08-07 |
Adam Herzog |
Fix bind params debugging output; consolidate some... |
tree | commitdiff |
2007-08-07 |
Luke Saunders |
fixed storage->connected fork bug |
tree | commitdiff |
2007-08-07 |
Cory G Watson |
Refactor Statistics to clean up printing of debug info... |
tree | commitdiff |
2007-08-06 |
Matt S Trout |
final changes for 08004 dist |
tree | commitdiff |
2007-08-05 |
Matt S Trout |
add cursor_class to storage opt list |
tree | commitdiff |
2007-08-04 |
Matt S Trout |
cleanup cursor class handling |
tree | commitdiff |
2007-08-03 |
Matt S Trout |
optimisation in cursor |
tree | commitdiff |
2007-08-01 |
Tom Hukins |
Add an 'on_disconnect_do' argument to |
tree | commitdiff |
2007-07-18 |
Brandon L. Black |
fix a few txn issues, including the "transaction depth... |
tree | commitdiff |
2007-07-17 |
Matt S Trout |
non-destructive hashref handling for connect_info options |
tree | commitdiff |
2007-07-16 |
Matt S Trout |
fixup for datetime parser from Matt Lawrence (mattlaw) |
tree | commitdiff |
2007-07-10 |
Matt S Trout |
unmark experimental to go with deploy |
tree | commitdiff |
2007-07-04 |
Luke Saunders |
fixed attr merging problem |
tree | commitdiff |
2007-07-04 |
Luke Saunders |
fixed group_by problem with oracle limit syntax |
tree | commitdiff |
2007-07-02 |
Brandon L. Black |
Patch for ? in NoBindVars data from Tom Hukins |
tree | commitdiff |
2007-06-20 |
Matt S Trout |
SQL statement in errors |
tree | commitdiff |
2007-06-19 |
Cory G Watson |
Call ensure_connected in txn_begin to avoid stomping... |
tree | commitdiff |
2007-06-19 |
Matt S Trout |
make errors during deploy soft |
tree | commitdiff |
2007-06-16 |
Brandon L. Black |
autoflush debugfh, plus Changes for this and the weakre... |
tree | commitdiff |
2007-06-16 |
Matt S Trout |
fix conditional and document behaviour |
tree | commitdiff |
2007-06-14 |
Brandon L. Black |
weaken the storage reference in the HandleError closure! |
tree | commitdiff |
2007-06-12 |
Brandon L. Black |
small throw_exception fixes |
tree | commitdiff |
2007-06-12 |
Brandon L. Black |
add some storage exception tests, and fix a really... |
tree | commitdiff |
2007-06-11 |
Brandon L. Black |
$dbh->{HandleError} does throw_exception, "unsafe"... |
tree | commitdiff |
2007-06-10 |
Brandon L. Black |
added back the r3131 tests in concise form, wrapped... |
tree | commitdiff |
2007-06-05 |
Brandon L. Black |
Fixed up SQLT test/runtime deps |
tree | commitdiff |
2007-06-01 |
K J Cheetham |
pod tweaking for line wrappings |
tree | commitdiff |
2007-06-01 |
Matt S Trout |
imported Replication store from branch |
tree | commitdiff |
2007-06-01 |
Brandon L. Black |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2007-06-01 |
Brandon L. Black |
add "use Class::C3" to S::DBI::Sybase::MSSQL, doc reini... |
tree | commitdiff |
2007-05-31 |
Brandon L. Black |
integrate nobindvars/_prep_for_execute with the bind_pa... |
tree | commitdiff |
2007-05-31 |
Brandon L. Black |
error handling cleanup for _execute, etc |
tree | commitdiff |
2007-05-31 |
Brandon L. Black |
_execute throws execptions as opposed to returning... |
tree | commitdiff |
2007-05-31 |
Brandon L. Black |
reverting changeset 3131, probably needs to be fixed... |
tree | commitdiff |
2007-05-30 |
Dagfinn Ilmari Man... |
Merge 'trunk' into 'DBIx-Class-current' |
tree | commitdiff |
2007-05-30 |
Dagfinn Ilmari Man... |
Include the DBI error message if a deploy statement... |
tree | commitdiff |
2007-05-29 |
Brandon L. Black |
a few small pod coverage fixes |
tree | commitdiff |
2007-05-29 |
Brandon L. Black |
make sure we take fresh copies of connect_info, safer... |
tree | commitdiff |
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 |
next |