2010-11-18 |
Peter Rabbitson |
Attach a storage debugobj lazily instead of at new... |
tree | commitdiff |
2010-11-18 |
Peter Rabbitson |
Unqualify imported functions |
tree | commitdiff |
2010-11-18 |
Andrew Rodland |
Croak more intelligently when attrs->{page} is an unexp... |
tree | commitdiff |
2010-11-12 |
Peter Rabbitson |
Major overhaul of select/as resolution handling (fixes... |
tree | commitdiff |
2010-11-12 |
Mike Baas |
Add notes about handling of inflated objects in results... |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Overhaul serialization test, add optional Memcached... |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Add Storable freeze/thaw hooks to ResultSet to detach... |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Switch all Storable serialization calls from freeze... |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Fix regressions in IC::DT registration logic |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Deprecate rolled-out hash-condition in search() |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Die on search in void context |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Refactor insert logic (Row should not handle SQLA options) |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Introduce columns_info, switch a large portion of the... |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Cleanup Row::sequence() |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Cleanup ::ResultSourceProxy, use a proxy-method generator |
tree | commitdiff |
2010-11-10 |
Alexander Hartmaier |
More robust Oracle autoinc pk sequence detection |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Hide package from PAUSE |
tree | commitdiff |
2010-11-10 |
Arthur Axel 'fREW... |
Don't quote NULL for debug output |
tree | commitdiff |
2010-11-10 |
John Napiorkowski |
fix and regression test for RT #62642 |
tree | commitdiff |
2010-10-27 |
Peter Rabbitson |
Bring back deleted classes |
tree | commitdiff |
2010-10-27 |
Peter Rabbitson |
Add a fix to cookbook recipe |
tree | commitdiff |
2010-10-27 |
Peter Rabbitson |
Fix load_namespaces fail when classes tinker with $_ |
tree | commitdiff |
2010-10-27 |
Norbert Buchmuller |
Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows) |
tree | commitdiff |
2010-10-27 |
Peter Rabbitson |
Add undocumented ability to disable the join optimizer |
tree | commitdiff |
2010-10-27 |
Peter Rabbitson |
Automatically mark the cap. framework methods as unimpl... |
tree | commitdiff |
2010-10-27 |
Peter Rabbitson |
Fail gracefully on Config::Any PROFILE-loading errors |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
$sth->{Active} may throw during destruction >.< |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
Extra adjustments of find() documentation and code... |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
Extra authordeps |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
Patch up weird MRO fail on 5.8 perls |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
Temporary fixes for 5.13.x $@ handling |
tree | commitdiff |
2010-10-23 |
Peter Rabbitson |
-ident implementation |
tree | commitdiff |
2010-10-22 |
Peter Rabbitson |
Return a unique list of k/vs from get_inflated_columns |
tree | commitdiff |
2010-10-22 |
Peter Rabbitson |
Massive cleanup of transaction handlers |
tree | commitdiff |
2010-10-20 |
Arthur Axel 'fREW... |
add SEE ALSO |
tree | commitdiff |
2010-10-18 |
Aaron Crane |
Doc fix: DBIx::Class::Row->discard_changes documented... |
tree | commitdiff |
2010-10-17 |
Robert Bohne |
Fixed test for hierarchical queries with Oracle 8i. |
tree | commitdiff |
2010-10-17 |
Peter Rabbitson |
Extensive updates to find/key related documentation |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
Fix find() with an explicit constraint name (... {... |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
De-golf _is_deterministic_value, add more tests for... |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
Reduce mount of perlgolf in ResultSet.pm |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
Remove support for find( col1 => $val1, col2 => $val2... |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
Add deprecation warning to DBIx::Class::ResultSetProxy |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
Remove _is_unique_query (more dead code from 2006) |
tree | commitdiff |
2010-10-16 |
Peter Rabbitson |
Deleting long forgotten ::Storage::DBI:Role:QueryCounter |
tree | commitdiff |
2010-10-16 |
Aaron Crane |
Fix bug in update of resultset using qualified conditio... |
tree | commitdiff |
2010-10-14 |
Alexander Hartmaier |
fixed wrong sequence returned when multiple triggers... |
tree | commitdiff |
2010-10-14 |
Peter Rabbitson |
Stop adding GROUP BY's to subqueries that do not contai... |
tree | commitdiff |
2010-10-14 |
Peter Rabbitson |
Fix spotty handling of complex order_by relationship... |
tree | commitdiff |
2010-10-14 |
Peter Rabbitson |
Set name_sep by default (even if unused). Simplify... |
tree | commitdiff |
2010-10-14 |
Peter Rabbitson |
That's an embarrasing c/p :( |
tree | commitdiff |
2010-10-13 |
Peter Rabbitson |
Undocument lies |
tree | commitdiff |
2010-10-12 |
Peter Rabbitson |
Clarify $rs->update/delete documentation |
tree | commitdiff |
2010-10-12 |
Peter Rabbitson |
Clarify ResultSet RV docs, bring set_cache RV in line... |
tree | commitdiff |
2010-10-12 |
Peter Rabbitson |
Load sqlite backup required modules on demand only |
tree | commitdiff |
2010-10-10 |
Peter Rabbitson |
Rename vaguely named internal method |
tree | commitdiff |
2010-10-06 |
Arthur Axel 'fREW... |
feature doc map |
tree | commitdiff |
2010-10-04 |
Peter Rabbitson |
Remove a stack frame from the SQLA Carp overrides |
tree | commitdiff |
2010-10-04 |
Peter Rabbitson |
Delay construction of try block until an active $sth... |
tree | commitdiff |
2010-10-04 |
Peter Rabbitson |
Make Data::Page total count evaluation lazy |
tree | commitdiff |
2010-10-04 |
Peter Rabbitson |
Fix compose_namespace rsrc leaks, introduce a badass... |
tree | commitdiff |
2010-10-04 |
Peter Rabbitson |
Minor cleanup of memory cycle tracing and IC::DT inflat... |
tree | commitdiff |
2010-10-04 |
wreis |
Extend proxy rel attr |
tree | commitdiff |
2010-10-04 |
David Schmidt |
example for columns explaining correlation to select/as |
tree | commitdiff |
2010-09-25 |
Jess Robinson |
Added ontes on where to override store_column (request... |
tree | commitdiff |
2010-09-21 |
Mark Dominus |
fix precedence error in Row->_is_column_numeric |
tree | commitdiff |
2010-09-21 |
Peter Rabbitson |
Fix RT61503 (bump DateTime::Format::Pg dep) |
tree | commitdiff |
2010-09-18 |
Peter Rabbitson |
Fix leak of $sth during populate() on perls < 5.10 |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
No longer explicitly disconnect on ::Storage DESTROY |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
Fix the exception-hungry exception_action |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
Remove bogus pre-txn_begin first-connect call |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
Optimize RowNum limit dialect as per suggestion in... |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
Rename incorrectly named internal method (has nothing... |
tree | commitdiff |
2010-09-17 |
Peter Rabbitson |
Make _server_info() _determine_driver-bound |
tree | commitdiff |
2010-09-16 |
Arthur Axel 'fREW... |
DBIC_TRACE_PROFILE |
tree | commitdiff |
2010-09-16 |
Nigel Metheringham |
FilterColumn tweaks - docs and parameter tests |
tree | commitdiff |
2010-09-06 |
Jess Robinson |
Modernising/updating of the ::Manual::FAQ |
tree | commitdiff |
2010-09-05 |
Jess Robinson |
Adding more manual bits to main Manual.pod |
tree | commitdiff |
2010-09-04 |
Arthur Axel 'fREW... |
Preserve unblessed reference exceptions |
tree | commitdiff |
2010-09-01 |
Peter Rabbitson |
Don't try to load DBIx::Class during the Makefile.PL... |
tree | commitdiff |
2010-08-31 |
Peter Rabbitson |
Fix mysterious ::Storage::DBI goto-shim failures on... |
tree | commitdiff |
2010-08-31 |
Peter Rabbitson |
Remove forgotten frame from Storage-method overrides... |
tree | commitdiff |
2010-08-31 |
Peter Rabbitson |
Make CDBICompat keep a stable oder of columns in each... |
tree | commitdiff |
2010-08-31 |
Peter Rabbitson |
Massive cleanup of DateTime test dependencies, other... |
tree | commitdiff |
2010-08-30 |
Peter Rabbitson |
Minor cleanup of ::Optional::Dependencies innards |
tree | commitdiff |
2010-08-27 |
Peter Rabbitson |
Fix RT#58554 (make sure FOR X is always the last part... |
tree | commitdiff |
2010-08-27 |
Peter Rabbitson |
Rename SQLAHacks to SQLMaker, shuffle around files... |
tree | commitdiff |
2010-08-26 |
Peter Rabbitson |
Drop-in legacy code for DB2-AS/400 |
tree | commitdiff |
2010-08-26 |
Peter Rabbitson |
Factor out the limit implementations into a separate... |
tree | commitdiff |
2010-08-26 |
Peter Rabbitson |
SQLA::Limit is no more \o/ |
tree | commitdiff |
2010-08-26 |
Peter Rabbitson |
Stop relying on ->can in the SQL::Abstract carp-hack... |
tree | commitdiff |
2010-08-13 |
Peter Rabbitson |
Fix Verisoned.pm to not issue queries that break down... |
tree | commitdiff |
2010-08-07 |
Peter Rabbitson |
New $dbh capability handling - allows someone to say |
tree | commitdiff |
2010-08-07 |
Peter Rabbitson |
Fix a corner case when a distinct plus an unqualified... |
tree | commitdiff |
2010-07-14 |
Peter Rabbitson |
_pri_cols throws incorrect exceptions when called on... |
tree | commitdiff |
2010-07-13 |
Peter Rabbitson |
Fix IC::DT to stop autovivifying columninfo keys |
tree | commitdiff |
2010-07-12 |
Peter Rabbitson |
Rewrite the DBI connector to use Try::Tiny, avoid a... |
tree | commitdiff |
2010-07-11 |
Peter Rabbitson |
Fix bulk-insert trace |
tree | commitdiff |
2010-07-10 |
Peter Rabbitson |
Merge branch 'view-deps' |
tree | commitdiff |
2010-07-10 |
Amiri Barksdale... |
Use fully-qualified result class names instead of sourc... |
tree | commitdiff |
next |