dbsrgits/DBIx-Class.git
2008-11-21 Norbert Buchmuller * Updated svn:ignore.
2008-11-21 Norbert Buchmuller * Added a WHATSNEW.txt file that summarises the change...
2008-11-21 Norbert Buchmuller * Documented order_by => [ { -desc => 'col' } ] syntax.
2008-11-21 Norbert Buchmuller * Test cases for every supported order_by syntax.
2008-11-16 Norbert Buchmuller * Added test cases to test if arrayref bind values...
2008-11-12 Norbert Buchmuller * Bumped SQL::Abstract version dependency.
2008-11-12 Norbert Buchmuller * Made DBIC::SQL::Abstract pass on order_by hashref...
2008-11-12 Matt S Trout Merge 'trunk' into 'sqla_1.50_compat'
2008-11-12 Johannes Plunien fixed 73oracle.t, added charfield
2008-11-10 Peter Rabbitson Clarify attributes argument of find()
2008-11-10 Peter Rabbitson belongs_to relationships are explicitly flagged by...
2008-11-10 Norbert Buchmuller * Removed dead code (sub _RowNumberOver).
2008-11-10 Norbert Buchmuller * Removed a wrong TODO test: "order_by with quoting...
2008-11-10 Norbert Buchmuller * Converted some of the test cases to use SQL::Abstrac...
2008-11-10 Peter Rabbitson Switch out one more reliance on connect_info
2008-11-10 John Napiorkowski changed the way we get the DSN for debugging in replication
2008-11-09 Peter Rabbitson Switch schema management version calls from VERSION...
2008-11-09 Peter Rabbitson Don't rely on connect_info(), instead fetch the dsn...
2008-11-09 Peter Rabbitson Fix detection of multiple rows being returned for singl...
2008-11-09 Peter Rabbitson Some testdb changes and alignment, preparing for test...
2008-11-09 Peter Rabbitson SQLT behaves sanely in scalar context, no need for...
2008-11-09 Peter Rabbitson More TODO items
2008-11-07 Peter Rabbitson One extra multicreate test and some cleanup
2008-11-07 Peter Rabbitson Fix loss of objects on multicreate over several 1:M...
2008-11-07 Peter Rabbitson Final insanification of the multicreate test
2008-11-06 Steffen Schwigon unhide SQL::Translator::Parser::DBIx::Class from pause...
2008-11-06 Steffen Schwigon pod documentation for SQL::Translator::Parser::DBIx...
2008-11-06 Michael G Schwern A little indentation clean up
2008-11-06 Michael G Schwern mk_group_accessor() is sometimes called internally...
2008-11-04 Michael G Schwern [rt.cpan.org 36863]
2008-11-04 Michael G Schwern Normalize indentation
2008-11-04 Michael G Schwern And now really untabify
2008-11-04 Michael G Schwern normalize the indentation and detabify
2008-11-04 Johannes Plunien fixed 73oracle.t
2008-11-02 Peter Rabbitson Test prompted by discussion about tasty stuff
2008-11-02 Peter Rabbitson Better linking in Relatiomship POD
2008-11-02 Peter Rabbitson More svn:ignore
2008-11-02 Peter Rabbitson Clarify Relationship POD
2008-11-02 Peter Rabbitson refactor of t/96multi_create.t:
2008-11-01 Peter Rabbitson Augment commit r5037 - the column_info feature on SQLit...
2008-11-01 Johannes Plunien rolling back my last change, waiting until new sqlt...
2008-11-01 Johannes Plunien fixed next warnings
2008-11-01 Johannes Plunien updated Changes
2008-11-01 Johannes Plunien split sql statements for deploy only if SQLT::Producer...
2008-11-01 Peter Rabbitson TODOify a test broken by design, which exposes a bug...
2008-11-01 Wallace Reis added failing test case for multi create
2008-10-31 Peter Rabbitson Kill the install process at the MakeMaker stage if...
2008-10-31 Peter Rabbitson 68inflate_has_a.t tests the cdbi-compat shim and thus...
2008-10-31 Peter Rabbitson Adjust MANIFEST.SKIP
2008-10-31 Peter Rabbitson Cleanup TODO, delete implemented VERSIONING.SKETCH
2008-10-31 Peter Rabbitson It seems that some CPAN testers have a weird unreleased...
2008-10-30 Peter Rabbitson Dev-Release 0.08099_05
2008-10-30 Peter Rabbitson Final set of DBI docfixes
2008-10-30 Jess Robinson Documentation fixups, still needs standardising though
2008-10-30 Peter Rabbitson Fix some lapses in Storage::DBI pod
2008-10-30 Peter Rabbitson add some things to castaway's rewrite
2008-10-30 Peter Rabbitson Add new TODO items
2008-10-30 Peter Rabbitson Test direct sql passed to ResultSetColumn
2008-10-30 Peter Rabbitson Massive cleanup of Storage::DBI::connect_info, based...
2008-10-29 Jess Robinson Standardising and improving Row's docs. Added cross...
2008-10-29 Peter Rabbitson Minor chaining patch + test by Norbert Buchmuller ...
2008-10-28 Nigel Metheringham Yet more RH perf bug test tweaks
2008-10-28 Nigel Metheringham Reworked RH perf test to be more targetted
2008-10-28 Peter Rabbitson Fix an obscure bug in the DBI exception handler, clobbe...
2008-10-28 Tom Hukins Skip tests if DateTime is not installed.
2008-10-28 Nigel Metheringham Merge 'doc_mods' into 'trunk'
2008-10-28 Nigel Metheringham Merge 'doc_mods' into 'trunk'
2008-10-28 Nigel Metheringham Missing semicolon
2008-10-28 Nigel Metheringham Minor RH perf bug test tweaks including internal docume...
2008-10-27 Nigel Metheringham Minor tweaks to RH perf issue stuff following suggestio...
2008-10-27 Nigel Metheringham Reworked information on RH perl performance issues
2008-10-27 Peter Rabbitson dirty_column detection in set_column() should not depen...
2008-10-26 Johannes Plunien updated last changes of InflateColumn::DateTime
2008-10-26 Peter Rabbitson Improve IC::DT timezone checker POD, add note explainin...
2008-10-26 Johannes Plunien typo in pod
2008-10-26 Johannes Plunien referencing DateTime/Floating_DateTimes
2008-10-26 Johannes Plunien using local on SIG handler
2008-10-26 Johannes Plunien floating timezone warning
2008-10-26 Nigel Metheringham Reworked Manual::Intro to use load_namecpaces
2008-10-26 Nigel Metheringham Updated example to use load_namespace
2008-10-26 Nigel Metheringham Modified example to use load_namespace with default...
2008-10-24 Johannes Plunien rafl refactored last changes
2008-10-24 Johannes Plunien added myself to CONTRIBUTORS
2008-10-24 Johannes Plunien possible to explicitly skip inflation, again rafl++
2008-10-24 Johannes Plunien added new option to enforce Date or DateTime inflation...
2008-10-24 Peter Rabbitson complete a test
2008-10-24 Peter Rabbitson Massive multi-create testing, with two regression fixes:
2008-10-24 Peter Rabbitson More test schema relations for future tests
2008-10-24 Peter Rabbitson Count warnings differently, as SQLT produces some weird...
2008-10-24 Michael G Schwern Annoying DBD::SQLite warning is tripping up Test::NoWar...
2008-10-24 Michael G Schwern Using DBIx::Class as a parent causes Class::Accessor...
2008-10-23 Nigel Metheringham Added warnning to $rs->delete which fires if delete...
2008-10-23 Nigel Metheringham Minor wording fix
2008-10-16 Peter Rabbitson Failing tests for multicreate over m2m (passes with...
2008-10-16 Simon Elliott patch ->delete to die if args
2008-10-12 Peter Rabbitson Fix omission in pg test
2008-10-12 Peter Rabbitson Downgrading multi-prefetch exception to a warning as...
2008-10-12 Peter Rabbitson TODOify the 'upgrade twice within a second' problem...
2008-10-11 Jess Robinson Modernised and rearranged docs massively into a saner...
2008-10-11 Jess Robinson Modernise docs
next