2013-02-20 |
Peter Rabbitson |
Add optdep on CPAN::Uploader to get an effortless ... |
tree | commitdiff |
2013-02-15 |
Brendan Byrd |
Fix minor docs issues in ResultSet changes |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Rudimentary documentation |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Reintroduce conditional null-branch pruning and add... |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Optimization - order only on lazy prefetch |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
And another collapser issue |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Yet another collapser oversight |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Simplify collapse map contents, shuffle things around... |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Move the infmap verification/exception way earlier |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Convert in_storage() to a simple accessor (potentially... |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Remove ResultSourceHandle check in inflate_result |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Switch the cursor iterator to pull data via bind_columns |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Massively optimize ->cursor->next while fixing some... |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Restore ability to handle underdefined root (t/prefetch... |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Fix _resolve_collapse to always consider the entire... |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
ETOOMANYARGS - change _resolve_collapse to take a coupl... |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Write correct odd (not even) relchain depth on primary... |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Unset collapse in even more cases |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Fix the silly mistake responsible for the drama around... |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Merge branch 'master' into topic/constructor_rewrite |
tree | commitdiff |
2013-02-14 |
Peter Rabbitson |
Add strict/warnings test, adjust all offenders (wow... |
tree | commitdiff |
2013-02-13 |
André Walker |
Fix duplicated columns for count() |
tree | commitdiff |
2013-02-01 |
Peter Rabbitson |
Revert parts of 6864429a which utterly broke dbh_do... |
tree | commitdiff |
2013-01-29 |
Peter Rabbitson |
Extra sanity check of a fresh DBI handle |
tree | commitdiff |
2013-01-25 |
Peter Rabbitson |
General cleanup of error messages - quote identifiers... |
tree | commitdiff |
2013-01-22 |
Jason McIntosh |
Clarifying that the "around" method modifier can come... |
tree | commitdiff |
2013-01-21 |
Peter Rabbitson |
Some cleanups around loading/use of DBIx::Class::Except... |
tree | commitdiff |
2013-01-21 |
Peter Rabbitson |
Revert workarounds for $@ broken during 5.13.x - mainly... |
tree | commitdiff |
2013-01-21 |
Peter Rabbitson |
Further reshuffle logic in _rs_update_delete - no funct... |
tree | commitdiff |
2013-01-21 |
Peter Rabbitson |
Fix self-referential resultset update/delete on MySQL... |
tree | commitdiff |
2013-01-21 |
Peter Rabbitson |
Fix proper handling of composite resultset heads (e... |
tree | commitdiff |
2013-01-21 |
Peter Rabbitson |
Move the *preliminary* multicol IN support to the sqlmaker |
tree | commitdiff |
2013-01-21 |
Peter Rabbitson |
Simplify dbh_do invocation, and only alias @_ when... |
tree | commitdiff |
2013-01-21 |
Peter Rabbitson |
Reign in (a little bit) the sprawling CRLF insanity... |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
SQLT got a lot better lately - bump min version |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
Remove SQLA namespace pollution fixer - this is no... |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
deployment_statements() is not storage-dependent -... |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
Reduce amount of calls to $rsrc->columns_info where... |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
_resolve_bindattrs already expects colinfo - just pass... |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
Fix some pessimizations spotted here and there (no... |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
Remove apparent pessimization introduced in 6a588797 |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
Optimize populate(), especially bind handling in comple... |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
Simplify/cleanup parsing of search() arguments |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
Ensure _dbi_attrs_for_bind/bind_attribute_by_data_type... |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
Remove support for source_bind_attributes() as promised... |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
Deprecate emulate_limit() - can not be sanely supported... |
tree | commitdiff |
2012-12-18 |
Alexander Hartmaier |
Improve the populate docs in ::Schema and ::ResultSet |
tree | commitdiff |
2012-12-15 |
Peter Rabbitson |
New Pod::Inherit now works on 5.8 (still needs Pod... |
tree | commitdiff |
2012-12-15 |
Peter Rabbitson |
Add JSON::DWIW to authordeps, so more tests run |
tree | commitdiff |
2012-12-14 |
Peter Rabbitson |
Make pod generation more palatable to the existing... |
tree | commitdiff |
2012-12-14 |
Rafael Kitover |
Minor clarifications to POD |
tree | commitdiff |
2012-12-13 |
Brendan Byrd |
More documentation improvements in the spirit of fb13a49f |
tree | commitdiff |
2012-12-13 |
Brendan Byrd |
Add linkback to ResultSource::resultset_attributes |
tree | commitdiff |
2012-12-13 |
Brendan Byrd |
Relationship::Base documentation fixes in the spirit... |
tree | commitdiff |
2012-12-11 |
Peter Rabbitson |
Temporarily stop requiring podinherit on < 5.10.1,... |
tree | commitdiff |
2012-12-11 |
Peter Rabbitson |
Fix RT#78436 - a replicated storage does not have a... |
tree | commitdiff |
2012-12-11 |
Peter Rabbitson |
Partial fix for the hash randomization issues in 5... |
tree | commitdiff |
2012-12-11 |
Peter Rabbitson |
DBIC::Carp not primetime ready - hide |
tree | commitdiff |
2012-12-11 |
Brendan Byrd |
Fill gaps in documentation: alias ($rs attr), table_ali... |
tree | commitdiff |
2012-12-11 |
Brendan Byrd |
FINALLY document DBIC @bind_vals |
tree | commitdiff |
2012-12-11 |
Peter Rabbitson |
Clarify purpose and deprecation of search_literal |
tree | commitdiff |
2012-12-11 |
Brendan Byrd |
Various other POD fixes |
tree | commitdiff |
2012-12-11 |
Brendan Byrd |
Utilize Pod::Inherit to add an INHERITED METHODS sectio... |
tree | commitdiff |
2012-12-10 |
Brendan Byrd |
Various method POD changes |
tree | commitdiff |
2012-12-10 |
Peter Rabbitson |
Move generated POD to its own dir |
tree | commitdiff |
2012-12-10 |
Peter Rabbitson |
Use legacy File::Path API - avoid a dependency (see... |
tree | commitdiff |
2012-12-09 |
Brendan Byrd |
AUTHORS mass update; mst doesn't have to take credit... |
tree | commitdiff |
2012-11-29 |
Peter Rabbitson |
Some podlator stacks do not like multi-word =begin |
tree | commitdiff |
2012-11-19 |
Peter Rabbitson |
Stop stripping table name qualifier on complex $rs... |
tree | commitdiff |
2012-11-18 |
Peter Rabbitson |
Rewrite 461c7168 solving Oracle silent connection failures |
tree | commitdiff |
2012-11-14 |
Peter Rabbitson |
More robust behavior under heavily threaded environments |
tree | commitdiff |
2012-11-14 |
Michael Jemmeson |
doc fix for Resultset find_or_new and update_or_new... |
tree | commitdiff |
2012-11-05 |
Peter Rabbitson |
Squash NaN warnings on older perls |
tree | commitdiff |
2012-11-05 |
Peter Rabbitson |
Switch vestigial warn() calls to carp() |
tree | commitdiff |
2012-11-05 |
Peter Rabbitson |
Better diagnostics in the case of missing drivers,... |
tree | commitdiff |
2012-11-04 |
Peter Rabbitson |
Remove code which migrated into the core of SQLA |
tree | commitdiff |
2012-11-03 |
Peter Rabbitson |
Fix API mismatch between new_related() and new_result... |
tree | commitdiff |
2012-11-03 |
Peter Rabbitson |
Clarify CookBook example (RT#78283) |
tree | commitdiff |
2012-11-03 |
Peter Rabbitson |
Fix CookBook example until the rsrc refactor (RT#77910) |
tree | commitdiff |
2012-11-03 |
Peter Rabbitson |
Improve IC documentation (RT#76525) |
tree | commitdiff |
2012-11-03 |
Alessandro Ranellucci |
Mention the internal join pruner in POD |
tree | commitdiff |
2012-11-03 |
Peter Rabbitson |
Fix unique constraint violations in Ordered.pm blanket... |
tree | commitdiff |
2012-11-03 |
Peter Rabbitson |
Properly signify internal cursor methods, trash their... |
tree | commitdiff |
2012-11-03 |
Rafael Kitover |
fix Cursor SYNOPSIS |
tree | commitdiff |
2012-11-03 |
Peter Rabbitson |
Reorganize constants handling, add escapes for fork... |
tree | commitdiff |
2012-11-03 |
Matt Phillips |
Let SQLMaker rs_attr 'for' support string literals |
tree | commitdiff |
2012-11-03 |
Felix Antonius Wil... |
Fix invalid pod example syntax |
tree | commitdiff |
2012-10-12 |
Peter Rabbitson |
Really fix the DBD::SQLite ping() issue |
tree | commitdiff |
2012-10-05 |
Peter Rabbitson |
Replace inadequate $dbh->ping SQLite implementation... |
tree | commitdiff |
2012-08-25 |
Dagfinn Ilmari Man... |
Fix filename interpolation in DBIC::Optional::Dependecies |
tree | commitdiff |
2012-08-23 |
Peter Rabbitson |
Back out constructor/prefetch rewrite introduced mainly... |
tree | commitdiff |
2012-07-17 |
Gareth Kirwan |
Fix Class::AccessorGroup to allow instances in get_com... |
tree | commitdiff |
2012-07-11 |
Arthur Axel 'fREW... |
release v0.08198 v0.08198 |
tree | commitdiff |
2012-07-10 |
Rafael Kitover |
fix silent Oracle connection failures |
tree | commitdiff |
2012-07-10 |
Rafael Kitover |
better type check for mssql+ado binary null strip |
tree | commitdiff |
2012-07-10 |
Rafael Kitover |
mark some tests in admin/10script.t on Win32 TODO |
tree | commitdiff |
2012-07-10 |
Arthur Axel 'fREW... |
fix pod for unicode name |
tree | commitdiff |
2012-06-15 |
Justin Hunter |
fix broken syntax |
tree | commitdiff |
2012-06-05 |
Rafael Kitover |
fix debian mssql/odbc setup docs for multiarch |
tree | commitdiff |
2012-05-23 |
Justin Hunter |
fix for RT#77241 |
tree | commitdiff |
next |