In example code, placing a necessary semicolon after a try/catch code-block, and...
[dbsrgits/DBIx-Class.git] / lib /
2013-04-10 Jason McIntosh In example code, placing a necessary semicolon after...
2013-04-09 Peter Rabbitson Fix oversight in subqueried MySQL update/delete
2013-04-04 Peter Rabbitson Release v0.08210 v0.08210
2013-04-04 Peter Rabbitson Make sure external DBIC envvars do not cause tests...
2013-04-04 Peter Rabbitson Fix incorrect warning/exception originator
2013-04-04 Peter Rabbitson Extra TODO tests for a txn_guard silencing problem
2013-04-02 Peter Rabbitson Work around SQLite's RT#79576
2013-04-01 Peter Rabbitson Saner check for non-integer values bound as integers...
2013-04-01 Peter Rabbitson Simplify _select_args_to_query - contortions not needed...
2013-04-01 Peter Rabbitson Refactor sth preparation/binding - no functional changes
2013-03-29 David Steinbrunner DESCRIPTION typo fix
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 improve outline by introducing synopsis subheadings
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 improve mark-up
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 development info is less important than user info
2013-03-25 Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 Add daxim to contribs, specify main doc encoding
2013-03-24 Peter Rabbitson 9 years of perl and I somehow did not know that...
2013-03-20 Darius Jokilehto Add deprecation warnings for cols/include_columns
2013-03-10 Peter Rabbitson Exclude DBICTest namespace from stacktraces
2013-03-05 Christian Walde Change the rt link from one requiring a login to a...
2013-03-05 Peter Rabbitson Reorganize and freshen up the DocMap
2013-03-05 Christian Walde Move DocMap link to top of DBIx::Class to prevent it...
2013-03-05 Peter Rabbitson Clarify wtf do we have a _bool
2013-03-02 Christian Walde Require latest EU::MM at dist-building time to avoid...
2013-03-02 Peter Rabbitson Do not auto-install dist-building dependencies in autho...
2013-03-01 Alexander Hartmaier Release v0.08209 v0.08209
2013-02-28 Peter Rabbitson Fulltests deps clarification
2013-02-28 Peter Rabbitson Guard against exceptions in _describe_connection
2013-02-27 Peter Rabbitson Test::Strict is smarter now
2013-02-26 Peter Rabbitson Regex /o is *EVIL* - no idea why I even thought of...
2013-02-26 Peter Rabbitson Warn on signs of Moose-borkage (in case it gets to...
2013-02-23 David Schmidt Fix cookbook - missing cond in 'Equivalent SQL'
2013-02-23 Peter Rabbitson Fix regression breaking search on prefetched rel (broke...
2013-02-20 Peter Rabbitson Release v0.08208 v0.08208
2013-02-20 Peter Rabbitson Add optdep on CPAN::Uploader to get an effortless ...
2013-02-18 Peter Rabbitson Prevent SQL::Translator::Producer::YAML from seeing...
2013-02-18 Peter Rabbitson Deprecate the insane forest of SQLT::Parser::DBIC arguments
2013-02-15 Peter Rabbitson More (temporary) kwalitee fixups
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-02-13 André Walker Fix duplicated columns for count()
2013-02-11 Alexander Hartmaier release v0.08206 v0.08206
2013-02-01 Peter Rabbitson Revert parts of 6864429a which utterly broke dbh_do...
2013-01-29 Peter Rabbitson Extra sanity check of a fresh DBI handle
2013-01-25 Peter Rabbitson More .mailmap fixes
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-23 Arthur Axel 'fREW... release v0.08205 v0.08205
2013-01-22 Jason McIntosh Clarifying that the "around" method modifier can come...
2013-01-21 Peter Rabbitson Some cleanups around loading/use of DBIx::Class::Except...
2013-01-21 Peter Rabbitson Revert workarounds for $@ broken during 5.13.x - mainly...
2013-01-21 Peter Rabbitson Further reshuffle logic in _rs_update_delete - no funct...
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
2013-01-21 Peter Rabbitson Fix proper handling of composite resultset heads (e...
2013-01-21 Peter Rabbitson Move the *preliminary* multicol IN support to the sqlmaker
2013-01-21 Peter Rabbitson Simplify dbh_do invocation, and only alias @_ when...
2013-01-21 Peter Rabbitson Reign in (a little bit) the sprawling CRLF insanity...
2013-01-12 Peter Rabbitson SQLT got a lot better lately - bump min version
2013-01-12 Peter Rabbitson Remove SQLA namespace pollution fixer - this is no...
2013-01-12 Peter Rabbitson deployment_statements() is not storage-dependent -...
2013-01-12 Peter Rabbitson Reduce amount of calls to $rsrc->columns_info where...
2013-01-12 Peter Rabbitson _resolve_bindattrs already expects colinfo - just pass...
2013-01-12 Peter Rabbitson Fix some pessimizations spotted here and there (no...
2013-01-12 Peter Rabbitson Remove apparent pessimization introduced in 6a588797
2013-01-12 Peter Rabbitson Optimize populate(), especially bind handling in comple...
2013-01-12 Peter Rabbitson Simplify/cleanup parsing of search() arguments
2013-01-12 Peter Rabbitson Ensure _dbi_attrs_for_bind/bind_attribute_by_data_type...
2013-01-12 Peter Rabbitson Remove support for source_bind_attributes() as promised...
2013-01-12 Peter Rabbitson Deprecate emulate_limit() - can not be sanely supported...
2012-12-18 Alexander Hartmaier Improve the populate docs in ::Schema and ::ResultSet
2012-12-15 Peter Rabbitson New Pod::Inherit now works on 5.8 (still needs Pod...
2012-12-15 Peter Rabbitson Add JSON::DWIW to authordeps, so more tests run
2012-12-14 Peter Rabbitson Make pod generation more palatable to the existing...
2012-12-14 Rafael Kitover Minor clarifications to POD
2012-12-13 Brendan Byrd More documentation improvements in the spirit of fb13a49f
2012-12-13 Brendan Byrd Add linkback to ResultSource::resultset_attributes
2012-12-13 Brendan Byrd Relationship::Base documentation fixes in the spirit...
2012-12-11 Peter Rabbitson Temporarily stop requiring podinherit on < 5.10.1,...
2012-12-11 Peter Rabbitson Fix RT#78436 - a replicated storage does not have a...
2012-12-11 Peter Rabbitson Partial fix for the hash randomization issues in 5...
2012-12-11 Peter Rabbitson DBIC::Carp not primetime ready - hide
2012-12-11 Brendan Byrd Fill gaps in documentation: alias ($rs attr), table_ali...
2012-12-11 Brendan Byrd FINALLY document DBIC @bind_vals
2012-12-11 Peter Rabbitson Clarify purpose and deprecation of search_literal
2012-12-11 Brendan Byrd Various other POD fixes
2012-12-11 Brendan Byrd Utilize Pod::Inherit to add an INHERITED METHODS sectio...
2012-12-10 Brendan Byrd Various method POD changes
2012-12-10 Peter Rabbitson Move generated POD to its own dir
2012-12-10 Peter Rabbitson Use legacy File::Path API - avoid a dependency (see...
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-11-30 Peter Rabbitson Add MOAR meta
2012-11-29 Peter Rabbitson Some podlator stacks do not like multi-word =begin
2012-11-19 Peter Rabbitson Stop stripping table name qualifier on complex $rs...
2012-11-18 Peter Rabbitson Rewrite 461c7168 solving Oracle silent connection failures
2012-11-14 Peter Rabbitson More robust behavior under heavily threaded environments
2012-11-14 Peter Rabbitson Reorganize metadata, add github addresses
2012-11-14 Michael Jemmeson doc fix for Resultset find_or_new and update_or_new...
2012-11-08 Torsten Raudssus Release 0.08204 v0.08204
2012-11-05 Peter Rabbitson Squash NaN warnings on older perls
2012-11-05 Peter Rabbitson Switch vestigial warn() calls to carp()
2012-11-05 Peter Rabbitson Better diagnostics in the case of missing drivers,...
2012-11-04 Peter Rabbitson Remove code which migrated into the core of SQLA
2012-11-03 Peter Rabbitson Fix API mismatch between new_related() and new_result...
next