dbsrgits/DBIx-Class.git
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
2010-02-01 Arthur Axel... small refactor to put select/as/+select/+as etc merging...
2010-01-31 Rafael Kitover add POD about computed columns and timestamps for Sybase
2010-01-31 Rafael Kitover empty insert into a Sybase table with computed columns...
2010-01-31 Peter Rabbitson Saner handling of nonexistent/partial conditions
2010-01-31 Peter Rabbitson Stupid errors
2010-01-31 Peter Rabbitson Helper primary_columns wrapper to throw if a PK is...
2010-01-31 Peter Rabbitson This is not really used for anything (same code in...
2010-01-31 Peter Rabbitson better skip message
2010-01-31 Arthur Axel... cleanup (3 arg open, 1 grep instead of 3)
2010-01-29 Peter Rabbitson Fugly 5.8 workaround
2010-01-29 Peter Rabbitson Enhance warning test a bit (seems to fail on 5.8)
2010-01-29 Peter Rabbitson Require non-warning-spewing MooseX::Types
2010-01-28 Peter Rabbitson Informix changes
2010-01-28 Peter Rabbitson Merge 'informix' into 'trunk'
2010-01-28 Peter Rabbitson Fix bogus test DDL
2010-01-28 Peter Rabbitson Consolidate insert_bulk guards (and make them show...
2010-01-27 Arthur Axel... fix silly multipk bug
2010-01-27 Peter Rabbitson DSNs can not be empty
2010-01-27 Peter Rabbitson Merge some cleanups from the prefetch branch
2010-01-27 Peter Rabbitson Clean up some stuff
2010-01-26 Peter Rabbitson Merge 'trunk' into 'informix'
2010-01-26 Peter Rabbitson Merge 'prefetch_pager' into 'trunk'
2010-01-26 Peter Rabbitson Merge 'multiple_version_upgrade' into 'trunk'
2010-01-26 Peter Rabbitson No need for 2 statements to get the version
2010-01-26 Peter Rabbitson Merge 'trunk' into 'multiple_version_upgrade'
2010-01-26 Rafael Kitover prefer JSON::DWIW for barekey support
2010-01-26 Peter Rabbitson Fix txn_begin on external non-AC coderef regression
2010-01-26 Peter Rabbitson Test txn_scope_guard regression
2010-01-26 Peter Rabbitson Switch to Test::Exception
2010-01-25 Rafael Kitover this code never runs anyway
2010-01-22 Arthur Axel... fix name of _is_numeric to _is_column_numeric
2010-01-22 Peter Rabbitson Initial informix support
2010-01-22 Peter Rabbitson Merge 'trunk' into 'chaining_fixes'
2010-01-22 Peter Rabbitson Moev failing regression test away from trunk
2010-01-22 Peter Rabbitson Moev failing regression test away from trunk
2010-01-22 Peter Rabbitson Informix test + cleanups
2010-01-22 Peter Rabbitson Chaining POC test
2010-01-22 Peter Rabbitson Merge 'trunk' into 'informix'
2010-01-22 Peter Rabbitson Temporarily disable whitespace checkers
2010-01-22 Peter Rabbitson Final round of detabify
2010-01-22 Peter Rabbitson Merge 'trunk' into 'informix'
2010-01-22 Peter Rabbitson Generalize autoinc/count test
2010-01-22 Arthur Axel... add _is_numeric to ::Row
2010-01-21 Rafael Kitover minor documentation updates
2010-01-21 Jay Hannah Added FAQ: Custom methods in Result classes
2010-01-20 Gordon Irving remove un-needed coerce from schema_class of type Str
2010-01-20 Gordon Irving add private types to coerce
2010-01-20 Rafael Kitover minor fixups
2010-01-20 Roman Ardern... Added myself as a contributor.
2010-01-20 Roman Ardern... Added a FAQ entry titled: How do I override a run time...
2010-01-20 Peter Rabbitson Fix minor RSC bug
2010-01-20 Peter Rabbitson Whoops - need to dsable quoting
2010-01-19 Arthur Axel... Add EOL test
2010-01-19 Peter Rabbitson First round of detabification
2010-01-19 Arthur Axel... fix test to be an author dep
2010-01-19 Peter Rabbitson Fix last pieces of retardation and UNtodo the quick...
2010-01-19 Peter Rabbitson More cleanup
next