dbsrgits/DBIx-Class.git
2010-02-13 Rafael Kitover fix fail in t/72pg.t related to new autoinc retrieval...
2010-02-12 Rafael Kitover special bind_param_array move to make DBD::InterBase...
2010-02-11 Rafael Kitover support the DATE data type for Firebird
2010-02-10 Rafael Kitover fix savepoints for Firebird ODBC
2010-02-10 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-10 Rafael Kitover turn on ib_softcommit, savepoint tests now pass for...
2010-02-10 Rafael Kitover default to sql dialect 3 unless overridden
2010-02-10 Peter Rabbitson Consolidate last_insert_id handling with a fallback...
2010-02-08 Peter Rabbitson cheaper lookup
2010-02-08 Moritz Lenz use quoting in firebird tests
2010-02-08 Rafael Kitover test update
2010-02-08 Moritz Lenz test ->update({...}) for firebird
2010-02-08 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-08 Rafael Kitover better DT inflation for Firebird and _ping
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-06 Rafael Kitover Firebird: add POD, fix BLOB tests
2010-02-06 Rafael Kitover move Firebird ODBC override for RETURNING to a SQLAHack...
2010-02-05 Gerda Shank add doc on 'where' attribute
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 Rafael Kitover support autoinc PKs without is_auto_increment set
2010-02-05 Rafael Kitover check for both NULL and null, rename _fb_auto_incs...
2010-02-05 Rafael Kitover rename a couple of variables
2010-02-05 Rafael Kitover fix up my Row code for non-pk autoincs, add pretty...
2010-02-05 Peter Rabbitson Refactor some evil code
2010-02-04 Rafael Kitover override quoting columns for RETURNING in Firebird...
2010-02-04 Rafael Kitover limit and better autoinc for Firebird
2010-02-04 Rafael Kitover Firebird: fix test cleanup, add ODBC wrapper
2010-02-04 Rafael Kitover test file for firebird, not passing yet
2010-02-04 Peter Rabbitson Prepare for new SQLA release
2010-02-04 Moritz Lenz [Storage::DBI::InterBase] remove more cruft
2010-02-04 Moritz Lenz [Storage::DBI::InterBase] remove cruft copied from...
2010-02-04 Moritz Lenz primitive, non-working and very specific Storage::DBI...
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 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 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-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-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 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 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-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 Moev failing regression test away from trunk
2010-01-22 Peter Rabbitson Informix test + cleanups
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'
next