dbsrgits/DBIx-Class.git
2011-01-20 Daniel Ruoso checks if the complex conditions are overriden in set_f...
2011-01-20 Peter Rabbitson Switch code/documentation/examples/tests to the new...
2011-01-20 Jess Robinson Relationship documentation on extended (custom) relatio...
2011-01-20 Daniel Ruoso kills test that wrongfully expects sqla to die with...
2011-01-20 Daniel Ruoso cascades default to 0 when using extended rels
2011-01-20 Daniel Ruoso makes search_related on extended rels without the optim...
2011-01-20 Daniel Ruoso Most of the code reviewed... Missing ResultSet->populat...
2011-01-20 Peter Rabbitson A spec of what needs to happen to get complete custom...
2011-01-20 Daniel Ruoso First attempt to make extended_rels work.
2011-01-20 Peter Rabbitson Reshape initial tests
2011-01-20 Moritz Onken failing test
2011-01-20 Moritz Onken Subject to this branch
2011-01-19 Alexander Hartmaier Release 0.08127 v0.08127
2011-01-19 Rafael Kitover Examples/instructions for connecting to MSSQL over...
2011-01-19 Rafael Kitover Change indentation after 384b8bce2 (whitespace changes...
2011-01-19 Rafael Kitover Improvements for MSSQL+ODBC multiple active resultset...
2011-01-19 Rafael Kitover Move mssql/sybase guid tests to their own table (do...
2011-01-19 Peter Rabbitson Rewrap Changes before 0.08127
2011-01-19 Alexander Hartmaier Fix deploy and relationship traversal on partial schemas
2011-01-19 Peter Rabbitson DBIC now warns on explicit false AutoCommit, and when...
2011-01-19 Peter Rabbitson Cleanup some of the storage tests (no func. changes)
2011-01-19 Peter Rabbitson Start calling result_source_instance automatically...
2011-01-19 Peter Rabbitson Fix incorrect error detection during populate() on...
2011-01-19 Peter Rabbitson Fix stupid stupid ommission RT#64839
2011-01-19 Peter Rabbitson Add back populate stress-test (inadvertently broken...
2011-01-19 Peter Rabbitson Skip test on smokers with broken Moose
2011-01-19 Peter Rabbitson ENV manging warning on older perls
2011-01-19 Maik Hentsche Cleaner error message for using source() without requir...
2011-01-14 Alexander Hartmaier Release 0.08126_01
2011-01-14 Peter Rabbitson New namespace::clean to resolve the Package::Stash...
2011-01-14 Peter Rabbitson Reduce to a warning the commit-without-apparent-begin...
2011-01-14 Peter Rabbitson Reduce to a warning the find-with-NULL-key exception...
2011-01-13 Peter Rabbitson Fix for => 'shared' on MySQL (RT#64590)
2011-01-13 Peter Rabbitson Fix RT#64500
2011-01-13 Peter Rabbitson Remove some accumulated cruft
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-13 Peter Rabbitson Introduce M.A.D. within the schema/source instance...
2011-01-13 Peter Rabbitson 5.8.1 threads are wonky - tests no longer pass with...
2011-01-13 Peter Rabbitson Fasterize
2011-01-13 ostmann Fix losing order of columns provided in select/as
2011-01-12 Brian Phillips Multiple optimizations of $rs->populate
2011-01-12 Brian Phillips Fix populate with an emply ([]) has_many
2011-01-11 Rafael Kitover remove warning about trying to delete open file in...
2011-01-05 Peter Rabbitson Fix default selection resolution - make frew happy :)
2011-01-05 Peter Rabbitson Make sure unaliased selectors and prefetch coexist...
2011-01-05 Peter Rabbitson Fix bind transport for group_by (this code is so fuckin...
2010-12-28 Justin Hunter Release 0.08126 v0.08126
2010-12-28 Peter Rabbitson Stop running on smokers with a screwed up Package:...
2010-12-28 Peter Rabbitson Fix a deadlock-prone test
2010-12-28 Peter Rabbitson Stop t/storage/error from failing on memory-leaking...
2010-12-28 Peter Rabbitson Fix Class::Accessor::Grouped and Hash::Merge dependencies
2010-12-28 Peter Rabbitson Add missed credit for 8592e2d1
2010-12-27 Arthur Axel... Release 0.08125 v0.08125
2010-12-27 Peter Rabbitson Extra test for Replicated debug (forgotten in 8592e2d1)
2010-12-27 Peter Rabbitson Latest blead (5.13.8) allows us to see $@ again
2010-12-27 Peter Rabbitson Fix missed mention of renamed module
2010-12-27 Peter Rabbitson Another revamp of the selector resolution - now support...
2010-12-27 Peter Rabbitson Deprecate DBIx::Class::Serialize::Storable (all functio...
2010-12-27 Peter Rabbitson Fail early on literal-ordered complex prefetch without...
2010-12-27 Peter Rabbitson Only add a group_by to a complex prefetch if a non...
2010-12-27 Peter Rabbitson Fix check for blessedness and minor cleanup in many_to_...
2010-12-27 Peter Rabbitson Clean up from/select bind value handling (RT#61025)
2010-12-27 Peter Rabbitson Reduce warnings introduced in 450e6dbf to one per callsite
2010-12-27 Rafael Kitover Improve fallback-to-master/return-to-slave reporting...
2010-12-23 Peter Rabbitson Deprecate -nest with strong prejudice
2010-12-23 Peter Rabbitson Fix no-quoting assumptions in 'having' docs (RT#64129)
2010-12-23 Alexander Hartmaier added RDBMS optional dependency groups for use by DBIC...
2010-12-23 Squeeks Removing perl -w usage in example code.
2010-12-23 Gordon Irving Add missing attributes to Admin.pm (referenced in dbica...
2010-12-23 Peter Rabbitson Switch the shortener (used only by oracle) reqs to...
2010-12-23 Peter Rabbitson Stop mangling sql on the way out of the limit dialects
2010-12-23 Peter Rabbitson More oracle sequence detection woes RT#63493
2010-12-23 Rafael Kitover Fix missed t/inflate/datetime_sqlanywhere.t migration...
2010-12-22 Rafael Kitover Remove small_datetime from the main schema - it is...
2010-12-17 Fabien Wernli force NLS_{LANG,COMP,SORT} for improved predictability
2010-12-15 Rafael Kitover merge and improve _is_lob_type from Sybase::ASE into...
2010-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
2010-12-15 Rafael Kitover rewrite Schema::Loader section in Manual::Intro
2010-12-03 Rafael Kitover rename sybase_asa tests and env vars to sqlanywhere
2010-12-02 Peter Rabbitson Support for -value op in search (for pg arrays and...
2010-12-02 Peter Rabbitson Order core dependencies, bump CAG to the rewritten...
2010-12-02 Peter Rabbitson Limit the void context search exceptions to non-dbic...
2010-12-02 Peter Rabbitson Missing podcoverage skips
2010-12-02 Peter Rabbitson Make the has-ident check in Row->update even lazier
2010-12-02 Peter Rabbitson Indulge in some microoptimization
2010-12-02 Fabien Wernli Get Storage::Oracle to behave when quoting is enabled
2010-12-01 Peter Rabbitson Quieter Sybase tests
2010-12-01 Peter Rabbitson Separate the oracle core and hq tests
2010-12-01 Peter Rabbitson Rename method, normalize rv to [$sql, @bind]
2010-12-01 Peter Rabbitson Keep belongs_to related object / fk values in sync
2010-12-01 Peter Rabbitson Fix count on rs with a having clause with an aliased...
2010-12-01 Al Newkirk explain how to use HashRefInflator with search
2010-12-01 Peter Rabbitson Fix the DBI-destroy-warning silencer
2010-11-27 Peter Rabbitson Microoptimization of the IC::DT registration code
2010-11-27 Arthur Axel... refactor DBIx::Class::Storage::Statistics::debugfh...
2010-11-24 Rafael Kitover Quote table name when inserting DEFAULT VALUES
2010-11-23 Rafael Kitover Fix multiple storage regressions from 52416317
2010-11-23 Moritz Lenz fix left-over from use_namespaces
2010-11-23 Rafael Kitover added website to community resources in main POD
2010-11-18 Peter Rabbitson Always run the META.yml check
next