fix fail in t/72pg.t related to new autoinc retrieval code in ::Row
[dbsrgits/DBIx-Class.git] / lib /
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 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 "fREW... fix bug in UTF8Columns
2010-02-08 Arthur Axel "fREW... another example of as_subselect_rs
2010-02-07 Arthur Axel "fREW... fix longstanding unmentioned bug ("me")
2010-02-07 Arthur Axel "fREW... 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 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 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 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 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 Arthur Axel "fREW... cleanup (3 arg open, 1 grep instead of 3)
2010-01-29 Peter Rabbitson Fugly 5.8 workaround
2010-01-29 Peter Rabbitson Require non-warning-spewing MooseX::Types
2010-01-28 Peter Rabbitson Merge 'informix' into 'trunk'
2010-01-28 Peter Rabbitson Consolidate insert_bulk guards (and make them show...
2010-01-27 Arthur Axel "fREW... fix silly multipk bug
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 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-22 Arthur Axel "fREW... fix name of _is_numeric to _is_column_numeric
2010-01-22 Peter Rabbitson Initial informix support
2010-01-22 Arthur Axel "fREW... add _is_numeric to ::Row
2010-01-21 Jay Hannah Added FAQ: Custom methods in Result classes
2010-01-20 Roman Ardern-Corris Added myself as a contributor.
2010-01-20 Roman Ardern-Corris 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 Peter Rabbitson Merge 'trunk' into 'multiple_version_upgrade'
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-19 Peter Rabbitson Merge 'no_duplicate_indexes_for_pk_cols' into 'trunk'
2010-01-19 Peter Rabbitson Minor style change and white space trim
2010-01-19 Alexander Hartmaier fixed Authors section
2010-01-18 Alexander Hartmaier test and pod fixes
2010-01-18 Alexander Hartmaier better pod thanks to ribasushi
2010-01-18 Alexander Hartmaier added pod section for parser args
2010-01-18 Peter Rabbitson Adjust my email
2010-01-17 Peter Rabbitson Merge 'trunk' into 'prefetch_pager'
2010-01-17 Peter Rabbitson Changes
2010-01-17 Peter Rabbitson This is made out of awesome
2010-01-17 Peter Rabbitson Turned out to be much trickier
2010-01-17 Peter Rabbitson That was tricky :)
2010-01-17 Peter Rabbitson Getting warmer
2010-01-17 Peter Rabbitson More mangling
2010-01-17 Peter Rabbitson No method aliasing in OO code, *ever*
2010-01-15 Alexander Hartmaier don't sort the key columns because the order of columns...
2010-01-15 Alexander Hartmaier don't sort the primary columns because order matters...
next