Move scary stuff to its own class
[dbsrgits/DBIx-Class.git] / lib / DBIx /
2012-04-16 Peter Rabbitson Move scary stuff to its own class
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-04-14 Peter Rabbitson Document software_limit and properly throw on related...
2012-04-14 Peter Rabbitson Take into account resultset conditions when determining...
2012-04-14 Peter Rabbitson Fix RowCountOrGenericSubQ dropping group/having/order...
2012-04-14 Peter Rabbitson When realiasing carry all 'renames' in longest first...
2012-04-14 Peter Rabbitson Anything that isn't in the selector list needs a realias
2012-04-14 Peter Rabbitson Always reselect a bind-containing order by even if...
2012-04-14 Peter Rabbitson Do not alias plain column names to the inflator spec...
2012-04-14 Peter Rabbitson Fix bind order in RNO limits when there are both select...
2012-04-14 Peter Rabbitson Sanify handling of genericsubquery order determination...
2012-04-14 Peter Rabbitson Simplify 3-query skimming limits to omit the last redun...
2012-04-14 Peter Rabbitson Simplify skimming limits - simpler query when no offset...
2012-04-14 Peter Rabbitson Refactor a lot of the limit dialects common code -...
2012-04-12 Alexander Hartmaier fixed current_source_alias example code
2012-04-10 moltar Removed PRIVATE METHODS pod section from Ordered.
2012-04-09 Peter Rabbitson Reorganize CDBICompat tests - centralize prereq checks...
2012-04-09 Peter Rabbitson Fix complete breakage of ddl_filename on certain paths
2012-04-07 Rafael Kitover add a link to doc on MAS for MSSQL+ODBC
2012-04-07 Peter Rabbitson Better detection/synchronization of MSSQL dynamic curso...
2012-04-07 Peter Rabbitson Revert 796acb6a - latest FreeTDS does not support MARs...
2012-04-06 Alexander Hartmaier added paragraph to update_or_create and find_or_create...
2012-04-04 Rafael Kitover move schema state copy to _copy_state_from
2012-04-04 Rafael Kitover check DBD::ODBC version when disabling array ops
2012-04-03 Rafael Kitover improvements for MSSQL driver via DBD::ADO
2012-04-03 Rafael Kitover The cursor class is now autoloaded due to CAG component...
2012-04-03 Rafael Kitover Fix auto-pk for Sybase ASE, broken by refactoring in...
2012-03-24 Rafael Kitover Fix thinkos from bfec318f and 3edfebff
2012-03-24 Rafael Kitover Disable ODBC batch ops for Access, they are broken
2012-03-23 Brendan Byrd Some minor POD corrections
2012-03-23 Rafael Kitover support FreeTDS 0.91 with Sybase ASE + DBD::Sybase
2012-03-23 Rafael Kitover disable batch ops for firebird ODBC driver
2012-03-23 Rafael Kitover make carp_once register messages not just callsite
2012-03-23 Rafael Kitover Appease DBD::Sybase compiled with new freetds
2012-03-23 Rafael Kitover As shitty as freetds is, it seems they at least got...
2012-03-23 Peter Rabbitson Centralize (and privatize) handling of freetds driver...
2012-03-22 Peter Rabbitson Multiple cleanups to accommodate broken FreeTDS driver
2012-03-22 Peter Rabbitson Fix pessimization of offset-less Oracle limits, introdu...
2012-03-22 Peter Rabbitson Remove all "magic number" DBI get_info calls from the...
2012-03-22 Peter Rabbitson Replace all use of wantarray tri-calls with explicit...
2012-03-22 Wes Malone Passing test for mssql odbc bulk insert bug fixed by...
2012-03-20 Rafael Kitover Factor out IDENTITY_INSERT for Sybase ASE and MSSQL...
2012-03-18 Peter Rabbitson Make sure do_query retries on potentially disconnected...
2012-03-16 Peter Rabbitson Fix leak of oracle storage objects in its _dbh_execute...
2012-03-16 Peter Rabbitson Fix the pure-perl in_global_destruction() emulation...
2012-03-12 Eden Cardim making config flags actually recognize config files
2012-03-12 Peter Rabbitson Rewrite txn_do and dbh_do to use a (hidden for now...
2012-03-09 Peter Rabbitson Fix fallout from a807d012 (folks please run your podtes...
2012-03-07 Jess Robinson Minor messing with syntactically incorrect POD (no...
2012-03-02 Peter Rabbitson Simplify code of GenericSubQ limit dialect
2012-03-02 Peter Rabbitson Some cleanups and code dedup of Top and FetchFirst...
2012-03-02 Moritz Onken implemented _collapse_result and _merge_result
2012-03-02 Peter Rabbitson Functional row-parse generator - really works!!!
2012-03-02 Peter Rabbitson Simplify RowNumber Over limit dialect implementation
2012-03-02 Peter Rabbitson Deduplicate code in rownum limit emulation
2012-03-02 Peter Rabbitson Deduplicate code in RSC, use the RSRC unique constraint...
2012-03-02 Peter Rabbitson Add an internal unique colset finder and relax complex...
2012-03-02 Peter Rabbitson Remove the "row-by-row shift" Ordered.pm pessimization
2012-02-18 Peter Rabbitson Fix embarrassing leak triggered on calling new_related...
2012-02-18 Peter Rabbitson Fix rogue child disconnecting a parent $dbh - no idea...
2012-02-14 Peter Rabbitson Majorly cleanup $rs->update/delete (no $rs-aware code...
2012-02-14 Peter Rabbitson Overhaul of variable \[] handling in populate, and...
2012-02-14 Peter Rabbitson Switch from using execute_array to execute_for_fetch...
2012-02-14 Peter Rabbitson Fix ASE bulk_insert for bind changes in 0e773352
2012-02-14 Peter Rabbitson Factor out bindattr resolver and tighten code a bit
2012-02-14 Peter Rabbitson Allow users to disable the "DT in search" warning intro...
2012-02-02 Caleb Cushing remove stale link and doc readonly pool queries
2012-02-02 Caleb Cushing add a link to SQL::Abstract for WHERE clauses
2012-01-18 Graham Knop use more correct subsection links in POD
2012-01-18 Graham Knop remove ::Storage::DBI::sth from POD as it should never...
2012-01-18 Graham Knop fix PrettyPrint package link in POD
2012-01-18 Graham Knop correct organization for SQLite POD
2012-01-18 Rafael Kitover issue warning for DateTimes passed to ->search
2012-01-10 Rafael Kitover add POD on how to use Moose in custom ResultSets
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2012-01-04 Jess Robinson Add link to SQLHackers documentation
2012-01-04 Brad Davis - Fix typo (s/get_colum/get_column).
2012-01-02 Alexander Hartmaier refactored HashRefInflators internals
2012-01-02 Peter Rabbitson Rewrite the HRI bench to produce consistent numbers...
2011-12-05 Peter Rabbitson Fix and test first_skip/skip_first limit dialects
2011-11-29 Andrew Rodland Release 0.08196 v0.08196
2011-11-26 Peter Rabbitson Fix the join/prefetch resolver when dealing with '...
2011-11-26 Peter Valdemar Mørch Modifying links to /condition to point to DBIC::Relatio...
2011-11-25 Peter Rabbitson Fix copyright... in November
2011-11-25 Peter Rabbitson Fix TxnScopeGuard misbehaving on externally set $@...
2011-11-25 Peter Rabbitson Skip error/warn frames within CAG - saner callsite...
2011-11-25 Mark A. Stratman Documented $resultsource->name
2011-11-25 Peter Rabbitson Drop Math::BigInt optdep: no fixes concerning us were...
2011-11-25 Peter Rabbitson Start caching the result of various bind_attribute_by_d...
2011-11-25 Peter Rabbitson Fix uninitializied warnings in ::Storage::Sybase::ASE...
2011-11-22 Peter Rabbitson Unhide ::SQLMaker::OracleJoins to properly appear on...
2011-10-26 Dagfinn Ilmari Man... Mark ->with_deferred_fk_checks as RDBMS-specific
2011-10-25 Peter Rabbitson Fixxor pause indexing
2011-10-25 Peter Rabbitson Cleanup compose_namespace(), clarify leaktests wrt...
2011-10-25 Peter Rabbitson Throw a sensible error when a malformed 'as'-spec is...
2011-10-25 Peter Rabbitson Remove the transparrent hook lazy-pager-count experiment
2011-10-25 Peter Rabbitson This atrocity will be removed from sqla, do not use...
2011-10-25 Peter Rabbitson Fix find() pessimization when invoked with bare values
2011-07-27 Alexander Hartmaier Release 0.08195 v0.08195
next