dbsrgits/DBIx-Class.git
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
2009-08-29 Rafael Kitover update link to Schema::Loader branch
2009-08-28 Peter Rabbitson Warning to spare mst explanations
2009-08-27 Peter Rabbitson Add a test proving how dumb I am
2009-08-27 Rafael Kitover Merge 'trunk' into 'autocast'
2009-08-27 Peter Rabbitson Changes
2009-08-26 Arthur Axel... Remove dead, sketchtowne link
2009-08-26 Peter Rabbitson Clarify
2009-08-26 Peter Rabbitson Make POD::Coverage happy... again
2009-08-26 Peter Rabbitson Make sure sqlt_type gets called after determining driver
2009-08-26 Peter Rabbitson Stop testing deprecated json::syck
2009-08-25 Peter Rabbitson Merge 'grouped_has_many_join' into 'trunk'
2009-08-25 Peter Rabbitson typo
2009-08-25 Peter Rabbitson Actual autocast code
2009-08-25 Peter Rabbitson Fix two storage tests
2009-08-25 Peter Rabbitson Change a datatype for test purposes
2009-08-25 Peter Rabbitson Switch storage class loading to ensure_class_loaded
2009-08-25 Peter Rabbitson One more test
2009-08-25 Peter Rabbitson Move storage tests to their own dir
2009-08-24 Peter Rabbitson Seems like abraxxa's bug is fixed
2009-08-24 Rafael Kitover remove duplicate oracle method and fix an mssql method...
2009-08-24 Rafael Kitover use debugobj->callback instead of local *_query_start...
2009-08-24 Rafael Kitover add test for IDENTITY_INSERT
2009-08-24 Rafael Kitover make insert only use a txn if needed, add connect_call_...
2009-08-24 Rafael Kitover bump CAG dep
2009-08-24 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-23 Peter Rabbitson Rename the common sybase driver
2009-08-23 Peter Rabbitson Generalize and hide placeholder support check
2009-08-23 Peter Rabbitson Minaor speedup
2009-08-21 Peter Rabbitson Because prefetch uses the cache system, it is not possi...
2009-08-20 Arthur Axel... add some basic guards to get rid of warnings
2009-08-20 Stephen Bennett Minor fix to the previous doc patch
2009-08-20 Peter Rabbitson Merge 'trunk' into 'grouped_has_many_join'
2009-08-20 Alexander Hartmaier new branch grouped_has_many_join
2009-08-20 Alexander Hartmaier pod patch for 'Tracing SQL' examples
2009-08-20 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-20 Peter Rabbitson Apply pod patch by arthas (slightly modified)
2009-08-20 Peter Rabbitson Fix a weird-ass sqlt invocation in deployment_statements()
2009-08-19 Rob Kinyon Applied doc patch by spb
2009-08-18 Peter Rabbitson Fix Changes
2009-08-18 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-18 Peter Rabbitson Merge 'pre_0.08109_please_do_not_merge' into 'trunk'
2009-08-18 Peter Rabbitson Release 0.08109 v0.08109
2009-08-18 Peter Rabbitson Disambiguate POD
2009-08-18 Peter Rabbitson Merge 'pg_unqualified_schema' into 'trunk'
2009-08-18 Peter Rabbitson Un-plan test and fix authorship
2009-08-18 Rafael Kitover minor change
2009-08-18 Rafael Kitover always reconnect in odbc:mssql:connect_call_use_dynamic...
2009-08-17 Robert Buels added more tests for multi-schema support in 72pg.t
2009-08-17 Robert Buels added POD section about schema support to DBIx::Class...
2009-08-17 Peter Rabbitson examples should be correct
2009-08-17 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-08-17 Peter Rabbitson Changes
2009-08-17 Peter Rabbitson Cookbook entry for -as and syntax tests
2009-08-17 Peter Rabbitson Allow select AS specification for functions only via...
2009-08-16 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-13 Peter Rabbitson Last bit
2009-08-13 Peter Rabbitson Adjust the storage DESTROY and the tests to accomodate...
2009-08-13 Peter Rabbitson Add a db/txn_do retry debugger (interesting results)
next