AUTHORS mass update; mst doesn't have to take credit for -everything- :)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema.pm
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-04-27 Peter Rabbitson Simplify untainting - Module::Find can't return invalid...
2012-04-27 Peter Rabbitson Use the now pure-perlized Devel::GlobalDestroy module
2012-04-09 Peter Rabbitson Fix complete breakage of ddl_filename on certain paths
2012-04-04 Rafael Kitover move schema state copy to _copy_state_from
2012-03-16 Peter Rabbitson Fix the pure-perl in_global_destruction() emulation...
2011-10-25 Peter Rabbitson Cleanup compose_namespace(), clarify leaktests wrt...
2011-07-17 Peter Rabbitson Fix last test susceptible to spurious warnings, cleanup...
2011-05-31 Florian Ragwitz Allow changing attributes on schema cloning
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-12 Robert Buels reorganize docs for load_namespaces method
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
2011-02-25 Peter Rabbitson Cleanup C3 handling, require updated Class::C3::Compone...
2011-01-27 Peter Rabbitson Fix for SpeedyCGI and an extensive test of persistent...
2011-01-19 Maik Hentsche Cleaner error message for using source() without requir...
2011-01-13 Peter Rabbitson Introduce M.A.D. within the schema/source instance...
2010-11-10 Peter Rabbitson Switch all Storable serialization calls from freeze...
2010-10-27 Peter Rabbitson Fix load_namespaces fail when classes tinker with $_
2010-10-04 Peter Rabbitson Fix compose_namespace rsrc leaks, introduce a badass...
2010-09-17 Peter Rabbitson Fix the exception-hungry exception_action
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-04-24 Peter Rabbitson Revert bogus commit
2010-04-24 Peter Rabbitson 10% speed up on quoted statement generation
2010-04-20 Jess Robinson Warn if a class found in ResultSet/ is not a subclass...
2010-04-08 Matt S Trout fix POD links
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-01-11 Rafael Kitover make a public ::Schema::unregister_source
2010-01-09 Peter Rabbitson Merge 'trunk' into 'mssql_limit_regression'
2010-01-09 Peter Rabbitson Subqueries no longer experimental
2010-01-08 Peter Rabbitson Weird test failures
2009-12-18 Alexander Hartmaier dclone pod take #2
2009-12-18 Alexander Hartmaier link to DBIx::Class::Row
2009-12-18 Alexander Hartmaier Schema POD inprovement for dclone
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-11-23 Peter Rabbitson Add missing Sub::Name invocations and improve the SQLA...
2009-11-23 Peter Rabbitson refactor part 2
2009-11-19 Peter Rabbitson POD fixes
2009-08-25 Peter Rabbitson Switch storage class loading to ensure_class_loaded
2009-08-10 Michael Reddick Added exception when resultset called without an argument
2009-07-17 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-17 Dan Dascalescu Minor POD grammar: it's -> its where appropriate
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-14 Rafael Kitover substantially reduced ping count, dynamic cursors suppo...
2009-06-29 Peter Rabbitson Make sure storage classes use c3, just like the rest...
2009-06-27 Peter Rabbitson POD patch from RT#46808
2009-06-23 Peter Rabbitson Real inheritance ordering for load_namespaces
2009-06-17 Toby Corkindale Replace vague language around whether load_classes...
2009-06-01 Peter Rabbitson deploy-related pod fixes
2009-05-30 Peter Rabbitson Patch + test for more informative exceptions on load_na...
2009-05-12 Peter Rabbitson Switch warn to carp and die to throw_exception where...
2009-04-29 Jason May allow multiple classless sources to be registered witho...
2009-04-22 Peter Rabbitson Merge 'subclassed_rsset' into 'trunk'
2009-04-21 Peter Rabbitson Sloppy merge - adding imlari's fix from r5902
2009-04-21 Peter Rabbitson Merge 'trunk' into 'subclassed_rsset'
2009-04-21 Peter Rabbitson Clarify _register_source code, no functional changes
2009-04-18 Dagfinn Ilmari Man... Don't warn when reregistering a source under the same...
2009-04-08 Jason M. Mills patch for no-op, further testing required.
2009-03-29 Peter Rabbitson Take experimental off TxnScopeGuard
2009-03-29 Peter Rabbitson Revert r5808 - this is NOT a bug, the warning IS correct
2009-03-24 Jason M. Mills Fixed _register_source to not produce 'register_extra_s...
2009-03-12 Jess Robinson Document how to overload connect/connection
2009-03-11 Wallace Reis removed configure_sqlt method
2009-03-03 Peter Rabbitson Extend untainting of findallmod() to load_namespaces...
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-01-28 Devin Austin Fixed spelling error
2009-01-21 Peter Rabbitson First stab at properly documenting the new sqlt_hook...
2009-01-14 Rafael Kitover auto_savepoint support for Oracle and a note on txn_do...
2009-01-09 Matt S Trout fixup source registration bugs where schema-specific...
2008-12-19 John Napiorkowski altered schema->populate so that it is a very thin...
2008-12-17 Jason M. Mills A simple fix to the warning generated by a sub-classed...
2008-11-09 Peter Rabbitson Switch schema management version calls from VERSION...
2008-10-30 Jess Robinson Documentation fixups, still needs standardising though
2008-10-11 Jess Robinson Modernised and rearranged docs massively into a saner...
2008-08-21 Peter Rabbitson Align arguments of $schema->deployment_statements(...
2008-08-12 Jess Robinson Add saner warning when non-source classes encountered...
2008-08-07 Luke Saunders reverted back to previous compose_namespace method...
2008-08-07 Luke Saunders further simplified compose_namespace
2008-08-07 Luke Saunders refactored compose_namepspace
2008-08-06 Luke Saunders fixed failing extra_source test
2008-08-01 Luke Saunders fixed clone bug
2008-07-31 Luke Saunders switched to just registering extra source rather than...
2008-07-31 Luke Saunders added register_extra_source
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
2008-07-18 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-07-16 Ash Berlin Update docs re txn_scope_guard
2008-07-15 Luke Saunders removed EXPERIMENTAL notices
2008-07-14 Luke Saunders reordered methods of Versioned.pm and factored the...
2008-07-07 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-07-07 Luke Saunders moved schema_version from Versioning to core
2008-07-04 Luke Saunders made versioning overwrite ddl and diff files where...
2008-06-26 Jess Robinson Remove setup_connection_class from POD, skip in podcoverage
2008-06-11 John Napiorkowski 1) changed all 4 space indentation to 2 space style...
2008-06-11 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-10 Luke Saunders added some perldoc
2008-06-05 John Napiorkowski all your tabs belong to spaces
2008-05-09 John Napiorkowski changed the way args are passed to a storage type that...
2008-05-07 John Napiorkowski changed the way args are passed to a storage, should...
next