Minor cleanup and test enhancement
[dbsrgits/DBIx-Class.git] / lib /
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 Peter Rabbitson Reduce the number of heavy dbh_do calls
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-28 Peter Rabbitson Warning to spare mst explanations
2009-08-27 Rafael Kitover Merge 'trunk' into 'autocast'
2009-08-26 Arthur Axel "fREW... Remove dead, sketchtowne link
2009-08-26 Peter Rabbitson Make sure sqlt_type gets called after determining driver
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 Switch storage class loading to ensure_class_loaded
2009-08-24 Peter Rabbitson Seems like abraxxa's bug is fixed
2009-08-20 Arthur Axel "fREW... add some basic guards to get rid of warnings
2009-08-20 Stephen Bennett Minor fix to the previous doc patch
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 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 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 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 Cookbook entry for -as and syntax tests
2009-08-17 Peter Rabbitson Allow select AS specification for functions only via...
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)
2009-08-13 Peter Rabbitson Caelum was right to make _get_dbh private - reverting...
2009-08-12 Peter Rabbitson Remove needless inflate in Ordered
2009-08-11 Peter Rabbitson Fix an obscure regression when inserting an object...
2009-08-11 Peter Rabbitson Sanify group_by handling in complex prefetch rewrites
2009-08-11 Peter Rabbitson Extra intro pod
2009-08-10 Robert Buels added me (rbuels) to contributors
2009-08-10 Michael Reddick Added exception when resultset called without an argument
2009-08-10 Robert Buels added caching of pg search path in Pg storage object
2009-08-10 Rafael Kitover make _determine_driver more reentrant
2009-08-09 Peter Rabbitson Whoops, missed a line
2009-08-09 Peter Rabbitson Merge 'trunk' into 'multicreate_fixes'
2009-08-09 Peter Rabbitson Optimize handling of {_rel_in_storage}, greatly reducin...
2009-08-09 Peter Rabbitson Fix an arcane case with pk==fk tables (use the relation...
2009-08-08 Peter Rabbitson Fix a corner case and improve comments
2009-08-08 Peter Rabbitson Clarify POD and cleanup the ->name-hack warning
2009-08-08 Peter Rabbitson Merge 'trunk' into 'table_name_ref'
2009-08-08 Peter Rabbitson Merge 'reduce_pings' into 'trunk'
2009-08-08 Peter Rabbitson A more straightforward txn_begin fix, some more test...
2009-08-08 Peter Rabbitson Stop using discard_changes() in Ordered (if I knew...
2009-08-07 Peter Rabbitson Fix bogus POD
2009-08-07 Peter Rabbitson Move discard_changes code to Row.pm, better docs
2009-08-06 Robert Buels woops, pg search path fix needed support for quoted...
2009-08-06 Robert Buels fix for pg non-schema-qualified thing, with a nice...
2009-08-06 Rafael Kitover improve the ->name(REF) warning code
2009-08-06 Rafael Kitover add warning for custom resultsources through ->name...
2009-08-06 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-08-05 Rafael Kitover fix up txn_begin and the ping_count test
2009-08-05 John Napiorkowski added the default attrs to solve the failing test recen...
2009-08-05 Peter Rabbitson Dynamically load necessary table classes
2009-08-05 Jess Robinson Minty's conversion of cookbook "arbitrary sql" to use...
2009-08-05 Peter Rabbitson Clarify autocommit default
2009-08-05 Peter Rabbitson Changes and a deploy() fix
2009-08-05 Peter Rabbitson Whoopsie - more renames
2009-08-05 Peter Rabbitson Rename last_dbh and turn it into a public method
2009-08-05 Rafael Kitover update branch after pull
2009-08-05 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-08-05 Rafael Kitover rename connect_call_use_mars to connect_call_use_MARS
2009-08-05 Peter Rabbitson Really sanify _resolve_column_info
2009-08-05 Peter Rabbitson Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-08-05 Peter Rabbitson Tadaaaa (even more prefetch insanity)
2009-08-04 Peter Rabbitson Merge 'trunk' into 'multicreate_fixes'
2009-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch_redux'
2009-08-04 Peter Rabbitson Fix how a distinct-induced group_by is calculated,...
2009-08-03 Peter Rabbitson Simplify code and add some comments
2009-08-03 Peter Rabbitson Merge 'trunk' into 'table_name_ref'
2009-08-03 Peter Rabbitson Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-08-03 Rafael Kitover check that dynamic cursors are functional if enabled
2009-08-03 Peter Rabbitson Sanify unqualified column bindtype handling
2009-08-03 Peter Rabbitson Wrap up set_strict_mode for mysql
2009-08-03 Peter Rabbitson Merge 'trunk' into 'mysql_ansi'
2009-08-02 Jess Robinson Docs: Explainations of result sources and how to find...
2009-08-02 Jess Robinson Mention ResultSet, ResultSource and Row in synopsis
2009-08-01 Rafael Kitover default collist for storage _resolve_column_info
2009-08-01 Rafael Kitover Merge 'trunk' into 'mssql_storage_minor_refactor'
2009-07-31 Rafael Kitover fix a bug in _determine_driver
2009-07-31 Moritz Onken undo that attributes merge stuff
2009-07-31 Moritz Onken POD fix
2009-07-30 Jess Robinson Mangled Rob's example somewhat, still needs explaining...
2009-07-30 Rafael Kitover fix syntax error
2009-07-30 Rafael Kitover add missing file
2009-07-30 Rafael Kitover make sure DBD::Oracle is loaded when using constants...
2009-07-30 Rafael Kitover make ::Oracle::Generic load without DBD::Oracle
2009-07-30 Rafael Kitover better rebless check for insert
2009-07-30 Rafael Kitover make sure the new mssql insert method works on an un...
next