2009-05-11 |
Ron "Quinn" Straight |
Moved DBIC::SQL::Abstract inner classes to DBIx::Class... |
blob | commitdiff | diff to current |
2009-05-08 |
Peter Rabbitson |
Throw away some debugging code |
blob | commitdiff | diff to current |
2009-05-07 |
Peter Rabbitson |
Merge 'trunk' into 'count_distinct' |
blob | commitdiff | diff to current |
2009-05-07 |
Peter Rabbitson |
Temporary fix or the IN ( ( ... ) ) problem until we... |
blob | commitdiff | diff to current |
2009-05-06 |
Peter Rabbitson |
Rename internal function to clarify what it does |
blob | commitdiff | diff to current |
2009-04-24 |
Peter Rabbitson |
Merge 'trunk' into 'count_distinct' |
blob | commitdiff | diff to current |
2009-04-24 |
Moritz Onken |
patch for DBI.pm so store_column is called only once... |
blob | commitdiff | diff to current |
2009-03-19 |
Rob Kinyon |
Moved some SQL parsing of ORDER BY from _select_args... |
blob | commitdiff | diff to current |
2009-03-14 |
Justin Hunter |
* change count with group_by (distinct) to use a subquery |
blob | commitdiff | diff to current |
2009-03-13 |
Justin Hunter |
rewrite _bind_to_sql to not replace ? with the bindvars... |
blob | commitdiff | diff to current |
2009-03-13 |
Justin Hunter |
changes to handling of from |
blob | commitdiff | diff to current |
2009-03-13 |
Justin Hunter |
created count_distinct branch |
blob | commitdiff | diff to current |
2009-03-11 |
Wallace Reis |
removed configure_sqlt method |
blob | commitdiff | diff to current |
2009-03-11 |
Peter Rabbitson |
Replace the fallback _dbh_last_insert_id with an explic... |
blob | commitdiff | diff to current |
2009-02-27 |
Peter Rabbitson |
Merge 'sybase' into 'trunk' |
blob | commitdiff | diff to current |
2009-02-26 |
Peter Rabbitson |
Merge 'trunk' into 'sybase' |
blob | commitdiff | diff to current |
2009-02-24 |
Guillermo Roditi |
correct args in wrong order in deplo_statements |
blob | commitdiff | diff to current |
2009-02-22 |
Rob Kinyon |
Added support for subqueries in the select and +select... |
blob | commitdiff | diff to current |
2009-02-20 |
Michael Reddick |
added support for from => $rs->as_query |
blob | commitdiff | diff to current |
2009-02-17 |
Norbert Buchmuller |
* Fixed the bug with omitting 'FOR UPDATE'/'FOR SHARED... |
blob | commitdiff | diff to current |
2009-02-16 |
Rob Kinyon |
Merge 'subquery' into 'trunk' |
blob | commitdiff | diff to current |
2009-02-16 |
Rob Kinyon |
Merge 'trunk' into 'subquery' |
blob | commitdiff | diff to current |
2009-02-15 |
Peter Rabbitson |
A dbh_do statement executed with bind values will confu... |
blob | commitdiff | diff to current |
2009-02-13 |
Johannes Plunien |
Refactored and re-added r5041: Split sql statements... |
blob | commitdiff | diff to current |
2009-02-10 |
Rob Kinyon |
Added as_query to ResultSet with a couple tests |
blob | commitdiff | diff to current |
2009-02-07 |
Peter Rabbitson |
Up dependency on SQLT (releasing now) |
blob | commitdiff | diff to current |
2009-02-02 |
Peter Rabbitson |
part 2 |
blob | commitdiff | diff to current |
2009-02-02 |
Peter Rabbitson |
Bring back _RowNumberOver deleted in the sqla commotion... |
blob | commitdiff | diff to current |
2009-01-30 |
Peter Rabbitson |
Add the _find_syntax caching back |
blob | commitdiff | diff to current |
2009-01-30 |
Jess Robinson |
DB2 compatibility fix, update test to add new artist... |
blob | commitdiff | diff to current |
2009-01-18 |
Norbert Buchmuller |
Merge 'trunk' into 'sqla_1.50_compat' |
blob | commitdiff | diff to current |
2009-01-09 |
Ricardo Signes |
by setting conn_?id first, we prevent $storage->dbh... |
blob | commitdiff | diff to current |
2009-01-08 |
Ricardo Signes |
fix the just-added test; pass the Storage object to... |
blob | commitdiff | diff to current |
2008-12-20 |
Norbert Buchmuller |
Merge 'trunk' into 'sqla_1.50_compat' |
blob | commitdiff | diff to current |
2008-11-26 |
Norbert Buchmuller |
* Removed extra parens from the ON expression of JOIN... |
blob | commitdiff | diff to current |
2008-11-25 |
Norbert Buchmuller |
* Disabled stringification of arrayref bind values... |
blob | commitdiff | diff to current |
2008-11-16 |
Norbert Buchmuller |
* Added test cases to test if arrayref bind values... |
blob | commitdiff | diff to current |
2008-11-13 |
Peter Rabbitson |
resultset attribute from can now take a scalarref and... |
blob | commitdiff | diff to current |
2008-11-12 |
Norbert Buchmuller |
* Made DBIC::SQL::Abstract pass on order_by hashref... |
blob | commitdiff | diff to current |
2008-11-10 |
Norbert Buchmuller |
* Removed dead code (sub _RowNumberOver). |
blob | commitdiff | diff to current |
2008-11-10 |
Norbert Buchmuller |
* Converted some of the test cases to use SQL::Abstrac... |
blob | commitdiff | diff to current |
2008-11-09 |
Peter Rabbitson |
Switch schema management version calls from VERSION... |
blob | commitdiff | diff to current |
2008-11-09 |
Peter Rabbitson |
Fix detection of multiple rows being returned for singl... |
blob | commitdiff | diff to current |
2008-11-01 |
Johannes Plunien |
rolling back my last change, waiting until new sqlt... |
blob | commitdiff | diff to current |
2008-11-01 |
Johannes Plunien |
fixed next warnings |
blob | commitdiff | diff to current |
2008-11-01 |
Johannes Plunien |
split sql statements for deploy only if SQLT::Producer... |
blob | commitdiff | diff to current |
2008-10-30 |
Peter Rabbitson |
Final set of DBI docfixes |
blob | commitdiff | diff to current |
2008-10-30 |
Jess Robinson |
Documentation fixups, still needs standardising though |
blob | commitdiff | diff to current |
2008-10-30 |
Peter Rabbitson |
Fix some lapses in Storage::DBI pod |
blob | commitdiff | diff to current |
2008-10-30 |
Peter Rabbitson |
Massive cleanup of Storage::DBI::connect_info, based... |
blob | commitdiff | diff to current |
2008-10-28 |
Peter Rabbitson |
Fix an obscure bug in the DBI exception handler, clobbe... |
blob | commitdiff | diff to current |
2008-09-28 |
Matt S Trout |
new_related works again |
blob | commitdiff | diff to current |
2008-09-21 |
Peter Rabbitson |
SQLite is rather peculiar on disconnection as described... |
blob | commitdiff | diff to current |
2008-08-24 |
Matt S Trout |
first cut at vairable bind vars for sybase |
blob | commitdiff | diff to current |
2008-08-12 |
Marc Mims |
ODBC fixes: superfluous connection in rebless; undef... |
blob | commitdiff | diff to current |
2008-08-06 |
Luke Saunders |
added with_deferred_fk_checks functionality to storage |
blob | commitdiff | diff to current |
2008-07-18 |
John Napiorkowski |
Merge 'trunk' into 'replication_dedux' |
blob | commitdiff | diff to current |
2008-07-14 |
Luke Saunders |
reordered methods of Versioned.pm and factored the... |
blob | commitdiff | diff to current |
2008-07-07 |
John Napiorkowski |
Merge 'trunk' into 'replication_dedux' |
blob | commitdiff | diff to current |
2008-07-04 |
Luke Saunders |
made versioning overwrite ddl and diff files where... |
blob | commitdiff | diff to current |
2008-06-19 |
John Napiorkowski |
removed ->reload_row from storage, changed this to... |
blob | commitdiff | diff to current |
2008-06-05 |
John Napiorkowski |
Merge 'trunk' into 'replication_dedux' |
blob | commitdiff | diff to current |
2008-06-05 |
Brandon L. Black |
_verify_pid mods _dbh, so we must call it again here |
blob | commitdiff | diff to current |
2008-05-30 |
John Napiorkowski |
Merge 'trunk' into 'replication_dedux' |
blob | commitdiff | diff to current |
2008-05-30 |
Ash Berlin |
Update docs (and code changes that were missed from... |
blob | commitdiff | diff to current |
2008-05-30 |
Ash Berlin |
Make ingore_{constraint,index}_names default |
blob | commitdiff | diff to current |
2008-05-29 |
John Napiorkowski |
changed Storage->reload_row to do less, reverted some... |
blob | commitdiff | diff to current |
2008-05-29 |
John Napiorkowski |
discard changes now is forced to use master for replica... |
blob | commitdiff | diff to current |
2008-05-07 |
John Napiorkowski |
changed the way args are passed to a storage, should... |
blob | commitdiff | diff to current |
2008-05-06 |
John Napiorkowski |
Merge 'trunk' into 'replication_dedux' |
blob | commitdiff | diff to current |
2008-05-06 |
John Napiorkowski |
changed the warning on DBIC::Storage::DBI->select_singl... |
blob | commitdiff | diff to current |
2008-05-05 |
John Napiorkowski |
removed code that tossed an error in select_single... |
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-30 |
John Napiorkowski |
added some advice to debugging replicants so that we... |
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 |
next |