2014-11-05 |
Peter Rabbitson |
Correctly document the 'where' attribute |
tree | commitdiff |
2014-10-25 |
Peter Rabbitson |
(internal) Introduce an extra utility function, essenti... |
tree | commitdiff |
2014-10-24 |
Peter Rabbitson |
Fix endless loop on BareSourcelessResultClass->throw_ex... |
tree | commitdiff |
2014-10-24 |
Peter Rabbitson |
Minor cleanup |
tree | commitdiff |
2014-10-24 |
Peter Rabbitson |
Fix idiocy that snuck in bdbd2ae8a - I only want fatal... |
tree | commitdiff |
2014-10-24 |
Peter Rabbitson |
Fix incorrect collapser source being generated due... |
tree | commitdiff |
2014-10-24 |
Peter Rabbitson |
These are already pre-required by the OptDeps check |
tree | commitdiff |
2014-10-24 |
Peter Rabbitson |
These loads are no longer necessary after d7d45bdc65 |
tree | commitdiff |
2014-10-24 |
Peter Rabbitson |
HRI is part of a pretty hot codepath, just load it... |
tree | commitdiff |
2014-10-24 |
Peter Rabbitson |
Replace a couple useless string evals with their equivalent |
tree | commitdiff |
2014-10-21 |
Peter Rabbitson |
Switch all double-optdeps calls to a single invocation... |
tree | commitdiff |
2014-10-21 |
Peter Rabbitson |
Switch optdeps to a croak import |
tree | commitdiff |
2014-10-21 |
Peter Rabbitson |
Stop lazy-requiring B and Storable in internal functions |
tree | commitdiff |
2014-10-20 |
Peter Rabbitson |
Bump blead version |
tree | commitdiff |
2014-10-05 |
Peter Rabbitson |
Extra tests to ensure that the cond collapser will... |
tree | commitdiff |
2014-10-05 |
Peter Rabbitson |
Adjust things for the is_literal_value and -ident SQLA... |
tree | commitdiff |
2014-09-25 |
Peter Rabbitson |
Release v0.082800 |
tree | commitdiff |
2014-09-25 |
Peter Rabbitson |
SQLA 1.79 shipped - revert tempextlib hack from d0435d75 |
tree | commitdiff |
2014-09-25 |
Peter Rabbitson |
Boldly take the author nicknames bold |
tree | commitdiff |
2014-09-24 |
Peter Rabbitson |
Add catherder heading as per mst's insistence |
tree | commitdiff |
2014-09-24 |
Dagfinn Ilmari Man... |
Fix literal SQL and bind values example in "columns... |
tree | commitdiff |
2014-09-24 |
Karen Etheridge |
Document including literal SQL and values in a resultse... |
tree | commitdiff |
2014-09-24 |
Peter Rabbitson |
After 5268b1da populate remained the sole user of Data... |
tree | commitdiff |
2014-09-24 |
Peter Rabbitson |
New Pod::Inherit does not need Pod::Tree |
tree | commitdiff |
2014-09-24 |
Peter Rabbitson |
Clarify licensing, ensure footers are consistent throug... |
tree | commitdiff |
2014-09-24 |
Peter Rabbitson |
Deal with authorship properly, in a future-sustainable... |
tree | commitdiff |
2014-09-24 |
Peter Rabbitson |
The revert 8494142c incorrectly killed 4d93345c, reinst... |
tree | commitdiff |
2014-09-24 |
Peter Rabbitson |
Viciously deal with more strictures fallout |
tree | commitdiff |
2014-09-21 |
Peter Rabbitson |
A massive amount of link fixes (just links, almost... |
tree | commitdiff |
2014-09-21 |
Peter Rabbitson |
Proper end-of-file for DBIx/Class.pm |
tree | commitdiff |
2014-09-20 |
Matt S Trout |
Add forgotten bit preventing scan of where-binds (origi... |
tree | commitdiff |
2014-09-19 |
Peter Rabbitson |
Properly handle empty group_by/order_by |
tree | commitdiff |
2014-09-19 |
Peter Rabbitson |
Improve SQLT::Parser warning messages (build further... |
tree | commitdiff |
2014-09-19 |
Peter Rabbitson |
Properly implement very sloppy and lazy hack from bad0b73b |
tree | commitdiff |
2014-09-19 |
Peter Rabbitson |
Revert e9f71ab2 - it ends up breaking a declared API |
tree | commitdiff |
2014-09-16 |
Peter Rabbitson |
Fix broken temporary backcompat shim for naughty _resol... |
tree | commitdiff |
2014-09-16 |
Peter Rabbitson |
Multilevel find_or_(multi)create got inadvertently... |
tree | commitdiff |
2014-09-16 |
Peter Rabbitson |
Yet another loose end on the cond collapser |
tree | commitdiff |
2014-09-15 |
Peter Rabbitson |
Put in place deprecation forgotten for several years |
tree | commitdiff |
2014-09-15 |
Peter Rabbitson |
Ensure the custom rel cond resolver does not trigger... |
tree | commitdiff |
2014-09-15 |
Peter Rabbitson |
A more robust column equality extractor |
tree | commitdiff |
2014-09-15 |
Peter Rabbitson |
Ensure undef_on_null_fk does not affect non-introspecta... |
tree | commitdiff |
2014-09-15 |
Peter Rabbitson |
Yet another missed sanity check in the relcond resolver |
tree | commitdiff |
2014-09-15 |
Peter Rabbitson |
Make sure the me-relname-flip does not affect any error... |
tree | commitdiff |
2014-09-15 |
Peter Rabbitson |
Fix copy() assuming all columns are native |
tree | commitdiff |
2014-09-15 |
Peter Rabbitson |
Adjust for SQLA's API change 966200cc8 |
tree | commitdiff |
2014-09-10 |
Tommy Butler |
Fix syntax error in ::Manual::Joining example |
tree | commitdiff |
2014-09-10 |
Peter Rabbitson |
Fix incorrect cond construction in _minimal_valueset_sa... |
tree | commitdiff |
2014-09-10 |
Peter Rabbitson |
Ensure ::Schema::Versioned connects only once by reusin... |
tree | commitdiff |
2014-09-08 |
Peter Rabbitson |
Stop using Sys::SigAction in pg tests |
tree | commitdiff |
2014-09-08 |
Peter Rabbitson |
Fix for gut-reaching travesty as reported by gbjk |
tree | commitdiff |
2014-09-08 |
Peter Rabbitson |
No longer use rel_info($rel)->{class} in the cond resolver |
tree | commitdiff |
2014-09-07 |
Peter Rabbitson |
Simplify self_result_object argument check in cond... |
tree | commitdiff |
2014-09-07 |
Peter Rabbitson |
Minor relcond resolver refactor, no func. changes |
tree | commitdiff |
2014-09-05 |
Peter Rabbitson |
Skip malformed relationships in SQLT parser instead... |
tree | commitdiff |
2014-09-05 |
Peter Rabbitson |
Move and simplify a chunk of parser code |
tree | commitdiff |
2014-09-05 |
Peter Rabbitson |
Make sure IO::Handle is loaded - missing stubs on older... |
tree | commitdiff |
2014-09-05 |
Peter Rabbitson |
Make sure the resolve_cond shim attempts to lint the... |
tree | commitdiff |
2014-09-04 |
Peter Rabbitson |
Changelog for RT#98161 |
tree | commitdiff |
2014-09-04 |
Peter Rabbitson |
Better describe the _resolve_relationship_condition API |
tree | commitdiff |
2014-09-04 |
Peter Rabbitson |
Add one more spot of unroll |
tree | commitdiff |
2014-09-04 |
Peter Rabbitson |
One more fail-case missed in 135ac69dd |
tree | commitdiff |
2014-09-03 |
Peter Rabbitson |
Fix condition collapser corrupting -X operators |
tree | commitdiff |
2014-09-03 |
Peter Rabbitson |
Make sure empty cond collapser works on all positions |
tree | commitdiff |
2014-09-01 |
Peter Rabbitson |
Make sure cond collapser works case insensitively |
tree | commitdiff |
2014-09-01 |
Peter Rabbitson |
Deduplicate (and stabilize) the result of _collapse_cond |
tree | commitdiff |
2014-09-01 |
Peter Rabbitson |
Switch to a sane deduplication system |
tree | commitdiff |
2014-09-01 |
Peter Rabbitson |
Remove a superfluous pair of []s in cond collapser |
tree | commitdiff |
2014-08-14 |
Stefan Hornburg... |
Fix "muse" typo in Relationship::Base's POD. |
tree | commitdiff |
2014-08-12 |
Ben Hutton |
Update 'as' vs '-as' discussion in ResultSet.pm |
tree | commitdiff |
2014-08-12 |
Olaf Alders |
Reword the having attribute reference |
tree | commitdiff |
2014-08-08 |
Ben Hutton |
Add extra doc line expanding on the role of the prefetc... |
tree | commitdiff |
2014-08-07 |
Peter Rabbitson |
Ensure the TempExtlib actuall exists |
tree | commitdiff |
2014-08-05 |
Peter Rabbitson |
S::L tests rely on preserving the sqlmaker between... |
tree | commitdiff |
2014-08-05 |
Peter Rabbitson |
Tighten the 'txn-op on disconnected handle' checks |
tree | commitdiff |
2014-08-05 |
Peter Rabbitson |
Simplify some ::Storage::DBI methods (no tempvars) |
tree | commitdiff |
2014-08-05 |
Dagfinn Ilmari Man... |
Fix $rs->populate with column name array but no row... |
tree | commitdiff |
2014-08-05 |
Peter Rabbitson |
Deprecate insert_bulk - we will be changing its signatu... |
tree | commitdiff |
2014-08-05 |
Peter Rabbitson |
Fix both a dubious test and a regression in populate... |
tree | commitdiff |
2014-08-05 |
Peter Rabbitson |
Cosmetic rearranging/renaming of some parts of the... |
tree | commitdiff |
2014-07-31 |
Fitz Elliott |
strip schema name from ADD CONSTRAINT / CREATE INDEX |
tree | commitdiff |
2014-07-31 |
Peter Rabbitson |
Ensure proper behavior when quoting is *disabled* ... |
tree | commitdiff |
2014-07-29 |
Peter Rabbitson |
The extra reltype flag is breaking some suites - make... |
tree | commitdiff |
2014-07-29 |
Peter Rabbitson |
Remove unused leftover from c19ca6e80 - there was much... |
tree | commitdiff |
2014-07-29 |
Peter Rabbitson |
Kill rel-exists sanity checks for 28, reinstate them... |
tree | commitdiff |
2014-07-29 |
Peter Rabbitson |
The fix in f9b5239ac was both shortsighted and insufficient |
tree | commitdiff |
2014-07-29 |
Peter Rabbitson |
Check relationship declarations more consistently |
tree | commitdiff |
2014-07-29 |
Peter Rabbitson |
A little cleanup of ->id callsites (incomplete) |
tree | commitdiff |
2014-07-29 |
Peter Rabbitson |
Properly throw on FC with find (it can never work anyway) |
tree | commitdiff |
2014-07-29 |
Peter Rabbitson |
Deprecate _build_unique_cond, move its guts to ::Result... |
tree | commitdiff |
2014-07-28 |
Peter Rabbitson |
The merger failing is no longer a possibility after... |
tree | commitdiff |
2014-07-28 |
Peter Rabbitson |
Shuffle logic in find() a bit, no functional changes |
tree | commitdiff |
2014-07-27 |
Peter Rabbitson |
Fix set_column on non-native (+columns) selections... |
tree | commitdiff |
2014-07-27 |
Peter Rabbitson |
Tighten even more inflate_result() invocations, for... |
tree | commitdiff |
2014-07-27 |
Peter Rabbitson |
Ensure collapse is respected regardless of selection... |
tree | commitdiff |
2014-07-27 |
Peter Rabbitson |
Upgrade the "too many args on customcond" warning from... |
tree | commitdiff |
2014-07-25 |
Peter Rabbitson |
Bring back resolve_condition deleted in 03f6d1f7 |
tree | commitdiff |
2014-07-25 |
Peter Rabbitson |
This was an embarrassing close call - entirely redo... |
tree | commitdiff |
2014-07-24 |
Peter Rabbitson |
Change version style/handling (doc coming up shortly) |
tree | commitdiff |
2014-07-24 |
Jens Gassmann |
Minor limit dialects doc fix |
tree | commitdiff |
next |