dbsrgits/DBIx-Class.git
2014-08-26 Dagfinn Ilmari... Use proper quote handling in _dbh_get_autoinc_seq topic/quote-unquote
2014-08-26 Dagfinn Ilmari... Use proper quote handling in _count_subq_rs
2014-08-26 Dagfinn Ilmari... Use proper quote handling in _extract_order_criteria
2014-08-26 Dagfinn Ilmari... Add SQLMaker methods for matching and unquoting quoted...
2014-08-26 Dagfinn Ilmari... \Q-uote column/alias names in regexes in _resolve_alias...
2014-08-26 Dagfinn Ilmari... Create a quoting torture test
2014-08-14 Stefan Hornburg... Fix "muse" typo in Relationship::Base's POD.
2014-08-12 Ben Hutton Update 'as' vs '-as' discussion in ResultSet.pm
2014-08-12 Olaf Alders Reword the having attribute reference
2014-08-08 Ben Hutton Add extra doc line expanding on the role of the prefetc...
2014-08-07 Peter Rabbitson Ensure the TempExtlib actuall exists
2014-08-05 Peter Rabbitson S::L tests rely on preserving the sqlmaker between...
2014-08-05 Peter Rabbitson Tighten the 'txn-op on disconnected handle' checks
2014-08-05 Peter Rabbitson Simplify some ::Storage::DBI methods (no tempvars)
2014-08-05 Dagfinn Ilmari... Fix $rs->populate with column name array but no row...
2014-08-05 Peter Rabbitson Deprecate insert_bulk - we will be changing its signatu...
2014-08-05 Peter Rabbitson Fix both a dubious test and a regression in populate...
2014-08-05 Peter Rabbitson Cosmetic rearranging/renaming of some parts of the...
2014-07-31 Fitz Elliott strip schema name from ADD CONSTRAINT / CREATE INDEX
2014-07-31 Peter Rabbitson "Fix" symptoms described in ba7892a8c4 (I still do...
2014-07-31 Peter Rabbitson Ensure proper behavior when quoting is *disabled* ...
2014-07-29 Peter Rabbitson The extra reltype flag is breaking some suites - make...
2014-07-29 Peter Rabbitson Remove unused leftover from c19ca6e80 - there was much...
2014-07-29 Peter Rabbitson Kill rel-exists sanity checks for 28, reinstate them...
2014-07-29 Peter Rabbitson The fix in f9b5239ac was both shortsighted and insufficient
2014-07-29 Peter Rabbitson Check relationship declarations more consistently
2014-07-29 Peter Rabbitson Revert improved test added in b6b8f72f, replace with...
2014-07-29 Peter Rabbitson More diag from t/53lean_startup.t when under smoker env
2014-07-29 Peter Rabbitson A little cleanup of ->id callsites (incomplete)
2014-07-29 Peter Rabbitson Properly throw on FC with find (it can never work anyway)
2014-07-29 Peter Rabbitson Deprecate _build_unique_cond, move its guts to ::Result...
2014-07-28 Peter Rabbitson The merger failing is no longer a possibility after...
2014-07-28 Peter Rabbitson Shuffle logic in find() a bit, no functional changes
2014-07-27 Peter Rabbitson Fix set_column on non-native (+columns) selections...
2014-07-27 Peter Rabbitson Tighten even more inflate_result() invocations, for...
2014-07-27 Peter Rabbitson Ensure collapse is respected regardless of selection...
2014-07-27 Peter Rabbitson Upgrade the "too many args on customcond" warning from...
2014-07-27 Peter Rabbitson Add reference to RT for the fix from d0cefd99
2014-07-25 Peter Rabbitson Bring back resolve_condition deleted in 03f6d1f7
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
2014-07-24 Peter Rabbitson Change version style/handling (doc coming up shortly)
2014-07-24 Jens Gassmann Minor limit dialects doc fix
2014-07-24 Mike Francis Added support for handling Class::DBI::Column in CDBICompat
2014-07-24 Mike Francis Added handling for implicit inflate/deflate of CDBI...
2014-07-24 Mintywalker Add 3rd example of col info in ResultSource->add_column
2014-07-24 Karen Etheridge The current_source_alias is prepended, not a literal...
2014-07-24 Peter Rabbitson Bundle trial SQLA for the trial of DBIC (reuse dq techn...
2014-07-24 Peter Rabbitson Correct test of ${^WARNING_BITS} - as haarg++ noted...
2014-07-24 Peter Rabbitson Document and add example of foreign_related_object
2014-07-23 Peter Rabbitson Change once more the signature of the custom cond coder...
2014-07-23 Peter Rabbitson Now that populate is rewritten: finalize the resolver...
2014-07-23 Peter Rabbitson Entirely and utterly rewrite populate(), fixing the...
2014-07-23 Peter Rabbitson One more output for the resolver - used in next commit
2014-07-22 Peter Rabbitson Re-fix relcond resolver: revert 5592d633 (in turn parti...
2014-07-22 Peter Rabbitson Avoid ResultSourceProxy calls whenever possible
2014-07-22 Peter Rabbitson Rebase Oracle datetime inflation test on top of DBICTes...
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-07-21 Peter Rabbitson Reformat add_relationship_accessor for future edit
2014-07-21 Peter Rabbitson Standardize the Moo import block, move quote_sub/qsub...
2014-07-21 Peter Rabbitson Replace B::perlstring with our own implmentation thereof
2014-07-21 Peter Rabbitson Add internal assertion guard for some indirect calls...
2014-07-20 Peter Rabbitson Greatly improve diagnostic messages of _resolve_relatio...
2014-07-19 Peter Rabbitson Remove duplicate arg-check in create(), adjust exceptio...
2014-07-19 Peter Rabbitson Simplify no wantarray assert (a9da9b6a) - fish out...
2014-07-19 Peter Rabbitson is_X_value functions introduced in 3705e3b28 migrated...
2014-07-17 Peter Rabbitson Better, consistent handling of -literal/-value in the...
2014-07-17 Peter Rabbitson (travis) Temporary hard-spec of the SQLA dep, lockstep...
2014-07-17 Peter Rabbitson Move the "special loading" check to DBICTest::Util
2014-07-17 Peter Rabbitson Skip the namespace tests on plain install
2014-07-17 Peter Rabbitson (travis) T::B 1.005 is superseded by 1.300 - remove...
2014-07-17 Peter Rabbitson Add one extra is_exception check (missed a spot during...
2014-07-17 Peter Rabbitson Consolidate bits and pieces under ::_Util::refdesc
2014-07-15 Peter Rabbitson Remove double has_column check in new=>store_column
2014-07-12 Peter Rabbitson Another heavy refactor of the rel resolver prototype...
2014-07-12 Peter Rabbitson Move a CDBI escape to the CDBI class hierarchy
2014-07-12 Peter Rabbitson Refactor ::DBIHacks::_extract_fixed_condition_columns...
2014-07-12 Peter Rabbitson Switch UNRESOLVABLE_CONDITION to an _Util constant
2014-07-09 Peter Rabbitson Older perls get confused by this construct - rewrap
2014-07-09 Peter Rabbitson Revert optimistic and sloppy changes from 3705e3b2...
2014-07-09 Brendan Byrd Initial (now passing) tests prompting the order_by...
2014-07-08 Peter Rabbitson Teach order_by stability analyzer about search_related
2014-07-08 Peter Rabbitson Pass the main rsrc in attrs, instead of trying to fish...
2014-07-08 Peter Rabbitson Clearer name of method/variables before refactoring
2014-07-08 Peter Rabbitson Switch DBIC::Storage::Statistics to Moo (for trial...
2014-07-08 Peter Rabbitson Break out the test tracer into a standalone file
2014-07-07 Peter Rabbitson IFF debug goes to STDERR by default - silence possible...
2014-07-07 Peter Rabbitson Stop permanently enabling autoflush on the debug filehandle
2014-07-07 Peter Rabbitson Expand closed STDERR test, check actual exception
2014-07-07 skaufman Better (and much more precise) explanation of Moose...
2014-07-01 skaufman Better example/documentation of custom resultset classes
2014-07-01 skaufman Change tab space (4 => 2), no further changes
2014-07-01 Peter Rabbitson Move the Subclassing POD under Examples
2014-07-01 Peter Rabbitson namespace::autoclean is a really stupid idea - purge...
2014-07-01 Peter Rabbitson Forgotten reenable of syntax test to guard for 37af2968e
2014-07-01 Peter Rabbitson Add an explicit webchat link, change IRC to x_IRC
2014-06-19 Alexander Hartmaier Improved docs for ResultSet columns attribute on how...
2014-06-19 Alexander Hartmaier More coherent +(columns/select/as) quoting notices...
2014-06-19 Dagfinn Ilmari... Populate caches for related result sets even if they...
2014-06-17 Peter Rabbitson Add a self-explanatory *compile-time* $ENV{DBIC_SHUFFLE...
2014-06-17 Peter Rabbitson Minor optimization of codepath (no func changes)
next