support ::DBI::Replicated opts in connect_info
[dbsrgits/DBIx-Class.git] / lib / DBIx /
2009-02-20 Matt S Trout Merge 'multi_stuff' into 'trunk'
2009-02-20 Rob Kinyon Added qualifiers as to when as_query will work
2009-02-20 Matt S Trout prevent objects implicitly passed via new_related havin...
2009-02-20 Jason M. Mills Merge 'trunk' into 'multi_stuff'
2009-02-20 Jason M. Mills Modfied isa() check in set_from_related() to use class...
2009-02-20 Matt S Trout add DBIC_MULTICREATE_DEBUG, fix one bug with column...
2009-02-19 Jess Robinson POD fixing to explain views, and mention in main Result...
2009-02-18 Jess Robinson Improved docs/description lots
2009-02-18 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-18 John Napiorkowski Merge 'trunk' into 'subquery'
2009-02-18 Rob Kinyon Added some more POD in the Cookbook for correlated...
2009-02-18 Rob Kinyon Added my name
2009-02-18 John Napiorkowski I guess ensure_connected does not have a return value...
2009-02-18 Rob Kinyon Alias properly checks ->{attrs}{alias}
2009-02-18 Rob Kinyon as_query now provides its own parens
2009-02-18 Rob Kinyon The tests are truly failing tests
2009-02-17 Rafael Kitover minor Oracle changes
2009-02-17 Jess Robinson Add multiple database/schema FAQs
2009-02-17 Norbert Buchmuller * Added the missing POD of a sub.
2009-02-17 Norbert Buchmuller * Fixed the bug with omitting 'FOR UPDATE'/'FOR SHARED...
2009-02-17 Norbert Buchmuller * Updated POD for using PostgreSQL arrays because...
2009-02-16 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-16 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-16 Rob Kinyon Added a bit of explanation to resultsets to cut down...
2009-02-16 Peter Rabbitson Some cleanups of oracle patch
2009-02-16 Rafael Kitover sorry, I fucked up the indentation...
2009-02-15 Rafael Kitover Improved connected logic for Oracle storage
2009-02-15 Rob Kinyon Subqueries are done
2009-02-15 Johannes Plunien RT#38251: DBIx::Class::Storage::DBI::Oracle::Generic...
2009-02-15 Peter Rabbitson A dbh_do statement executed with bind values will confu...
2009-02-13 Rob Kinyon Added as_sql and as_subselect as wrappers around as_query
2009-02-13 Rafael Kitover Throw exception on invalidated session if in a transaction.
2009-02-13 Rafael Kitover Some fixes for Oracle edge cases
2009-02-13 Johannes Plunien Refactored and re-added r5041: Split sql statements...
2009-02-12 Nigel Metheringham Made update() on a rs that includes joins complain...
2009-02-12 Guillermo Roditi fixed bug for undef_on_null_fk edge case
2009-02-11 Nigel Metheringham Documentation update on startup speed
2009-02-11 Rob Kinyon check in bombing test for subquery-with-as_query
2009-02-11 Jess Robinson Merge 'view_support' into 'views'
2009-02-11 Peter Rabbitson make single() die if passed attributes
2009-02-11 Peter Rabbitson Add missing shallow copy of seen_join
2009-02-10 Jess Robinson 1) Add docs to ATTRIBUTES to better explain where to...
2009-02-10 Rob Kinyon Added as_query() support to ResultSetColumn
2009-02-10 Rob Kinyon Added as_query to ResultSet with a couple tests
2009-02-10 Jason M. Mills Merge 'trunk' into 'rt_bug_41083'
2009-02-10 Jason M. Mills Modified fix - removed %done tracking and replaced...
2009-02-09 Guillermo Roditi backporting the set_column/store_column fix
2009-02-07 Peter Rabbitson Up dependency on SQLT (releasing now)
2009-02-07 Johannes Plunien Possible to set locale in IC::DateTime extra => {}...
2009-02-04 Guillermo Roditi use store_column instead of set_column on insert
2009-02-02 Peter Rabbitson part 2
2009-02-02 Peter Rabbitson Bring back _RowNumberOver deleted in the sqla commotion...
2009-01-31 Peter Rabbitson pod align by dandv
2009-01-30 Peter Rabbitson Add the _find_syntax caching back
2009-01-30 Jess Robinson DB2 compatibility fix, update test to add new artist...
2009-01-30 Jason M. Mills editorial typo in my previous commit.
2009-01-30 Jason M. Mills Added a more verbose non column accessor example.
2009-01-28 Devin Austin removed test variable
2009-01-28 Devin Austin testing dhoss's permissions
2009-01-28 Devin Austin Fixed spelling error
2009-01-28 Peter Rabbitson make load_optional_class smarter when confronted with...
2009-01-23 Peter Rabbitson more typo patches by dandv
2009-01-23 Peter Rabbitson Some doc fixes by dandv
2009-01-23 Peter Rabbitson Dev-Release 0.08099_06
2009-01-21 Jess Robinson Docs fixed, tests not fail..
2009-01-21 Peter Rabbitson better hook docs
2009-01-21 Peter Rabbitson First stab at properly documenting the new sqlt_hook...
2009-01-20 Peter Rabbitson remove_columns() sanitization by Oleg Pronin
2009-01-20 Yuval Kogman Add sqlt_deploy_hook to Result Source
2009-01-20 Peter Rabbitson Change my email
2009-01-18 Norbert Buchmuller * Added documentation of "Arbitrary SQL through a...
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-16 Johannes Plunien Fixed typo in link
2009-01-16 Peter Rabbitson Proper MSSQL last_insert_id() scoping patch by abraxxa
2009-01-14 Rafael Kitover auto_savepoint support for Oracle and a note on txn_do...
2009-01-12 Norbert Buchmuller * Reworded $rs->current_source_alias POD (thanks to...
2009-01-12 Norbert Buchmuller * Implemented $rs->current_source_alias.
2009-01-09 Matt S Trout fixup source registration bugs where schema-specific...
2009-01-09 Ricardo Signes by setting conn_?id first, we prevent $storage->dbh...
2009-01-08 Ricardo Signes credit where credit is due; namely: ME!
2009-01-08 Ricardo Signes fix the just-added test; pass the Storage object to...
2008-12-30 Jess Robinson Add definitions of relationship and relationship bridge...
2008-12-29 Jess Robinson Re-ordered method docs to be in a more user-needs-it...
2008-12-29 Jess Robinson Added standard arguments/return value to all docced...
2008-12-24 Matt S Trout make clear that search_like is only really there for...
2008-12-22 Yuval Kogman map blob to PG_BYTEA on DBD::Pg
2008-12-21 Peter Rabbitson delete() POD patch from Michael Hendricks (slightly...
2008-12-21 Norbert Buchmuller * Added myself to the contributors list.
2008-12-20 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2008-12-19 John Napiorkowski altered schema->populate so that it is a very thin...
2008-12-19 John Napiorkowski more noise debugging messages if debug is on, minor...
2008-12-18 Peter Rabbitson Some cleanups to the m2m warnings test
2008-12-17 Jason M. Mills A simple fix to the warning generated by a sub-classed...
2008-12-16 Guillermo Roditi somehow i messed up the merge. this fixes it
2008-12-16 Guillermo Roditi Merge 'belongs_to_null_col_fix' into 'trunk'
2008-12-16 Guillermo Roditi Merge 'belongs_to_null_col_fix' into 'trunk'
2008-12-16 Guillermo Roditi minor typo and style change
2008-12-16 Guillermo Roditi rename option to undef_on_null_fk and make it default...
2008-12-16 Guillermo Roditi Introduce 'any_null_means_no_value' option to eliminate...
next