dbsrgits/DBIx-Class.git
2010-02-13 Peter Rabbitson Merge 'trunk' into 'dbicadmin_refactor'
2010-02-13 Peter Rabbitson Switch Admin/dbicadmin to Opt::Deps
2010-02-13 Justin Hunter fix typo per nuba on irc
2010-02-13 Peter Rabbitson Add author/license to pod
2010-02-13 Peter Rabbitson Switch tests to Optional::Deps
2010-02-13 Peter Rabbitson POD section
2010-02-13 Peter Rabbitson We use Try::Tiny in a single spot, not grounds for...
2010-02-13 Peter Rabbitson Some cleaup, make use of Text::CSV
2010-02-13 Peter Rabbitson dbicadmin dependencies
2010-02-13 Peter Rabbitson Ask for newer M::I
2010-02-13 Peter Rabbitson Autogen comment for Dependencies.pod
2010-02-13 Peter Rabbitson Merge 'trunk' into 'dbicadmin_refactor'
2010-02-13 Peter Rabbitson Merge 'dephandling' into 'trunk'
2010-02-13 Peter Rabbitson Changes
2010-02-13 Peter Rabbitson Scary warning
2010-02-13 Peter Rabbitson Privatize the full list method
2010-02-13 Peter Rabbitson Auto-POD for Optional Deps
2010-02-12 Dan Thomas Add is_ordered to DBIC::ResultSet
2010-02-12 Peter Rabbitson Move replicated to Opt::Deps
2010-02-12 Peter Rabbitson Merge 'trunk' into 'dephandling'
2010-02-12 Peter Rabbitson Move sqlt dephandling to Optional::Deps
2010-02-12 Peter Rabbitson Support methods to verify group dependencies
2010-02-12 Peter Rabbitson Move optional deps out of the Makefile
2010-02-12 Peter Rabbitson Fix moose dep
2010-02-11 Peter Rabbitson Changes
2010-02-11 Peter Rabbitson Merge 'chaining_fixes' into 'trunk'
2010-02-11 Rafael Kitover test nanosecond precision for SQLAnywhere
2010-02-11 Peter Rabbitson Merge 'chaining_fixes' into 'trunk'
2010-02-11 Peter Rabbitson Changes and small ommission
2010-02-11 Peter Rabbitson Merge 'trunk' into 'chaining_fixes'
2010-02-11 Arthur Axel... fix for search/select_chains
2010-02-11 Arthur Axel... fix another ordering issue
2010-02-11 Arthur Axel... this is why you run tests before you commit them.
2010-02-11 Arthur Axel... fix a test due to ordering issues
2010-02-11 Arthur Axel... make t/76s and t/88 pass by deleting from the correct...
2010-02-11 Arthur Axel... fix incorrect test
2010-02-11 Rafael Kitover savepoints for SQLAnywhere
2010-02-11 Arthur Axel... Changes (from a while ago)
2010-02-11 Rafael Kitover Merge 'handle_all_storage_methods_in_replicated' into...
2010-02-11 Arthur Axel... fix t/76, break rsc tests
2010-02-11 Arthur Axel... fix bad test
2010-02-11 Peter Rabbitson Podtesting exclusion
2010-02-11 Peter Rabbitson MOAR testing
2010-02-11 Rafael Kitover add unimplemented Storage::DBI methods to ::DBI::Replicated
2010-02-10 Rafael Kitover Merge 'trunk' into 'handle_all_storage_methods_in_repli...
2010-02-10 Rafael Kitover add a couple proxy methods to Replicated so it can run
2010-02-10 Rafael Kitover revert Moose bug workaround, bump Moose dep for Replica...
2010-02-10 Rafael Kitover workaround for Moose bug affecting Replicated storage
2010-02-10 Peter Rabbitson Consolidate last_insert_id handling with a fallback...
2010-02-08 Peter Rabbitson cheaper lookup
2010-02-08 Peter Rabbitson Bump trunk version
2010-02-08 Peter Rabbitson Release 0.08118 v0.08118
2010-02-08 Peter Rabbitson Merge fix of RT54039 from prefetch branch
2010-02-08 Peter Rabbitson Merge some obsolete code cleanup from the prefetch...
2010-02-08 Peter Rabbitson Fix some fallout
2010-02-08 Peter Rabbitson Cleanup rel accessor type handling
2010-02-08 Peter Rabbitson Extend utf8columns test to trap fixed bug
2010-02-08 Arthur Axel... fix bug in UTF8Columns
2010-02-08 Arthur Axel... another example of as_subselect_rs
2010-02-07 Arthur Axel... fix longstanding unmentioned bug ("me")
2010-02-07 Arthur Axel... add as_subselect_rs
2010-02-05 Gerda Shank add doc on 'where' attribute
2010-02-05 Peter Rabbitson SQLA now fixed
2010-02-05 Peter Rabbitson Should not be needed
2010-02-05 Peter Rabbitson Merge 'trunk' into 'chaining_fixes'
2010-02-05 Peter Rabbitson Try to distinguish trunk from official versions
2010-02-05 Peter Rabbitson Release 0.08117 v0.08117
2010-02-05 Peter Rabbitson No idea how I missed all these fails...
2010-02-05 Peter Rabbitson Release 0.08116 v0.08116
2010-02-05 Peter Rabbitson Fix typo and borked test
2010-02-05 Peter Rabbitson RSC subquery can not include the prefetch
2010-02-05 Peter Rabbitson Looks like RSC is finally (halfway) fixed
2010-02-05 Peter Rabbitson Refactor some evil code
2010-02-04 Arthur Axel... fix incorrect test in t/76select.t and posit an incorre...
2010-02-04 Peter Rabbitson Prepare for new SQLA release
2010-02-04 Peter Rabbitson Fix bug reported by tommyt
2010-02-03 Rafael Kitover minor code cleanup for SQL Anywhere last_insert_id
2010-02-03 Rafael Kitover test DT inflation for Sybase SQL Anywhere over ODBC too
2010-02-03 Peter Rabbitson Quote fail
2010-02-03 Peter Rabbitson Changes
2010-02-03 Arthur Axel... some basic readability factorings (aka, fewer nested...
2010-02-03 Arthur Axel... change deletion/overriding to fix t/76
2010-02-03 Rafael Kitover support for Sybase SQL Anywhere through ODBC
2010-02-02 Peter Rabbitson Merge 'ic_dt_post_inflate' into 'trunk'
2010-02-02 Rafael Kitover Merge 'sybase_computed_columns' into 'trunk'
2010-02-02 Rafael Kitover Merge 'sybase_asa' into 'trunk'
2010-02-02 Rafael Kitover minor POD update
2010-02-02 Rafael Kitover DT inflation now works
2010-02-02 Bryan Beeley - Simplify by allowing moving column_info depreciated...
2010-02-02 Rafael Kitover rename ::Sybase::ASA to ::SQLAnywhere, per mst
2010-02-02 Arthur Axel... delete +stuff if stuff exists
2010-02-02 Rafael Kitover fix stupid identity bug, test empty insert (works)...
2010-02-02 Rafael Kitover test blobs, they work, didn't have to do anything
2010-02-02 Rafael Kitover deref table name if needed, check all columns for ident...
2010-02-02 Rafael Kitover ASA last_insert_id and limit support, still needs BLOB...
2010-02-02 Arthur Axel... revert actual changes from yesterday as per ribasushis...
2010-02-01 Bryan Beeley - Add _post_inflate_datetime and _pre_deflate_datetime...
2010-02-01 Rafael Kitover add RT link for Oracle blob bug in DBD::Oracle == 1.23
2010-02-01 Rafael Kitover throw exception on attempt to insert a blob with DBD...
2010-02-01 Rafael Kitover update POD about Schema::Loader for Sybase
next