dbsrgits/DBIx-Class.git
2009-09-28 Rafael Kitover Merge 'trunk' into 'sybase_support'
2009-09-25 Rafael Kitover failing test for simple transaction with mssql via...
2009-09-25 Rafael Kitover test on_connect_do with a coderef connect_info too
2009-09-24 Rafael Kitover add test for multiple active statements in mssql over...
2009-09-22 Peter Rabbitson The hack is no longer necessary with a recent sqla
2009-09-22 Peter Rabbitson this would break in the future - sanitize sql fed to...
2009-09-21 Peter Rabbitson A test for an obscure join syntax - make sure we don...
2009-09-21 Peter Rabbitson Release 0.08112 v0.08112
2009-09-21 Peter Rabbitson Undocument the from attribute (the description was...
2009-09-21 Peter Rabbitson Changes
2009-09-21 Peter Rabbitson Oops
2009-09-20 Peter Rabbitson Merge 'sybase_insert_bulk' into 'sybase_support'
2009-09-20 Peter Rabbitson Part one of the sybase work by Caelum (mostly reviewed)
2009-09-20 Peter Rabbitson Merge 'trunk' into 'sybase_support'
2009-09-20 Peter Rabbitson Missed a part of the revert
2009-09-20 Peter Rabbitson Backout sybase changes
2009-09-18 Peter Rabbitson Clear up some legacy cruft and straighten inheritance
2009-09-18 Peter Rabbitson This code belogs in Storage::DBI
2009-09-18 Peter Rabbitson Changes
2009-09-18 Peter Rabbitson Nothing says the grouping column can not be nullable
2009-09-18 Peter Rabbitson Merge 'trunk' into 'sybase_insert_bulk'
2009-09-18 Peter Rabbitson Factor out dumper copy/paste
2009-09-18 Peter Rabbitson Changes and dev notes in makefile
2009-09-18 Peter Rabbitson Minor cleanup of RSC with has_many joins
2009-09-18 Peter Rabbitson duh
2009-09-18 Peter Rabbitson Cleanup exception handling
2009-09-18 Peter Rabbitson All of caelum's work so far (not reviewed)
2009-09-18 Peter Rabbitson Merge 'sybase' into 'trunk'
2009-09-18 Peter Rabbitson Rollback all bulk insert code before merge
2009-09-18 Peter Rabbitson Merge 'sybase_bulk_insert' into 'sybase'
2009-09-18 Rafael Kitover support for blobs in insert_bulk fallback
2009-09-18 Rafael Kitover Merge 'sybase' into 'sybase_bulk_insert'
2009-09-18 Rafael Kitover fix freetds
2009-09-18 Rafael Kitover column no longer necessary in test
2009-09-18 Rafael Kitover fix yesterday's stuff, identity_update works, blob...
2009-09-17 Peter Rabbitson Fix left-join chaining
2009-09-17 Rafael Kitover I'll rewrite this bit tomorrow to be less retarded
2009-09-16 Peter Rabbitson Merge 'sybase' into 'sybase_bulk_insert'
2009-09-16 Peter Rabbitson Remove branched changes
2009-09-16 Peter Rabbitson Caelum's work so far
2009-09-16 Rafael Kitover Merge 'trunk' into 'sybase'
2009-09-16 Rafael Kitover use execute_array for insert_bulk, test insert_bulk...
2009-09-15 Robert Buels another doc clarification regarding auto-inc columns...
2009-09-15 Robert Buels doc patch, clarified warning about using find_or_create...
2009-09-15 Peter Rabbitson Warn when distinct is used with group_by
2009-09-14 Peter Rabbitson Someone claimed this is a problem...
2009-09-14 Rafael Kitover remove @args from DBI::sth, use full arg list
2009-09-14 Rafael Kitover minor change (fix inverted boolean for warning)
2009-09-14 Rafael Kitover add another test for sybase bulk stuff (passes)
2009-09-14 Rafael Kitover sybase bulk API support stuff (no blobs yet, coming...
2009-09-13 Rafael Kitover allow subclassing of methods proxied to _writer_storage
2009-09-13 Rafael Kitover make sure _init doesn't loop, steal insert_bulk from...
2009-09-13 Rafael Kitover Merge 'trunk' into 'sybase'
2009-09-13 Rafael Kitover change _insert_dbh to _insert_storage
2009-09-12 Peter Rabbitson Even better localization of $@, and don't use Test...
2009-09-11 Peter Rabbitson Final scopeguard tweak (?)
2009-09-11 Bruno Vecchi Added Bruno Vecchi to the Contributors section in DBIx...
2009-09-11 Bruno Vecchi Update DBIx::Class::Manual::Example.pod to reflect...
2009-09-11 Peter Rabbitson scopeguard almost done
2009-09-11 Peter Rabbitson Fix borked example
2009-09-11 Peter Rabbitson This is how the txnguard should really work
2009-09-11 Peter Rabbitson Add single() ro RSC
2009-09-11 Peter Rabbitson Reverting dev.catalyst.perl.org/svnweb/bast/revision...
2009-09-11 Peter Rabbitson Extend prefetch tests
2009-09-11 Peter Rabbitson Fixed minor problem with txn scope guard - rollback...
2009-09-11 Peter Rabbitson Fix borked makefile
2009-09-11 Peter Rabbitson Changes so far
2009-09-11 Matt S Trout make it clear that we are not supposed to have optional...
2009-09-10 Peter Rabbitson The real fix
2009-09-10 Aran Deltac Fix RSC->reset() to no longer return $self, which fixes...
2009-09-10 Moritz Onken added test to make sure that store_column is called...
2009-09-10 Rafael Kitover do blob update over _insert_dbh
2009-09-09 Rafael Kitover remove Sub::Name hack for method dispatch, pass $next...
2009-09-09 Rafael Kitover Merge 'trunk' into 'sybase'
2009-09-09 Peter Rabbitson Really sanify exception text
2009-09-09 Peter Rabbitson Fix warning
2009-09-09 Rafael Kitover Merge 'trunk' into 'sybase'
2009-09-09 Rafael Kitover test multi-row blob update
2009-09-09 Peter Rabbitson This should not have worked - I guess we lack tests?
2009-09-09 Peter Rabbitson Reduce amount of perl-golf :)
2009-09-09 Peter Rabbitson Much simpler
2009-09-09 Peter Rabbitson Localisation ain't free, we don't do it unless we have to
2009-09-09 Rafael Kitover remove unsafe_insert
2009-09-08 Arthur Axel... Turn IDENTITY_INSERT back off after inserts
2009-09-07 Rafael Kitover fix _insert_dbh code to only connect when needed, doc...
2009-09-07 Peter Rabbitson Prune duplicate constraints from the find() condition
2009-09-07 Peter Rabbitson Whoops - last_insert_id allows for multiple autoinc...
2009-09-07 Wallace Reis improved warn for Storable hooks in ResultSourceHandle
2009-09-07 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-09-07 Peter Rabbitson Whoops this should not have committed
2009-09-07 Peter Rabbitson Release 0.08111 tag
2009-09-07 Peter Rabbitson Release 0.08111 v0.08111
2009-09-06 Peter Rabbitson Fix mssql pod
2009-09-06 Peter Rabbitson Clearer MSSQL error message
2009-09-06 Peter Rabbitson Centralize identity insert control for mssql (it seems...
2009-09-06 Peter Rabbitson Stop eating exceptions in ::Storage::DBI::DESTROY
2009-09-06 Peter Rabbitson Release 0.08110
2009-09-06 Peter Rabbitson Done long time ago
2009-09-06 Peter Rabbitson Test cleanup:
2009-09-06 Peter Rabbitson Streamline test
next