dbsrgits/DBIx-Class.git
2010-06-11 Peter Rabbitson DBICTest $dbh guards emulating win32 OS (no open file...
2010-06-10 Peter Rabbitson Merge branch 'master' of git.shadowcat.co.uk:DBIx-Class
2010-06-10 Peter Rabbitson skip_author_deps should not require M::I::AT
2010-06-08 Terrence Brannon fix typo and whitespace in Cookbook
2010-06-07 Arthur Axel... RT58184: Depends on File::Path 2.06_05 (or so)
2010-06-05 Arthur Axel... Typos
2010-06-03 Arthur Axel... Dev version for repo users
2010-06-03 Arthur Axel... Release 0.08122 v0.08122
2010-06-03 Arthur Axel... Add Haarg to contributors for his amazing, subversive...
2010-06-03 Arthur Axel... fix pushable remote
2010-06-03 Arthur Axel... Update CONTRIBUTING to point to our actual repo
2010-06-03 Rob Kinyon Added CONTRIBUTING file
2010-06-03 Peter Rabbitson Be gentler to checkout users
2010-06-03 Peter Rabbitson enter xt/ (RT#56698)
2010-06-03 Peter Rabbitson Those are dunnnn
2010-06-03 Peter Rabbitson Fix POD to show mibbit link in html-doc only
2010-06-03 Peter Rabbitson Test schema redump
2010-06-03 Peter Rabbitson More changelogging
2010-06-03 Peter Rabbitson Better exception before actually fixing this error...
2010-06-03 Peter Rabbitson Improve error message on UD operation failures due...
2010-06-03 Peter Rabbitson Convert all no_plan tests to done_testing
2010-06-02 Arthur Axel... update repository information from svn to git
2010-06-02 Peter Rabbitson clarify choice of value
2010-06-02 Peter Rabbitson Codify result_class accessor/attribute behavior
2010-06-02 Peter Rabbitson Auto-fill rdbms version for sqlt
2010-06-02 Peter Rabbitson More changelogging
2010-06-02 Peter Rabbitson Make sure ddl_dir is created even if a dir-object is...
2010-06-02 Peter Rabbitson Relax developer policy, allowing to skip optional depen...
2010-06-02 Peter Rabbitson Really fix uninit warning
2010-06-02 Peter Rabbitson Do not use 2**32 directly - causes %u differences betwe...
2010-06-02 Peter Rabbitson Do not run test without sqlt
2010-06-02 Peter Rabbitson lib expects a list, not an arrayref
2010-06-02 Rafael Kitover update Changes
2010-06-02 Rafael Kitover use SET ROWCOUNT for Sybase ASE limits without an offset
2010-06-02 Arthur Axel... perl modules shouldnt munge @INC; thats the job of...
2010-06-01 Peter Rabbitson Preserve @_ aliasing semantics on coderefs within try...
2010-06-01 Rafael Kitover pass sqlite and pg version properly on ->deploy for...
2010-06-01 Rafael Kitover fix hang in SQLAHacks
2010-06-01 Peter Rabbitson Rewrite test (no functional changes)
2010-06-01 Rafael Kitover Merge 'namespace-clean' into 'trunk'
2010-06-01 Rafael Kitover remove useless use of n::c
2010-06-01 Rafael Kitover pass postgres_version in producer_args when deploying...
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-06-01 Peter Rabbitson Merge 'oracle_hierarchical_queries_rt39121' into 'trunk'
2010-06-01 Peter Rabbitson Add A.Keusch to conrib list
2010-06-01 Peter Rabbitson Try::Tiny is a part of the clan
2010-06-01 Rafael Kitover fix uninitialized warning
2010-06-01 Peter Rabbitson Move order outside of the GenSubQ subquery, to appease...
2010-06-01 Peter Rabbitson Versioned compat code connects too early
2010-06-01 Robert Bohne Fixed typo in Changes file. Adding myself to the CONTRI...
2010-06-01 Arthur Axel... do not lazily set up include dirs and do not localize
2010-06-01 Peter Rabbitson Minor touches/changes
2010-06-01 Peter Rabbitson Do not pollute sqlmaker while scanning raw sql
2010-05-31 Peter Rabbitson Switch away from explicit count-attr lists - just delet...
2010-05-31 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-31 Peter Rabbitson Merge 'rs_UD_cleanup' into 'trunk'
2010-05-31 Peter Rabbitson test replication test fail
2010-05-31 Peter Rabbitson Test cleanup
2010-05-31 Peter Rabbitson Fix update/delete on prefetching resultsets
2010-05-31 Peter Rabbitson Merge 'trunk' into 'rs_UD_cleanup'
2010-05-31 Peter Rabbitson Merge 'dbicadmin-non-versioned' into 'trunk'
2010-05-31 Peter Rabbitson Changes
2010-05-31 Peter Rabbitson Merge 'trunk' into 'dbicadmin-non-versioned'
2010-05-31 Peter Rabbitson Fix Schema::Versioned borkage
2010-05-31 Peter Rabbitson typos
2010-05-31 Peter Rabbitson Fix RT57467, simplify test
2010-05-31 Peter Rabbitson Fix RT#57732
2010-05-31 Peter Rabbitson Cleanup debug output
2010-05-31 Peter Rabbitson Remove leftovers
2010-05-31 Peter Rabbitson Some comments
2010-05-31 Peter Rabbitson Merge 'trunk' into 'dbicadmin-non-versioned'
2010-05-31 Peter Rabbitson Simplify includedir testing
2010-05-31 Arthur Axel... add namespace::clean as regular dep
2010-05-31 Peter Rabbitson Skip failing tests on old DBD
2010-05-31 Peter Rabbitson Fix Top-limit problem of missed bindvars
2010-05-31 Arthur Axel... use namespace::clean w/ Try::Tiny
2010-05-31 Peter Rabbitson Skip tests segfaulting with ancient DBD::Sybase versions
2010-05-30 Peter Rabbitson Fix tests to survive the new SQLA bindtype checks
2010-05-30 Peter Rabbitson Fix MC double-object creation (important for e.g. IC...
2010-05-30 Peter Rabbitson New format of changelog (easier to read)
2010-05-30 Peter Rabbitson Rewrite GenericSubQ from SQLA::L to be actually useful
2010-05-30 Peter Rabbitson Merge 'trunk' into 'rs_UD_cleanup'
2010-05-27 Jesse Sheidlower Light doc tweaks
2010-05-27 Robert Bohne Fixed group_by bind position problem, reported and...
2010-05-26 Peter Rabbitson Really fix logic
2010-05-26 Peter Rabbitson Can not return from within a try block
2010-05-26 Peter Rabbitson Simplify oracle retrial logic
2010-05-25 Rafael Kitover Merge 'try-tiny' into 'trunk'
2010-05-25 Rafael Kitover fix hang in SQLAnywhere DateTime tests
2010-05-25 Rafael Kitover fix odbc/mssql dynamic cursors
2010-05-25 Rafael Kitover fix Oracle
2010-05-25 Peter Rabbitson Missed use
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson Merge 'trunk' into 'try-tiny'
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-25 Peter Rabbitson Rewrite test as to not propagate several ways to do...
2010-05-25 Peter Rabbitson Fix undef warning
2010-05-20 Matt S Trout fix find() since that was also broken in r8754
2010-05-20 Matt S Trout forgot to commit fixes
2010-05-20 Matt S Trout fix result_class setter behaviour to not stuff attrs...
next