a few more Moose Type related fixes and added diag to the replication test to report...
[dbsrgits/DBIx-Class.git] / lib /
2009-07-10 John Napiorkowski a few more Moose Type related fixes and added diag...
2009-07-10 John Napiorkowski pod cleanup, fixed broken pod links, and new Introducti...
2009-07-09 John Napiorkowski some documention updates and changed the way we find...
2009-07-09 John Napiorkowski fixed test resultclass formatting, added a few more...
2009-07-09 John Napiorkowski set correct number of tests, changed the debuggin outpu...
2009-07-09 John Napiorkowski big update to the test suite so that we now check to...
2009-07-09 John Napiorkowski more changes to the way debug output works
2009-07-09 John Napiorkowski changed the way transactions are detected for replicati...
2009-07-09 Peter Rabbitson Merge '0.08108_prerelease_please_do_not_pull_into_it...
2009-07-05 Peter Rabbitson Where 08108 will come from v0.08108
2009-07-05 Peter Rabbitson Put Pod::Inherit stuff back after proper copy
2009-07-05 Peter Rabbitson Temporarily backout Pod::Inherit changes
2009-07-05 Jess Robinson Added Pod::Inherit use to Makefile.PL at author-time...
2009-07-04 Peter Rabbitson Fix POD
2009-07-04 Peter Rabbitson Missing newline
2009-07-04 Peter Rabbitson Backout mysql changes for further polishing
2009-07-04 Peter Rabbitson Add set_ansi_mode POD
2009-07-04 Peter Rabbitson Hide devel documentation from the indexer
2009-07-03 Peter Rabbitson Merge 'mssql_top_fixes' into 'trunk'
2009-07-03 Peter Rabbitson Duh
2009-07-03 Peter Rabbitson Extra test to demonstrate has_one working, and a POD...
2009-07-03 Peter Rabbitson Capitalize mysql commands
2009-07-03 Peter Rabbitson Add set_ansi_mode on_connect_call for mysql
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-07-03 Peter Rabbitson Ask for newer DBD::Pg in author mode, suggest the newer...
2009-07-03 Peter Rabbitson Fix some mssql shortcommings when confronted with the...
2009-07-02 Peter Rabbitson Some hack consolidation
2009-07-02 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-07-02 Peter Rabbitson Apparent fix - simply delay the in_storage flagging...
2009-07-02 Peter Rabbitson Last part of the join handling puzzle
2009-07-02 Peter Rabbitson Everything works, just need to fix join-path chaining...
2009-07-02 Peter Rabbitson Make the code readable
2009-07-02 Peter Rabbitson Solve more prefetch inflation crap
2009-07-02 Peter Rabbitson Another candidate for somethingawful.com (fix left...
2009-07-02 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-07-01 Rafael Kitover move connection tests into _ping()
2009-07-01 Rafael Kitover fix segfault with old DBD::Sybase
2009-07-01 Rafael Kitover use ->do instead of ->prepare_cached in oracle's connec...
2009-07-01 Rafael Kitover use dbh->do for connected instead of prepare_cached
2009-07-01 Rafael Kitover better connection test
2009-07-01 Rafael Kitover new connected() for dbd::sybase users
2009-07-01 Peter Rabbitson Optimize set_column on uninserted objects
2009-07-01 Peter Rabbitson Merge 'grouped_prefetch' into 'trunk'
2009-07-01 Peter Rabbitson Clarify exception text
2009-07-01 Peter Rabbitson Fixed deadlock test
2009-06-30 Arthur Axel "fREW... silly misspells and trailing whitespace
2009-06-30 Peter Rabbitson Merge 'trunk' into 'grouped_prefetch'
2009-06-30 Peter Rabbitson Merge 'search_related_prefetch' into 'trunk'
2009-06-30 Peter Rabbitson rs->get_column now properly recognizes prefetch and...
2009-06-30 Ash Berlin Update POD on Dynamic sub-classing
2009-06-30 Peter Rabbitson clarify
2009-06-30 Peter Rabbitson Allow broken resultsource-class-derived objects to...
2009-06-30 Peter Rabbitson Fix borked next invocation
2009-06-30 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-30 Peter Rabbitson Some fixes after review
2009-06-29 Peter Rabbitson Make sure storage classes use c3, just like the rest...
2009-06-29 Rafael Kitover Merge 'on_connect_call' into 'trunk'
2009-06-29 Peter Rabbitson Some beautification
2009-06-29 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-29 Rafael Kitover remove the _store stuff for on_connect_do
2009-06-29 Peter Rabbitson Minor Ordered optimization (don't use count)
2009-06-29 Peter Rabbitson And score! (all works)
2009-06-29 Peter Rabbitson Most of the grouped prefetch solution
2009-06-29 Peter Rabbitson Support for -select/-as in SQLAHacks field selection
2009-06-28 Peter Rabbitson Normalize group_by
2009-06-28 Peter Rabbitson Minor omission
2009-06-28 Peter Rabbitson The proposed fix (do not add an extra join if it is...
2009-06-27 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-27 Peter Rabbitson Bump author SQLT dependency for early developer testing
2009-06-27 Peter Rabbitson Adjust sqlt schema parser to add tables in FK dependenc...
2009-06-27 Peter Rabbitson POD patch from RT#46808
2009-06-26 Cory G Watson Fix typo in ResultSet docs
2009-06-26 Tom Hukins Documentation fix:
2009-06-26 Aaron Trevena normalised artist_id, and plural relationships to plura...
2009-06-25 Peter Rabbitson Minor cleanups
2009-06-24 Rafael Kitover IC::DT does support timestamp with timezone
2009-06-24 Nigel Metheringham Rework of set_$rel patch with less obfuscation
2009-06-24 Nigel Metheringham Fixed set_$rel with where restriction deleting rows...
2009-06-24 Peter Rabbitson find_related fix for single-type relationships
2009-06-24 Peter Rabbitson Properly name the relinfo variable
2009-06-24 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-23 Rafael Kitover add missing ' to doc
2009-06-23 Rafael Kitover minor doc update
2009-06-23 Peter Rabbitson Real inheritance ordering for load_namespaces
2009-06-22 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-21 Peter Rabbitson make_column_dirty fix
2009-06-21 Peter Rabbitson Make sure quoting works
2009-06-20 Peter Rabbitson That should be all
2009-06-20 Peter Rabbitson whoops
2009-06-20 Peter Rabbitson Test and merge fixes
2009-06-20 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-20 Peter Rabbitson Merge 'count_rs' into 'trunk'
2009-06-20 Peter Rabbitson More tests and a really working count_rs
2009-06-20 Peter Rabbitson Disambiguate populate() return
2009-06-20 Peter Rabbitson Add count_rs, move the code back from DBI - leave only...
2009-06-20 Peter Rabbitson Maybe I've nailed it
2009-06-19 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-19 Peter Rabbitson augment inheritance
2009-06-19 Peter Rabbitson fix eol
2009-06-19 Peter Rabbitson Merge badness
next