Fix func_rs() and as_subselect_rs() to start behaving as advertised
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
2014-10-05 Peter Rabbitson Extra tests to ensure that the cond collapser will...
2014-10-05 Peter Rabbitson Adjust things for the is_literal_value and -ident SQLA...
2014-09-30 Lasse Makholm Unbreak $rs->create() with empty hashref on Oracle
2014-09-24 Peter Rabbitson After 5268b1da populate remained the sole user of Data...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-24 Peter Rabbitson The revert 8494142c incorrectly killed 4d93345c, reinst...
2014-09-24 Peter Rabbitson Viciously deal with more strictures fallout
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-09-20 Matt S Trout Add forgotten bit preventing scan of where-binds (origi...
2014-09-19 Peter Rabbitson Revert e9f71ab2 - it ends up breaking a declared API
2014-09-16 Peter Rabbitson Yet another loose end on the cond collapser
2014-09-15 Peter Rabbitson Adjust for SQLA's API change 966200cc8
2014-09-05 Peter Rabbitson Make sure IO::Handle is loaded - missing stubs on older...
2014-09-04 Peter Rabbitson Add one more spot of unroll
2014-09-04 Peter Rabbitson One more fail-case missed in 135ac69dd
2014-09-03 Peter Rabbitson Fix condition collapser corrupting -X operators
2014-09-03 Peter Rabbitson Make sure empty cond collapser works on all positions
2014-09-01 Peter Rabbitson Make sure cond collapser works case insensitively
2014-09-01 Peter Rabbitson Deduplicate (and stabilize) the result of _collapse_cond
2014-09-01 Peter Rabbitson Switch to a sane deduplication system
2014-09-01 Peter Rabbitson Remove a superfluous pair of []s in cond collapser
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 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 Peter Rabbitson Ensure proper behavior when quoting is *disabled* ...
2014-07-29 Peter Rabbitson The fix in f9b5239ac was both shortsighted and insufficient
2014-07-27 Peter Rabbitson Ensure collapse is respected regardless of selection...
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-07-21 Peter Rabbitson Standardize the Moo import block, move quote_sub/qsub...
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 Add one extra is_exception check (missed a spot during...
2014-07-12 Peter Rabbitson Refactor ::DBIHacks::_extract_fixed_condition_columns...
2014-07-09 Peter Rabbitson Revert optimistic and sloppy changes from 3705e3b2...
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-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-06-17 Peter Rabbitson Add a self-explanatory *compile-time* $ENV{DBIC_SHUFFLE...
2014-06-10 Peter Rabbitson Revert heading change from 06752a03d, centralize the...
2014-06-04 Peter Rabbitson Fix incorrect handling of stringifiable objects in...
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-27 Peter Rabbitson Fix multiple savepointing transactions on DBD::SQLite
2014-05-27 Peter Rabbitson Reaching for IO::File here makes no sense
2014-05-27 Peter Rabbitson Improve complex order+prefetch exception message
2014-05-27 Naveed Massjouni Updated discard_changes docs regarding { force_pool...
2014-05-27 Peter Rabbitson Massively refactor and sanify condition collapsing
2014-05-22 Dagfinn Ilmari Man... Refactor _recurse_fields to return the bind values
2014-05-22 Peter Rabbitson Fix multi-value literal populate not working with simpl...
2014-04-25 Peter Rabbitson Properly detect and test mysql v3 default JOIN behavior
2014-04-25 Peter Rabbitson Clarify that sql_maker is just a getter at this point
2014-04-25 Peter Rabbitson Fix missing true return lost during e5a62c46f
2014-03-11 Naveed Massjouni fixed example in the DBIx::Class::Storage::DBI::Replica...
2014-03-09 Peter Rabbitson Fix pesky on_connect_* race condition abraxxa++ ilmari++
2014-03-08 Olaf Alders Fixes Pod typo.
2014-01-31 Peter Rabbitson Give Firebird (and Interbase) a common sqlt_type
2014-01-30 Peter Rabbitson Fix datetimes in ODBC/Firebird (merge identical code...
2014-01-29 Peter Rabbitson Ints bound as DBI::SQL_BIGINT on SQLite < 1.37 do not...
2014-01-24 Peter Rabbitson Counter the strictures bullshit with localised bullshit
2014-01-23 Peter Rabbitson Improve error reporting when we encounter broken except...
2014-01-22 Peter Rabbitson Massive incompatible change of ::BlockRunner internals
2014-01-22 Peter Rabbitson Fix long standing issue with resultset growth on repeat...
2014-01-19 Peter Rabbitson Stop various CLONE-registries from growing indefinitely
2013-12-13 Peter Rabbitson Extra (now passing) oracle test which led to the work...
2013-12-10 Peter Rabbitson Streamline connection codepath, fix $ENV{DBI_DSN} regre...
2013-12-07 Peter Rabbitson Augment 1363f0f5 for running in hell
2013-11-18 Peter Rabbitson Stop correlated subqueries from affecting the aliastype...
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-10-31 Peter Rabbitson Simplify DBIHacks signatures
2013-10-29 Dagfinn Ilmari Man... Consistently use "eq ''" when checking for exception...
2013-10-29 Dagfinn Ilmari Man... Explicitly stringify when checking for existing exception
2013-10-14 Peter Rabbitson Fix exceedingly sloppy SQLite warning workaround from...
2013-10-11 Peter Rabbitson Make the dbh error handler installer `Perl -d` friendly
2013-10-09 Peter Rabbitson Many improvements of bigint handling across various...
2013-10-08 Peter Rabbitson Make $SIG{__WARN__} overrides more Carp::Always friendly
2013-10-08 Dagfinn Ilmari Man... Warn about non-integer values for all integer bind...
2013-10-08 Dagfinn Ilmari Man... Use explicit variable on loop
2013-10-02 Dagfinn Ilmari Man... Stop using the deprecated Class::MOP::load_class()
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2013-08-26 Peter Rabbitson Standardize examples/docs on Schema::Loader schema...
2013-08-22 Peter Rabbitson Fix name mangle in Replicated.pm broken by e8c31aec...
2013-08-22 Peter Rabbitson OCD - undo some incorrect changes of non-typos from...
2013-08-08 David Steinbrunner typo fixes
2013-07-22 Peter Rabbitson Self-cleaning is not yet entirely stable - back it...
2013-07-18 Peter Rabbitson Propagate quote_names setting to SQLite SQLT producer
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
2013-04-24 Peter Rabbitson Unbreak devrel version checks
2013-04-24 Peter Rabbitson Fix very subtle but deadly bug in single()
2013-04-22 Peter Rabbitson It seems the upcoming DBD::SQLite fixes the txn sync...
2013-04-20 Peter Rabbitson deployment_statements() and cursor_class() are storage...
2013-04-20 Peter Rabbitson Cleanup logic of _determine_driver - do not fire unless...
2013-04-20 Peter Rabbitson More robust tests of dependency lazy-loading and delay...
2013-04-19 Brendan Byrd Support for $val === [ {}, $val ] in literal SQL +...
2013-04-19 Peter Rabbitson Store the final calculated select args in the original $rs
2013-04-19 Peter Rabbitson Misc cleanup, no functional changes
next