2008-05-30 |
Ash Berlin |
Make ingore_{constraint,index}_names default |
blob | commitdiff |
2008-05-06 |
John Napiorkowski |
changed the warning on DBIC::Storage::DBI->select_singl... |
blob | commitdiff | diff to current |
2008-05-05 |
Matt S Trout |
restore debolaz's cleanup patch since it's not what... |
blob | commitdiff | diff to current |
2008-05-05 |
Matt S Trout |
reverse r4290 since we -do- -not- currently want these... |
blob | commitdiff | diff to current |
2008-04-24 |
Anders Nor Berle |
Fix PAUSE indexing of packages |
blob | commitdiff | diff to current |
2008-04-11 |
Daniel Westermann... |
Add warnings for non-unique find usage and improve... |
blob | commitdiff | diff to current |
2008-04-01 |
Ash Berlin |
Constraint/index name fix from rdj |
blob | commitdiff | diff to current |
2008-03-25 |
Anders Nor Berle |
Various fun things. |
blob | commitdiff | diff to current |
2008-03-24 |
Anders Nor Berle |
Document the auto_savepoint option for connect_info |
blob | commitdiff | diff to current |
2008-03-24 |
Anders Nor Berle |
Initial commit of auto_savepoint + some fixes |
blob | commitdiff | diff to current |
2008-03-23 |
Cory G Watson |
Remove unnecessary passing of $self->dbh as a separate... |
blob | commitdiff | diff to current |
2008-03-23 |
Cory G Watson |
Merge 0.09's savepoint branch |
blob | commitdiff | diff to current |
2008-03-22 |
Wallace Reis |
pod fixes |
blob | commitdiff | diff to current |
2008-03-17 |
Ash Berlin |
Fix is_deferrable and respcet sqltargs properly |
blob | commitdiff | diff to current |
2008-03-15 |
Michael G Schwern |
Reduce the number of times $self->_dbh is called inside... |
blob | commitdiff | diff to current |
2008-03-15 |
Michael G Schwern |
Eliminate expensive calls to can() in some very hot... |
blob | commitdiff | diff to current |
2008-03-11 |
Matt S Trout |
Merge 'oracle_sequence' into 'trunk' |
blob | commitdiff | diff to current |
2008-03-07 |
Michael G Schwern |
Merge 'trunk' into 'cdbicompat_integration' |
blob | commitdiff | diff to current |
2008-02-27 |
Luke Saunders |
increased sqlt rev dep |
blob | commitdiff | diff to current |
2008-02-13 |
Ash Berlin |
Fix typo |
blob | commitdiff | diff to current |
2008-02-01 |
Ash Berlin |
Fallback to SQL->SQL to diff for old producers |
blob | commitdiff | diff to current |
2008-01-16 |
Michael G Schwern |
Merge 'trunk' into 'cdbicompat_integration' |
blob | commitdiff | diff to current |
2008-01-03 |
Jess Robinson |
Apply patch from billisdog to ensure we rebless to... |
blob | commitdiff | diff to current |
2007-11-24 |
Ash Berlin |
Change diffing code to use $sqlt_schema. Sort tables... |
blob | commitdiff | diff to current |
2007-11-07 |
Johannes Plunien |
moved sequence relatied insert code from DBI::Oracle... |
blob | commitdiff | diff to current |
2007-10-22 |
Luke Saunders |
Merge 'trunk' into 'versioned_enhancements' |
blob | commitdiff | diff to current |
2007-10-05 |
Marc Mims |
Fixed warning on uninitialized value. |
blob | commitdiff | diff to current |
2007-09-29 |
Wallace Reis |
select for patch from justin |
blob | commitdiff | diff to current |
2007-09-14 |
Matt S Trout |
Merge 'trunk' into 'versioned_enhancements' |
blob | commitdiff | diff to current |
2007-09-14 |
Matt S Trout |
Merge 'trunk' into 'cdbicompat_integration' |
blob | commitdiff | diff to current |
2007-08-22 |
Tom Hukins |
Fix the behaviour of code refs within array refs for... |
blob | commitdiff | diff to current |
2007-08-21 |
Matt S Trout |
Merge 'trunk' into 'cdbicompat_integration' |
blob | commitdiff | diff to current |
2007-08-21 |
Matt S Trout |
arrayrefs for on_connect_do |
blob | commitdiff | diff to current |
2007-08-21 |
Matt S Trout |
Merge 'on_disconnect_do' into 'trunk' |
blob | commitdiff | diff to current |
2007-08-21 |
Matt S Trout |
Merge 'trunk' into 'cdbicompat_integration' |
blob | commitdiff | diff to current |
2007-08-15 |
Luke Saunders |
moved upgrade file reading into upgrade from _on_connect |
blob | commitdiff | diff to current |
2007-08-15 |
Tom Hukins |
Let on_connect_do() and on_disconnect_do() take code... |
blob | commitdiff | diff to current |
2007-08-07 |
Adam Herzog |
Fix bind params debugging output; consolidate some... |
blob | commitdiff | diff to current |
2007-08-07 |
Luke Saunders |
fixed storage->connected fork bug |
blob | commitdiff | diff to current |
2007-08-06 |
Matt S Trout |
final changes for 08004 dist |
blob | commitdiff | diff to current |
2007-08-05 |
Matt S Trout |
add cursor_class to storage opt list |
blob | commitdiff | diff to current |
2007-08-04 |
Matt S Trout |
cleanup cursor class handling |
blob | commitdiff | diff to current |
2007-08-01 |
Tom Hukins |
Add an 'on_disconnect_do' argument to |
blob | commitdiff | diff to current |
2007-07-27 |
Matt S Trout |
initial merge of Schwern's CDBICompat work, with many... |
blob | commitdiff | diff to current |
2007-07-18 |
Brandon L. Black |
fix a few txn issues, including the "transaction depth... |
blob | commitdiff | diff to current |
2007-07-17 |
Matt S Trout |
non-destructive hashref handling for connect_info options |
blob | commitdiff | diff to current |
2007-07-16 |
Matt S Trout |
fixup for datetime parser from Matt Lawrence (mattlaw) |
blob | commitdiff | diff to current |
2007-07-10 |
Matt S Trout |
unmark experimental to go with deploy |
blob | commitdiff | diff to current |
2007-07-04 |
Luke Saunders |
fixed attr merging problem |
blob | commitdiff | diff to current |
2007-07-04 |
Luke Saunders |
fixed group_by problem with oracle limit syntax |
blob | commitdiff | diff to current |
2007-06-20 |
Matt S Trout |
SQL statement in errors |
blob | commitdiff | diff to current |
2007-06-19 |
Cory G Watson |
Call ensure_connected in txn_begin to avoid stomping... |
blob | commitdiff | diff to current |
2007-06-19 |
Matt S Trout |
make errors during deploy soft |
blob | commitdiff | diff to current |
2007-06-16 |
Brandon L. Black |
autoflush debugfh, plus Changes for this and the weakre... |
blob | commitdiff | diff to current |
2007-06-14 |
Brandon L. Black |
weaken the storage reference in the HandleError closure! |
blob | commitdiff | diff to current |
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 |
next |