generate svg of DBICTest::Schema in author mode
[dbsrgits/DBIx-Class.git] / Changes
2015-03-20 Alex Beamish Examples and documentation update and cleanup
2015-03-20 Alastair McGowan... Inflators are not respected by find() (being a ResultSe...
2015-03-20 Mike Wisener Clarify load_namespaces call -- more than one call...
2015-03-20 Robert Stone Added add_columns documentation about controlling float...
2015-03-20 C.J. Adams-Collier Linked "prefetch" in columns documentation
2015-03-20 Ingy döt Net Example doesn't work without 'year' column
2015-03-18 Henry Van Styn Fix uninitialized warnings on empty hashes passed to...
2015-03-18 Peter Rabbitson Fix exception on complex update/delete under a replicat...
2015-03-18 Peter Rabbitson Relax sanity check in _resolve_relationship_condition
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-05 Peter Rabbitson Fix t/54taint.t failures on perl-in-hell-in-space
2015-03-02 Peter Rabbitson At last a safer Moo (lots of kludges undone)
2015-03-02 Peter Rabbitson Remove warning introduced in 75a1d824d
2015-02-15 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2015-02-10 Peter Rabbitson Finally implement compound OptDep group augmentation
2015-02-10 Peter Rabbitson Add import-time-skip support to OptDeps, switch most...
2015-01-25 Peter Rabbitson Rewrite optdeps to accept a list of groups
2015-01-23 Peter Rabbitson Fix intermittent failures in the LeakTracer on 5.18...
2015-01-11 Peter Rabbitson Fix Postgres test hang with DBD::Pg 3.5.0+ (work around...
2015-01-03 Peter Rabbitson Emit Optional::Dependencies error messages in a way...
2014-10-25 Peter Rabbitson Make sure the fix for RT#99503 (SQLA a5f91febe) keeps...
2014-10-24 Peter Rabbitson Fix endless loop on BareSourcelessResultClass->throw_ex...
2014-10-24 Peter Rabbitson Bump Moo dependency
2014-10-24 Peter Rabbitson Fix incorrect collapser source being generated due...
2014-10-20 Peter Rabbitson Bump blead version
2014-10-05 Peter Rabbitson Adjust things for the is_literal_value and -ident SQLA...
2014-09-25 Peter Rabbitson Release v0.082800 v0.082800
2014-09-25 Peter Rabbitson Some cleanups of Changes and adding 'Known issues'
2014-09-25 Peter Rabbitson This was reinstated in dc297536f
2014-09-15 Peter Rabbitson Put in place deprecation forgotten for several years
2014-09-15 Peter Rabbitson Fix copy() assuming all columns are native
2014-09-10 Peter Rabbitson Ensure ::Schema::Versioned connects only once by reusin...
2014-09-04 Peter Rabbitson Changelog for RT#98161
2014-07-31 Fitz Elliott strip schema name from ADD CONSTRAINT / CREATE INDEX
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 Properly throw on FC with find (it can never work anyway)
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 Add reference to RT for the fix from d0cefd99
2014-07-25 Peter Rabbitson This was an embarrassing close call - entirely redo...
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-23 Peter Rabbitson Change once more the signature of the custom cond coder...
2014-07-23 Peter Rabbitson Entirely and utterly rewrite populate(), fixing the...
2014-07-22 Peter Rabbitson Avoid ResultSourceProxy calls whenever possible
2014-07-17 Peter Rabbitson Add one extra is_exception check (missed a spot during...
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-07 Peter Rabbitson IFF debug goes to STDERR by default - silence possible...
2014-06-19 Dagfinn Ilmari Man... Populate caches for related result sets even if they...
2014-06-17 Peter Rabbitson Fix ::Ordered in combination with delete_all
2014-06-11 Peter Rabbitson Add foreign_resultobj to the customrel signature
2014-06-11 Peter Rabbitson Rename (with a silent compat shim) couple of badly...
2014-06-11 Peter Rabbitson First step to add some sanity to _resolve_condition
2014-06-11 Peter Rabbitson Fix incorrect handling of custom relationship condition...
2014-06-04 Peter Rabbitson Fix grave resultset-level delete/update bug
2014-06-04 Peter Rabbitson Do not skip running from_storage filter when a NULL...
2014-06-04 Peter Rabbitson Teach FC about literals
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 Massively refactor and sanify condition collapsing
2014-05-22 Peter Rabbitson Fix multi-value literal populate not working with simpl...
2014-03-09 Peter Rabbitson Fix pesky on_connect_* race condition abraxxa++ ilmari++
2014-01-31 Peter Rabbitson Release v0.08270 v0.08270
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-28 Peter Rabbitson Release v0.08260 v0.08260
2014-01-28 Matt S Trout Make 54taint.t actually test the DBIx::Class in lib...
2014-01-27 Peter Rabbitson Yet another attempt to solve the mystery-win32-failure...
2014-01-24 Peter Rabbitson Augment the logic from aca094b4d, add deprecation to...
2014-01-23 Peter Rabbitson Have tests recover gracefully when File::Spec->tmpdir...
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 Fix ridiculous regex anchor mistake from 66137dffe
2014-01-13 Peter Rabbitson SQLite changed their exception text again
2014-01-12 Zefram Fix warning in t/54taint.t with explicitly unset PERL5L...
2014-01-06 Peter Rabbitson Clarify that this is not a fix but a workaround for...
2014-01-03 Dagfinn Ilmari Man... Fix typo in Changes
2013-12-10 Peter Rabbitson Streamline connection codepath, fix $ENV{DBI_DSN} regre...
2013-11-18 Peter Rabbitson Stop correlated subqueries from affecting the aliastype...
2013-11-05 Peter Rabbitson Clarify what happens on distinct + get_column($aggregat...
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-10-09 Peter Rabbitson Many improvements of bigint handling across various...
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2013-10-02 Dagfinn Ilmari Man... Stop using the deprecated Class::MOP::load_class()
2013-10-01 Dagfinn Ilmari Man... Fix t/storage/replicated.t class loading problem
2013-10-01 Dagfinn Ilmari Man... Throw clearer exception on ->new_related() with a non...
2013-09-16 Peter Rabbitson Reorder relationship sanity checks, run them only on...
2013-08-29 Peter Rabbitson Changes for 113e8d16 and 64c50e81
2013-07-18 Peter Rabbitson Tests no longer fail if $ENV{DBI_DSN} is set
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-29 Peter Rabbitson Release v0.08250 v0.08250
2013-04-26 Peter Rabbitson Kill intra-devrel changelog entry
2013-04-26 Matt Phillips devrel 0.08249_05
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
next