blob update now works
[dbsrgits/DBIx-Class-Historic.git] / lib /
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-11 Peter Rabbitson Add attribute doc
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 Rafael Kitover cache rsrc properly in NoBindVars, return undef if...
2009-06-10 Peter Rabbitson Release 0.08104
2009-06-10 Rafael Kitover handle unknown rsrc in NoBindVars and Sybase::NoBindVars
2009-06-10 Rafael Kitover cache rsrc in NoBindVars correctly
2009-06-10 Rafael Kitover Sybase count by first pk, if available
2009-06-10 Rafael Kitover cache rsrc in NoBindVars, use name_sep
2009-06-10 Rafael Kitover Sybase::NoBindVars now correctly quotes
2009-06-10 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-06-10 Peter Rabbitson What was I thinking - resultsource does not have an...
2009-06-10 Peter Rabbitson Duh, this was a pretty simple bug
2009-06-10 Rafael Kitover Merge 'trunk' into 'sybase'
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-09 Arthur Axel "fREW... Added AmbiguousGlob.pm for silly servers like mssql...
2009-06-09 Ash Berlin Make IC::DT extra warning state the column name too
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 Fix find_or_new/create to stop returning random rows...
2009-06-07 Peter Rabbitson Add mysql empty insert SQL override
2009-06-07 Peter Rabbitson Make empty/default inserts use standard SQL
2009-06-07 Peter Rabbitson Fix for mysql subquery problem
2009-06-06 Peter Rabbitson Port another forgotten MC fix
2009-06-06 Peter Rabbitson TODOified reentrancy counter - this shall be used to...
2009-06-06 Rafael Kitover temporary sybase noquote hack
2009-06-06 Rafael Kitover Merge 'trunk' into 'sybase'
2009-06-06 Rafael Kitover tweaks to sybase types
2009-06-05 Peter Rabbitson Factor out the grouped count subquery SELECTor so speci...
2009-06-05 Rafael Kitover update sybase types which shouldn't be quoted
2009-06-05 Peter Rabbitson This was dumb - of course I want a copy
2009-06-05 Rafael Kitover shit doesn't work yet
2009-06-05 Rafael Kitover Merge 'sybase_noquote' into 'sybase'
2009-06-05 Rafael Kitover Merge 'trunk' into 'sybase_noquote'
2009-06-04 Rafael Kitover Merge 'trunk' into 'sybase'
2009-06-04 Rafael Kitover set date format on _rebless correctly
2009-06-04 Peter Rabbitson It seems that this localisation can lead to problems
2009-06-04 Peter Rabbitson having without group_by is useless - thus do not supply...
2009-06-04 Rafael Kitover minor sybase count fix
2009-06-04 Rafael Kitover back to counting rows for Sybase LIMIT counts
2009-06-04 Rafael Kitover use TOP for sybase limit count thanks to refactored...
2009-06-04 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-06-04 Peter Rabbitson Really delegate counting to the storage class - now...
2009-06-04 Rafael Kitover sybase limit count without offset now works
2009-06-04 Rafael Kitover Merge 'trunk' into 'sybase'
2009-06-04 Peter Rabbitson Delegate actual counting to the storage class
2009-06-04 Rafael Kitover update Sybase docs
2009-06-04 Rafael Kitover fix base for mssql (can't be a sybase anymore)
2009-06-03 Rafael Kitover fix Sybase DT stuff and storage bases
2009-06-03 Rafael Kitover Merge 'trunk' into 'sybase'
2009-06-03 Rafael Kitover add missing files to sybase branch
2009-06-03 Rafael Kitover resolve conflict
2009-06-01 Peter Rabbitson Merge 'order_by_refactor' into 'trunk'
2009-06-01 Peter Rabbitson deploy-related pod fixes
2009-05-30 Peter Rabbitson populate() fix and Changes
2009-05-30 Peter Rabbitson Evil hack to make Carp::Clan work throughout SQLA as...
2009-05-30 Peter Rabbitson Greatly simplify _order_by override to fallback on...
2009-05-30 Peter Rabbitson Add better error reporting on bulk_insert (ash++)
2009-05-30 Peter Rabbitson Patch + test for more informative exceptions on load_na...
2009-05-28 Peter Rabbitson Fix multiprefetch warning - we can now count properly
2009-05-26 Peter Rabbitson Release 0.08103
2009-05-26 Peter Rabbitson Attempt to reproduce reported mysql error (failed)...
2009-05-26 Peter Rabbitson fix comments
2009-05-26 Peter Rabbitson Minor fixes of the return value of rs->update/delete
2009-05-26 Peter Rabbitson Merge 'top_limit_altfix' into 'trunk'
2009-05-26 Ash Berlin Fix 'timestamp with time zone' columns for IC::DT inflation
2009-05-25 Peter Rabbitson This method does not exist anymore
2009-05-25 Tom Hukins Small documentation improvement: link to a documented...
2009-05-25 Peter Rabbitson Too much logic for no benefit - always populate _virtua...
2009-05-25 Peter Rabbitson Actually don't need this anymore
2009-05-25 Peter Rabbitson Merge 'top_limit_tweaks' into 'top_limit_altfix'
2009-05-25 Peter Rabbitson The Top limit emulation bundled with SQLA::Limit assume...
2009-05-25 Peter Rabbitson Move the DB2 Limit syntax setting into the storage...
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-24 Peter Rabbitson Switch around inheritance of MSSQL drivers, remove...
2009-05-24 Peter Rabbitson eol adjustments
2009-05-24 Peter Rabbitson Deprecate ::DBI::Sybase::MSSQL
2009-05-24 Peter Rabbitson SUPER is so last century
2009-05-24 Peter Rabbitson Make sure we do not clobber search attributes when...
2009-05-24 Peter Rabbitson MSSQL through ODBC does not like unfinished statements...
2009-05-23 Rafael Kitover try not to fuck mssql with the sybase crap
2009-05-23 Peter Rabbitson Extend distinct deprecation tests and clarify warnings
2009-05-23 Peter Rabbitson Make sure MultiColumnIn quotes column names while mungi...
2009-05-23 Rafael Kitover minor clean up
2009-05-23 Peter Rabbitson Extra test and count fixes for prefetch + distinct
next