dbsrgits/DBIx-Class.git
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-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
2008-10-09 Peter Rabbitson Add new column with a default to Artist, adjust tests...
2008-10-09 Peter Rabbitson Regenerate (finally\!) t/lib/sqlite.sql
2008-10-08 Peter Rabbitson Minor documentation patch by Flavio Poletti - remove...
2008-10-07 Jess Robinson Add documentation to indicate that calling find, find_o...
2008-10-07 Matt S Trout increase Test::Warn dependency
2008-10-07 Peter Rabbitson Silence SQLite ->disconnect warnings
2008-10-07 Peter Rabbitson Merge 'warnfree' into 'trunk'
2008-10-07 Peter Rabbitson duh
2008-10-07 Peter Rabbitson Schema::Versioned test cleanups:
2008-10-06 Marc Mims Remove superfluous TODO test
2008-10-06 Jess Robinson cosmincx's patch to show relationship attr filtering...
2008-10-06 Marc Mims Use DBI->last_insert_id for ODBC base class.
2008-10-05 Jess Robinson Fix incorrect relationship docs!
2008-10-05 Jess Robinson Rename _merge_attr args to something saner than $a, $b
2008-09-30 Matt S Trout fix new_related on uninserted objects to handle has_man...
2008-09-30 Peter Rabbitson Better docs about single()
2008-09-29 Peter Rabbitson Add cookbook discussion of single() vs first()
2008-09-29 Jess Robinson Doc patch from jhannah
2008-09-28 Peter Rabbitson mst is right: there is no sane way to allow automatic...
2008-09-28 Matt S Trout new_related works again
2008-09-24 Johannes Plunien thanks to ribasushi for _sqlite_dbname and fixing 93sto...
2008-09-24 Johannes Plunien not checking if t/var/DBIxClass.db was created anymore...
2008-09-24 Johannes Plunien doing ->init_schema( sqlite_use_file => 1 ) in 92storag...
2008-09-24 Johannes Plunien default sqlite storage ":memory:", possible to switch...
2008-09-24 Matt S Trout first cut at sanitising multi-create/new_related etc...
2008-09-22 Jess Robinson FAQ patch from Alex, how to make oracle searches case...
2008-09-22 Peter Rabbitson Merge 'trunk' into 'warnfree'
2008-09-22 Peter Rabbitson Make t/93single_accessor_object.t work under DBICTEST_S...
2008-09-22 Peter Rabbitson warning tests at t/81transactions.t
2008-09-21 Peter Rabbitson Add a test for another expected warning
2008-09-21 Peter Rabbitson SQLite is rather peculiar on disconnection as described...
2008-09-21 Peter Rabbitson Fix warning due to File::Copy being sloppy
2008-09-21 Peter Rabbitson Move the taint tests to a non-mainstream schema - hopef...
2008-09-21 Peter Rabbitson Accomodate postgres being really load on CREATE
2008-09-21 Peter Rabbitson Unregister a source before registering it again
2008-09-21 Peter Rabbitson Revert r482[45], by implementing a better version of...
2008-09-19 Matt S Trout delete mention of broken HashRefInflator global
2008-09-19 Matt S Trout removed retarded global; if you want this feature,...
2008-09-16 Matt S Trout fixup get_from_storage and delete to use original ident
2008-09-16 Wallace Reis getting rid of warns about undefined value for accessor
2008-09-15 Florian Ragwitz Add myself to CONTRIBUTORS.
2008-09-13 Matt S Trout use unlike in test to make error report more useful
2008-09-09 Peter Rabbitson Consistent skip messages throughout the test suite...
2008-09-09 Peter Rabbitson Align self-deploying tests with the CD schema changes...
2008-09-03 g Fixed wrong field names: cd.cdid -> cd.id, artist.artis...
2008-08-31 Jess Robinson Added doc patches from g about cascade_delete
2008-08-31 Marc Mims Adedd TODO test demonstrating $rs->delete failure for...
2008-08-28 Peter Rabbitson Forgot to modify Changes - looks good to castaway :D
2008-08-28 Peter Rabbitson doh2
2008-08-28 Matt S Trout doh
2008-08-27 John Goulah adding contact details per lukes request; added docs...
2008-08-27 John Napiorkowski fixed braindead typo in docs telling people to use...
2008-08-26 John Goulah virtual method so user can create upgrade path across...
2008-08-26 Matt S Trout fix related resultsets and multi-create
2008-08-25 Peter Rabbitson Force on_delete/on_update arguments to upper case for...
2008-08-22 Peter Rabbitson - Allow explicit specification of ON DELETE/ON UPDATE...
2008-08-22 Peter Rabbitson Multiple HashRefInflator improvements:
2008-08-21 Peter Rabbitson Align arguments of $schema->deployment_statements(...
2008-08-21 Peter Rabbitson Properly local()ize several $SIG{__WARN__} handlers
2008-08-14 Tom Hukins Add metadata about the license and repository used...
2008-08-12 Marc Mims ODBC fixes: superfluous connection in rebless; undef...
2008-08-12 Jess Robinson Add saner warning when non-source classes encountered...
2008-08-07 Luke Saunders separated upgrade statement execution to new method
2008-08-07 Luke Saunders proxying new storage method
2008-08-07 Luke Saunders reverted back to previous compose_namespace method...
2008-08-07 Luke Saunders further simplified compose_namespace
2008-08-07 Luke Saunders refactored compose_namepspace
2008-08-06 Luke Saunders added with_deferred_fk_checks functionality to storage
2008-08-06 Luke Saunders fixed failing extra_source test
2008-08-01 Luke Saunders fixed clone bug
2008-07-31 Luke Saunders switched to just registering extra source rather than...
2008-07-31 Luke Saunders added register_extra_source
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
2008-07-24 Luke Saunders skipped test which relies on module if module isn't...
2008-07-24 Jess Robinson Added doc patch about race condition in find_or_create...
next