Sanify unqualified column bindtype handling
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
2009-08-03 Peter Rabbitson Sanify unqualified column bindtype handling
2009-07-14 Peter Rabbitson grouped prefetch fix
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
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-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 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-22 Rafael Kitover Merge 'trunk' into 'on_connect_call'
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 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 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 Rafael Kitover Merge 'trunk' into 'on_connect_call'
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... 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 Use equality, not comparison
2009-06-10 Peter Rabbitson Whoops
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
2009-06-09 Peter Rabbitson Merge 'rsrc_in_storage' into 'trunk'
2009-06-09 Peter Rabbitson Factor out the $ident resolver
2009-06-08 Peter Rabbitson Commit failing test and thoughts on search arg deflation
2009-06-08 Peter Rabbitson First stab at adding resultsources to each join in...
2009-06-08 Peter Rabbitson Simply order_by/_virtual_order_by handling
2009-06-07 Peter Rabbitson Add mysql empty insert SQL override
2009-06-07 Peter Rabbitson Fix for mysql subquery problem
2009-06-05 Peter Rabbitson Factor out the grouped count subquery SELECTor so speci...
2009-06-04 Peter Rabbitson Really delegate counting to the storage class - now...
2009-06-04 Peter Rabbitson Delegate actual counting to the storage class
2009-06-01 Peter Rabbitson deploy-related pod fixes
2009-05-30 Peter Rabbitson Add better error reporting on bulk_insert (ash++)
2009-05-26 Peter Rabbitson fix comments
2009-05-26 Peter Rabbitson Minor fixes of the return value of rs->update/delete
2009-05-25 Peter Rabbitson The Top limit emulation bundled with SQLA::Limit assume...
2009-05-25 Peter Rabbitson Factor out the order_by sqlahacks resolver
2009-05-24 Rafael Kitover fix double connect for ODBC/MSSQL
2009-05-23 Peter Rabbitson Refactor rs_update_delete (too many methods for no...
2009-05-22 Rafael Kitover add some support for trying to determine storage driver...
2009-05-20 Peter Rabbitson on_connect_do now accepts a single string like it does...
2009-05-20 Peter Rabbitson Add explicit grouping for rs update/delete operations...
2009-05-15 Peter Rabbitson A workable fix for the resultset multicol update/delete...
2009-05-12 Peter Rabbitson Switch warn to carp and die to throw_exception where...
2009-05-11 Justin Hunter oops
2009-05-11 Justin Hunter make sure we get just a string
2009-05-11 Justin Hunter Merge 'trunk' into 'count_distinct'
2009-05-11 Justin Hunter use carp instead of warn
2009-05-11 Justin Hunter warn/die based on { select => { distinct => { } } }
2009-05-11 Ron "Quinn" Straight Moved DBIC::SQL::Abstract inner classes to DBIx::Class...
2009-05-08 Peter Rabbitson Throw away some debugging code
2009-05-07 Peter Rabbitson Merge 'trunk' into 'count_distinct'
2009-05-07 Peter Rabbitson Temporary fix or the IN ( ( ... ) ) problem until we...
2009-05-06 Peter Rabbitson Rename internal function to clarify what it does
2009-04-24 Peter Rabbitson Merge 'trunk' into 'count_distinct'
2009-04-24 Moritz Onken patch for DBI.pm so store_column is called only once...
2009-03-19 Rob Kinyon Moved some SQL parsing of ORDER BY from _select_args...
2009-03-14 Justin Hunter * change count with group_by (distinct) to use a subquery
2009-03-13 Justin Hunter rewrite _bind_to_sql to not replace ? with the bindvars...
2009-03-13 Justin Hunter changes to handling of from
2009-03-13 Justin Hunter created count_distinct branch
2009-03-11 Wallace Reis removed configure_sqlt method
2009-03-11 Peter Rabbitson Replace the fallback _dbh_last_insert_id with an explic...
2009-02-27 Peter Rabbitson Merge 'sybase' into 'trunk'
next