dbsrgits/DBIx-Class.git
2009-08-04 Rafael Kitover update Changes
2009-08-03 Peter Rabbitson Sanify unqualified column bindtype handling
2009-08-03 Peter Rabbitson Merge 'mysql_ansi' into 'trunk'
2009-08-03 Peter Rabbitson Wrap up set_strict_mode for mysql
2009-08-03 Peter Rabbitson Merge 'trunk' into 'mysql_ansi'
2009-08-03 Peter Rabbitson Disable Pod::Inherit makefile calls, until we get to...
2009-08-02 Jess Robinson Docs: Explainations of result sources and how to find...
2009-08-02 Jess Robinson Mention ResultSet, ResultSource and Row in synopsis
2009-07-31 Moritz Onken undo that attributes merge stuff
2009-07-31 Moritz Onken POD fix
2009-07-30 Jess Robinson Mangled Rob's example somewhat, still needs explaining...
2009-07-30 Rafael Kitover make sure DBD::Oracle is loaded when using constants...
2009-07-30 Rafael Kitover make ::Oracle::Generic load without DBD::Oracle
2009-07-30 Rob Kinyon Fixed caveats
2009-07-30 Rob Kinyon Added prefetch caveats
2009-07-30 Rafael Kitover update sqlite test schema
2009-07-28 Rafael Kitover add postgres "timestamp without time zone" support
2009-07-23 Rafael Kitover Merge 'mssql_money_type' into 'trunk'
2009-07-23 Rafael Kitover add money type tests to dbd::sybase+mssql tests
2009-07-23 Rafael Kitover add test for updating money value to NULL
2009-07-23 Rafael Kitover minor change
2009-07-23 Rafael Kitover fix money columns
2009-07-23 Rafael Kitover add test
2009-07-22 Peter Rabbitson Lazy folks do not run the whole test suite before mergi...
2009-07-21 Rafael Kitover show Oracle datetime_setup alter session statements...
2009-07-21 Rafael Kitover update Storage::Replicated prereqs
2009-07-21 Norbert Buchmuller Fixing what my svk client screwed up.
2009-07-20 Norbert Buchmuller Fixed 'typo' (removed a word that I left there by accid...
2009-07-20 Norbert Buchmuller Fixed documentation and added test for the "Arbitrary...
2009-07-20 Norbert Buchmuller (no commit message)
2009-07-20 Tom Hukins Fix POD changes from r7040.
2009-07-17 Dan Dascalescu Minor POD grammar: it's -> its where appropriate
2009-07-16 John Napiorkowski increased Moose version requirements due to changes...
2009-07-16 Peter Rabbitson Merge 'new_replication_transaction_fixup' into 'trunk'
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-15 Rafael Kitover add "smalldatetime" support to IC::DT
2009-07-15 Ian Wells Added SQLA link for more comprehensive documentation...
2009-07-14 Rob Kinyon Merge 'trunk' into 'new_replication_transaction_fixup'
2009-07-14 Peter Rabbitson grouped prefetch fix
2009-07-14 Peter Rabbitson Minor logic cleanup
2009-07-13 Dan Dascalescu Minor POD fixes in Cookbook
2009-07-13 Dan Dascalescu Favored using ->single to get the topmost result over...
2009-07-13 Dan Dascalescu Minor POD fixes in Example.pod
2009-07-13 Dan Dascalescu Fixed run-on sentences in FAQ
2009-07-13 Dan Dascalescu Fixed has_many example in Intro.pod
2009-07-13 Dan Dascalescu PK::Auto has moved into Core since 2007
2009-07-11 Rafael Kitover reword IC::DT doc patch
2009-07-10 Rob Kinyon Applied patch from kados regarding use of a DateTime...
2009-07-10 Rafael Kitover fix PodInherit call in Makefile.PL
2009-07-10 John Napiorkowski a few more Moose Type related fixes and added diag...
2009-07-10 John Napiorkowski updated Changes file to reflect work completed
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 corrected the number of skipped tests
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 Peter Rabbitson Forgotten pod exclusions
2009-07-05 Peter Rabbitson Couple of makefile fixes:
2009-07-05 Jess Robinson Added Pod::Inherit use to Makefile.PL at author-time...
2009-07-04 Peter Rabbitson todos are shorter now
2009-07-04 Peter Rabbitson Fix POD
2009-07-04 Peter Rabbitson Fix POD
2009-07-04 Peter Rabbitson typo
2009-07-04 Peter Rabbitson Missing newline
2009-07-04 Peter Rabbitson Initial set_ansi_mode code - make sure to utilize _do_q...
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 changes
2009-07-03 Peter Rabbitson detabify
2009-07-03 Arthur Axel... fix tests for new codez
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 Double an existing might_have test as has_one
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 Changes
2009-07-02 Peter Rabbitson Merge 'unresolvable_prefetch' into 'trunk'
2009-07-02 Peter Rabbitson Apparent fix - simply delay the in_storage flagging...
2009-07-02 Peter Rabbitson Merge 'trunk' into 'unresolvable_prefetch'
2009-07-02 Peter Rabbitson Last part of the join handling puzzle
2009-07-02 Rafael Kitover add sybase reconnect test
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 cleanup
2009-07-02 Peter Rabbitson These tests are in prefetch/count.t
next