dbsrgits/DBIx-Class.git
2009-04-05 Ash Berlin Fix test in t/91debug.t for less ambigious SQL bracketi... maint/0.0800xx v0.08013
2009-02-13 Peter Rabbitson 08012 shipped v0.08012
2009-02-12 Peter Rabbitson Massive fail updating Makefile.PM requires
2009-02-12 Peter Rabbitson Second -- #forgot to actually unhide documented package
2009-02-12 Peter Rabbitson Make indexer happier
2009-02-12 Peter Rabbitson ribasushi-- #forgot to port changes to 64db.t
2009-02-11 Peter Rabbitson The real 08011 v0.08011
2009-02-11 Peter Rabbitson One more win32 tewak by chorny
2009-02-10 Peter Rabbitson More rh-bug related stuff:
2009-02-10 Peter Rabbitson this is a dumb idea
2009-02-10 Peter Rabbitson Finally make the indexer happy wrt SQL::Translator...
2009-02-09 Ash Berlin Fix Win32 test failures
2009-02-09 Peter Rabbitson Apparently ready to roll as 0.08011
2009-02-07 Peter Rabbitson Up dependency on SQLT (releasing now)
2009-02-07 Ash Berlin Fix versioning test
2009-02-02 Peter Rabbitson Fix db2 test
2009-02-02 Peter Rabbitson Port 89dbicadmin.t from trunk - now runs on MSWin32 too
2009-01-31 Peter Rabbitson Rip out todo as per author (it is gone in trunk)
2009-01-30 Peter Rabbitson And more upped depndencies:
2009-01-29 Peter Rabbitson Stupid testcase
2009-01-29 Peter Rabbitson retire startup rh bug testing and bring in 99rh_perl_pe...
2009-01-29 Peter Rabbitson Up DBD::SQLite dependency, andd add broken sqlite detection
2009-01-29 Peter Rabbitson Now SQLA 1.50 compatible - no changes to tests, no...
2009-01-29 Peter Rabbitson Add the sqla test harness to the stopgap branch
2009-01-29 Peter Rabbitson Switch away the hook test from real tables (breaks...
2009-01-29 Peter Rabbitson Sanify 746mssql.t
2009-01-29 Peter Rabbitson port r5016: Fix an obscure bug in the DBI exception...
2009-01-29 Peter Rabbitson Missing POD
2009-01-29 Peter Rabbitson Older JSON::Any have been seen to cause problems
2008-03-01 Ash Berlin Fix versioning test so it works with SQLT 0.09. v0.08010
2008-02-28 Ash Berlin Todo tests for txn_rollback and scope_guard
2008-02-10 Ash Berlin Add txn_scope_guard method/object
2008-02-05 Øystein Torget Added Øystein Torget to the list of contributers
2008-01-25 Tom Hukins Fix a typo and a couple of links.
2008-01-24 Jess Robinson 0.08009 released
2008-01-24 Jess Robinson Version 0.08009
2008-01-24 Jess Robinson Oops, fix joining manual to be correct
2008-01-22 Marc Mims Added build_datetime_parser method for MSSQL over ODBC.
2008-01-20 Matt S Trout made search_rs smarter about when to preserve the cache...
2008-01-18 Matt S Trout added strict and warnings to HashRefInflator, fixed...
2008-01-16 Michael G Schwern And fix the check in the dbicadmin test to look for...
2008-01-16 Michael G Schwern Declare dep on JSON::Any rather than JSON.
2008-01-11 Nigel Metheringham Copied documentation for id ...
2008-01-07 Tom Hukins Fix class name typo
2008-01-03 Yuval Kogman changelog
2008-01-03 Yuval Kogman make the dbicadmin test portable to JSON modules that...
2008-01-03 Yuval Kogman dbicadmin printed even when quiet
2008-01-03 Yuval Kogman pod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server
2008-01-03 Yuval Kogman introduce set_inflated_columns
2008-01-03 Yuval Kogman test plan
2008-01-03 Yuval Kogman failing test for inflate not being triggerred with...
2008-01-02 Marc Mims Added Storage::DBI subclass for MSSQL auto PK over...
2008-01-02 Chris Prather move dbicadmin to JSON::Any
2007-12-20 Ash Berlin Add proper thaw hooks so schema gets re-attached
2007-12-11 Wallace Reis minor doc fix
2007-11-24 Ash Berlin Sort tables for consistent output
2007-11-22 Ash Berlin Fix mistakes
2007-11-21 Wallace Reis minor fixes for ResultSet docs
2007-11-19 Ash Berlin Fix END block
2007-11-16 Ash Berlin Version bump
2007-11-15 Tom Hukins Remove an unneeded requirement.
2007-11-15 Ash Berlin Fix t/82cascade_copy.t
2007-11-15 Ash Berlin Adding missing file
2007-11-15 Ash Berlin Fix is_foreign_key_constraint - thanks Jon Schutz
2007-11-12 Jess Robinson Added cookbook recipe for using dual, thanks Richard
2007-11-06 Matt S Trout make belongs_to accept an [] join cond
2007-11-03 Jess Robinson Improve inflatecolumn docs
2007-10-29 Luke Saunders spelt Zby's name properly
2007-10-29 Luke Saunders fixed _merge_attr bug
2007-10-29 Tom Hukins Improve Documentation.
2007-10-27 Ash Berlin Reorder Changes file. (New changes go at bottom of...
2007-10-26 Luke Saunders the checks in reverse_relationship_info are less ambiguous
2007-10-25 Norbert Csongradi Merge 'replication' into 'trunk'
2007-10-22 Luke Saunders fixed problem with duplicate related objects for Row...
2007-10-21 Jess Robinson Documentation clarifications
2007-10-20 Ash Berlin Added startup checks to warn loudly if we appear to...
2007-10-20 Norbert Csongradi Added set_schema and fixed previously bad calls ($self...
2007-10-17 Nigel Metheringham Added reference to RH perl bug at appropriate points
2007-10-13 Ash Berlin Add docs about sqlt_deploy_hook, and reorganise/reorder...
2007-10-12 Ash Berlin Test sqlt_deploy_hook on the Schema level
2007-10-12 Ash Berlin Remove add_index and replace it with sqlt_deploy_hook
2007-10-12 Ash Berlin s/indices/indexes/ to keep Jess happy.
2007-10-12 Ash Berlin Add an add_index method on ResultSource (and proxy...
2007-10-07 Ash Berlin Timezone support for InflateColumn::DateTime (sergio)
2007-10-05 Marc Mims Fixed warning on uninitialized value.
2007-10-04 Luke Saunders fixed search_related from object with unset FK behaviour
2007-10-04 Marc Mims - Doc patch for using an SQL function on the left side...
2007-10-03 Ash Berlin Many-to-many relationships now warn if the utility...
2007-10-02 Luke Saunders added comment explaining change
2007-10-02 Luke Saunders fixed find_or_new_related bug
2007-09-29 Jess Robinson Fix "redefined" errors resulting from loading a Schema...
2007-09-29 Wallace Reis select for patch from justin
2007-09-28 Jess Robinson Tests from captainL, find_or_new_related fails on belon...
2007-09-27 Brian Cassidy ResultSetColumn::func() now returns all results if...
2007-09-25 Ash Berlin Throw if "foreign." and "self." are wrong way round...
2007-09-11 Jess Robinson Much doch shuffling and more argument explanations...
2007-09-08 Marc Mims discard_changes is also "refresh from storage"
2007-09-07 Tom Hukins Small POD fix
2007-09-06 Jess Robinson Add more about accessors to doc
2007-09-06 Jess Robinson Doc patch from wreis
next