Minor POD grammar: it's -> its where appropriate
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
2009-07-17 Dan Dascalescu Minor POD grammar: it's -> its where appropriate
2009-07-16 John Napiorkowski increased Moose version requirements due to changes...
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-14 Rob Kinyon Merge 'trunk' into 'new_replication_transaction_fixup'
2009-07-14 Peter Rabbitson grouped prefetch fix
2009-07-10 John Napiorkowski a few more Moose Type related fixes and added diag...
2009-07-10 John Napiorkowski pod cleanup, fixed broken pod links, and new Introducti...
2009-07-09 John Napiorkowski some documention updates and changed the way we find...
2009-07-09 John Napiorkowski fixed test resultclass formatting, added a few more...
2009-07-09 John Napiorkowski set correct number of tests, changed the debuggin outpu...
2009-07-09 John Napiorkowski big update to the test suite so that we now check to...
2009-07-09 John Napiorkowski more changes to the way debug output works
2009-07-09 John Napiorkowski changed the way transactions are detected for replicati...
2009-07-04 Peter Rabbitson Fix POD
2009-07-04 Peter Rabbitson Missing newline
2009-07-04 Peter Rabbitson Backout mysql changes for further polishing
2009-07-04 Peter Rabbitson Add set_ansi_mode POD
2009-07-04 Peter Rabbitson Hide devel documentation from the indexer
2009-07-03 Peter Rabbitson Merge 'mssql_top_fixes' into 'trunk'
2009-07-03 Peter Rabbitson Capitalize mysql commands
2009-07-03 Peter Rabbitson Add set_ansi_mode on_connect_call for mysql
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-07-03 Peter Rabbitson Ask for newer DBD::Pg in author mode, suggest the newer...
2009-07-03 Peter Rabbitson Fix some mssql shortcommings when confronted with the...
2009-07-02 Peter Rabbitson Some hack consolidation
2009-07-02 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-07-01 Rafael Kitover move connection tests into _ping()
2009-07-01 Rafael Kitover fix segfault with old DBD::Sybase
2009-07-01 Rafael Kitover use ->do instead of ->prepare_cached in oracle's connec...
2009-07-01 Rafael Kitover use dbh->do for connected instead of prepare_cached
2009-07-01 Rafael Kitover better connection test
2009-07-01 Rafael Kitover new connected() for dbd::sybase users
2009-07-01 Peter Rabbitson Merge 'grouped_prefetch' into 'trunk'
2009-07-01 Peter Rabbitson Fixed deadlock test
2009-06-30 Arthur Axel "fREW... silly misspells and trailing whitespace
2009-06-30 Peter Rabbitson Merge 'trunk' into 'grouped_prefetch'
2009-06-30 Peter Rabbitson Fix borked next invocation
2009-06-30 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-30 Peter Rabbitson Some fixes after review
2009-06-29 Peter Rabbitson Make sure storage classes use c3, just like the rest...
2009-06-29 Peter Rabbitson Some beautification
2009-06-29 Rafael Kitover remove the _store stuff for on_connect_do
2009-06-29 Peter Rabbitson And score! (all works)
2009-06-29 Peter Rabbitson Most of the grouped prefetch solution
2009-06-24 Rafael Kitover IC::DT does support timestamp with timezone
2009-06-23 Rafael Kitover minor doc update
2009-06-22 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-20 Peter Rabbitson Test and merge fixes
2009-06-20 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-20 Peter Rabbitson More tests and a really working count_rs
2009-06-20 Peter Rabbitson Add count_rs, move the code back from DBI - leave only...
2009-06-20 Peter Rabbitson Maybe I've nailed it
2009-06-19 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-19 Peter Rabbitson augment inheritance
2009-06-19 Peter Rabbitson fix eol
2009-06-19 Peter Rabbitson Merge badness
2009-06-19 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-19 Peter Rabbitson Fix dubious optimization
2009-06-19 Peter Rabbitson Fix the fix
2009-06-18 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-18 Peter Rabbitson More comments
2009-06-18 Peter Rabbitson This seems to be the prefetch+limit fix - ugly as hell...
2009-06-18 Peter Rabbitson Cleanup attribute handling - I deal with resolved attri...
2009-06-17 Peter Rabbitson Half way working stuff, needs a LOT of tweaking still
2009-06-15 Peter Rabbitson make all resolved attrs visible to sqla
2009-06-15 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-14 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-14 Rafael Kitover rename connect_do store
2009-06-14 Peter Rabbitson Forgotten piece of as_query refactor
2009-06-13 Rafael Kitover fix master debug output for ::Replicated
2009-06-13 Peter Rabbitson really local()ize for as the author intended
2009-06-13 Peter Rabbitson Do not use raw sources in {from} - proxy via source...
2009-06-13 Peter Rabbitson local()ize sqla for in the right place
2009-06-13 Peter Rabbitson Test resultset serialization as well
2009-06-13 Rafael Kitover allow undef for _setup_connect_do
2009-06-13 Rafael Kitover make the on_(dis)?connect_do accessors returnn the...
2009-06-13 Rafael Kitover fixup _setup_connect_do, other minor cleanups
2009-06-13 Rafael Kitover finished up on_connect_call stuff
2009-06-12 Arthur Axel "fREW... silly warns.
2009-06-12 Arthur Axel "fREW... Insert Identity works!
2009-06-12 Arthur Axel "fREW... Now I just need to check if the actual values are set...
2009-06-12 Rafael Kitover Merge 'trunk' into 'on_connect_call'
2009-06-11 Rafael Kitover connect_call_set_datetime_format for Oracle, I have...
2009-06-11 Peter Rabbitson Factor out as_query properly
2009-06-11 Arthur Axel "fREW... updated _resolve_column_source to _resolve_column_info...
2009-06-11 Rafael Kitover on_connect_call implementation and set_datetime_format...
2009-06-11 Arthur Axel "fREW... Use new _resolve_column_sources method and begin insert...
2009-06-11 Arthur Axel "fREW... general function to go from column names and ident...
2009-06-11 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-11 Arthur Axel "fREW... still busted :-(
2009-06-11 Peter Rabbitson Merge 'type_aware_update' into 'trunk'
2009-06-11 Peter Rabbitson Use equality, not comparison
2009-06-11 Peter Rabbitson IC::DT changes:
2009-06-10 Arthur Axel "fREW... beginning of DWIM for IDENTITY_INSERT
2009-06-10 Peter Rabbitson Whoops
2009-06-10 Arthur Axel "fREW... don't use eval!
2009-06-10 Peter Rabbitson Datatype aware update works
2009-06-10 Peter Rabbitson What was I thinking - resultsource does not have an...
2009-06-09 Peter Rabbitson Think before commit
2009-06-09 Peter Rabbitson Move as_query out of the cursor
next