dbsrgits/DBIx-Class.git
2009-09-04 Peter Rabbitson Require sqla with bool support
2009-09-04 Peter Rabbitson Proper unconnected test
2009-09-04 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-09-04 Peter Rabbitson Stop connecting to determine dt-parser (test is in...
2009-09-04 Robert Buels clarified the POD in Pg storage driver regarding multi...
2009-09-04 Robert Buels fixed my tests
2009-09-04 Robert Buels couple of comment/documentation tweaks to pg storage...
2009-09-04 Robert Buels oops, forgot to put the drop for the extended tests...
2009-09-04 Robert Buels rewrote autoinc fetcher as a query into the pg_catalog...
2009-09-04 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels added darcs and git to MANIFEST.SKIP version control...
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more work on pg tests
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels starting work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more pg test cleanup
2009-09-03 Robert Buels more pg test cleanup
2009-09-03 Robert Buels renamed pg test schemas to be more organized
2009-09-03 Robert Buels added __END__ before pod in Pg storage
2009-09-03 Peter Rabbitson Merge 'cookbook_fixes' into 'trunk'
2009-09-03 Peter Rabbitson Minor cleanups
2009-09-03 Matt S Trout get the COPYRIGHT in the right pless to not confuse...
2009-09-03 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-09-03 Peter Rabbitson Consolidate _verify_pid calls
2009-09-03 Peter Rabbitson Add podcoverage skip
2009-09-03 Peter Rabbitson Make sure mysql is fixed
2009-09-03 Peter Rabbitson Storable is now in Core
2009-09-03 Peter Rabbitson Storable sanification
2009-09-03 Peter Rabbitson POD lists the storable hooks, but does no load them
2009-09-02 Robert Buels oops, missed something screwed up by the pull
2009-09-02 Robert Buels more cleanup of pg tests, added cascade to drop functio...
2009-09-02 Robert Buels POD patch, corrected erroneous usage of dbh_do in Stora...
2009-09-02 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-09-02 Robert Buels more cleanup of 72pg.t
2009-09-02 Robert Buels some reorganization and cleanup of pg-specific tests
2009-09-02 Peter Rabbitson Make pg sequence autodetect deterministic (or throw...
2009-09-02 Peter Rabbitson Mysql v3 support (ick)
2009-09-02 Peter Rabbitson No fancy methods for the default_jointype, as we don...
2009-09-02 Peter Rabbitson Invoke default_join_type only on undefined types
2009-09-02 Peter Rabbitson First part of mysql insanity
2009-09-02 Peter Rabbitson Some cleanup... don't remember where it came from
2009-09-02 Peter Rabbitson Centralize handling of minimum sqlt version to DBIx...
2009-09-02 Peter Rabbitson Streamline pg test-schemas cleanup
2009-09-01 Norbert Buchmuller Further improvement in the bind value column names...
2009-09-01 Norbert Buchmuller Fixed the bind value column names in the SQL literal...
2009-09-01 Norbert Buchmuller Fixed wrong literal SQL + bind examples (missing operat...
2009-09-01 Norbert Buchmuller Added many-to-many add_to_*() example to stress that...
2009-09-01 Norbert Buchmuller Rewrote 'SQL functions on the lhs' to use the new SQLA...
2009-09-01 Norbert Buchmuller Replaced deprecated \'colname DESC' order_by syntax...
2009-09-01 Norbert Buchmuller Added pointer to DBIx::Class::DynamicSubclass.
2009-09-01 Norbert Buchmuller Added a comment to the example code to stress that...
2009-09-01 Norbert Buchmuller Rewrote 'SQL functions on the lhs' to use the new SQLA...
2009-09-01 Norbert Buchmuller Mentions the possibiliby of creating indexes on SQL...
2009-09-01 Norbert Buchmuller Added pointer to 'SQL functions on the lhs' to the...
2009-09-01 Norbert Buchmuller Changed the sample SQL in the Cookbook 'Complex WHERE...
2009-09-01 Arthur Axel... pod describing strife with MSSQL
2009-09-01 Matt S Trout split copyright and license
2009-09-01 Matt S Trout clearer copyright
2009-09-01 Peter Rabbitson Comment
2009-09-01 Peter Rabbitson Fix insert_bulk with rebless
2009-09-01 Peter Rabbitson Rewrap todo properly
2009-09-01 Robert Buels tweak to Pg test, warnings_like -> warnings_exist
2009-09-01 Robert Buels in Pg storage, added a warning for case when the nextva...
2009-09-01 Robert Buels reworked tests for pg last_insert_id in presence of...
2009-09-01 Robert Buels Merge 'trunk' into 'pg_unqualified_schema'
2009-09-01 Peter Rabbitson Fix misleading FAQ entry
2009-09-01 Peter Rabbitson Quote deps, avoid floating problems
2009-08-31 Justin Hunter remove . from end of =head links
2009-08-31 Rafael Kitover fix case where repelicant coderef dsn does not connect
2009-08-31 Rafael Kitover make replicant dsn detection a bit nicer
2009-08-31 Rafael Kitover support coderef connect_infos for repicated storage
2009-08-30 Peter Rabbitson Rename insert_txn to unsafe_insert
2009-08-30 Rafael Kitover added txn_scope_guards for blob operations
2009-08-30 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-30 Peter Rabbitson Sanify 03podcoverage.t, allow wildcard skipping
2009-08-30 Peter Rabbitson Change should_quote_value to interpolate_unquoted to...
2009-08-30 Peter Rabbitson Put the ocmment back
2009-08-30 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-30 Peter Rabbitson Merge 'connect_info_hash' into 'trunk'
2009-08-30 Peter Rabbitson Changes
2009-08-30 Peter Rabbitson Minor cleanup and test enhancement
2009-08-30 Rafael Kitover add dbh_maker option to connect_info hash
2009-08-29 Rafael Kitover test correlated subquery
2009-08-29 Rafael Kitover remove extra connection
2009-08-29 Rafael Kitover fix inserts with active cursors
2009-08-29 Rafael Kitover minor changes for tests to pass again
2009-08-29 Peter Rabbitson Varname was absolutely correct
2009-08-29 Peter Rabbitson Cleanup:
2009-08-29 Rafael Kitover switch to ::DBI::AutoCast
2009-08-29 Peter Rabbitson Reduce the number of heavy dbh_do calls
2009-08-29 Peter Rabbitson Make podcoverage happy
2009-08-29 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-29 Rafael Kitover Merge 'autocast' into 'trunk'
2009-08-29 Rafael Kitover rename _map_data_type to _native_data_type
2009-08-29 Peter Rabbitson Make sure arrays work
2009-08-29 Rafael Kitover rename method and add docs
next