dbsrgits/DBIx-Class.git
2008-02-28 Ash Berlin Todo tests for txn_rollback and scope_guard
2008-02-28 Luke Saunders removed startup comment if no action required
2008-02-28 Luke Saunders lowercased column names of versions table
2008-02-28 Luke Saunders cleaned up get_db_version
2008-02-28 Luke Saunders hack bugfix for sqlt_type weirdness
2008-02-28 Luke Saunders changed versioning table from SchemaVersions to dbix_cl...
2008-02-27 Luke Saunders fixed behaviour or is_foreign_key_constraint and unique...
2008-02-27 Luke Saunders increased sqlt rev dep
2008-02-26 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
2008-02-24 Michael G Schwern Remove the now redudant ObjIndexStubs.
2008-02-24 Michael G Schwern Add NoObjectIndex which turns the live object index...
2008-02-24 Michael G Schwern Fix the DESTROY/discard_changes() infinite recursion...
2008-02-24 Michael G Schwern Fix the pod coverage failure.
2008-02-24 Michael G Schwern Greatly speed up result_source_instance() and all the...
2008-02-24 Michael G Schwern The infinite loop with sub DESTROY { $_[0]->discard_cha...
2008-02-24 Michael G Schwern Ensure that has_many() loads the foreign class.
2008-02-21 Michael G Schwern Add in a warning if a column is declared as TEMP but...
2008-02-21 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-02-14 Michael G Schwern Implement cascade => "None"
2008-02-14 Michael G Schwern cascade delete test from Class-DBI 3.0.17
2008-02-14 Michael G Schwern Put the stringification back, older versions of DateTim...
2008-02-14 Luke Saunders fixed versioned loading split bug
2008-02-14 Michael G Schwern Expand the CDBICompat docs to show of it's features...
2008-02-14 Michael G Schwern Emulate $CDBI::Weaken_Not_Available and CDBI::Plugin...
2008-02-13 Ash Berlin Fix typo
2008-02-13 Michael G Schwern Forgot to set up the relationship between Actor and...
2008-02-13 Michael G Schwern Fix create() in the same way as update() so it throws...
2008-02-13 Michael G Schwern Fix the test to skip if MyFoo won't load.
2008-02-13 Michael G Schwern Test that DateTime objects can safely be updated twice...
2008-02-13 Michael G Schwern Quiet a warning
2008-02-13 Michael G Schwern Fix update() so it throws out inflated values, too
2008-02-13 Michael G Schwern POD mistake.
2008-02-13 Michael G Schwern Document the relationship declaration limitation.
2008-02-13 Michael G Schwern Remove the big, out of date list of CDBICompat components
2008-02-13 Michael G Schwern Emulate that CDBI throws out all changed columns and...
2008-02-13 Michael G Schwern Emulate that Class::DBI inflates immediately
2008-02-13 Michael G Schwern Hash access no works despite lack of existing accessor...
2008-02-13 Michael G Schwern Localize the warning tests.
2008-02-13 Michael G Schwern When emulating $obj->{column} do not call any custom...
2008-02-13 Michael G Schwern Fix the POD coverage test.
2008-02-12 Michael G Schwern Merge HasA, HasMany and MightHave into one file, Relati...
2008-02-12 Michael G Schwern Remove stray $DB::single
2008-02-12 Michael G Schwern Not going to do DeepAbstractSearch after all.
2008-02-12 Michael G Schwern Test "like" in search_where()
2008-02-12 Michael G Schwern Original tests from Class::DBI::Plugin::DeepAbstractSearch
2008-02-10 Ash Berlin Add txn_scope_guard method/object
2008-02-09 Øystein Torget Merge 'trunk' into 'versioned_enhancements'
2008-02-09 Luke Saunders sanified layout of Versioned.pm and documented changes
2008-02-05 Øystein Torget Initial import of storage class for MS Acccess
2008-02-05 Øystein Torget Added Øystein Torget to the list of contributers
2008-02-01 Jess Robinson Sanitise filename of sqlite backup file
2008-02-01 Ash Berlin Fallback to SQL->SQL to diff for old producers
2008-01-30 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
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-17 Michael G Schwern Make the hash-key warning dependent on DBIC_CDBICOMPAT_...
2008-01-17 Michael G Schwern Make freeze/thaw and dclone work as functions on CDBICo...
2008-01-16 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
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-16 Michael G Schwern freeze/thaw/dclone as functions can't be made to reliab...
2008-01-16 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-01-16 Michael G Schwern mst pointed out that my $val = $obj->{col}; $obj-...
2008-01-16 Michael G Schwern Allow CDBI objects to be accessed like hashes as people...
2008-01-11 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
2008-01-11 Nigel Metheringham Copied documentation for id ...
2008-01-07 Marc Mims Restore InflateColumn::File functionality.
2008-01-07 Tom Hukins Fix class name typo
2008-01-03 Jess Robinson Apply patch from billisdog to ensure we rebless to...
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-25 Luke Saunders upgrade will only produce a diff between the DB and...
2007-11-24 Ash Berlin Change diffing code to use $sqlt_schema. Sort tables...
2007-11-24 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
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-07 Johannes Plunien fixed sequence auto nextval tests
2007-11-07 Johannes Plunien added code to fetch sequence nextval
next