dbsrgits/DBIx-Class.git
2006-05-09 Marc Mims - Factored out sql_maker arguments so they can be custo...
2006-05-08 Matt S Trout couple bugfixes
2006-05-08 Marc Mims Generalized the loading of subclasses for specfic ODBC...
2006-05-08 Luke Saunders better comments. resolution not done every time.
2006-05-08 Luke Saunders first version of refactored resultset
2006-05-05 Jesper Krogh Fix to make the Postgresql-code handle Schemas. This...
2006-05-03 Marc Mims - Corrected a minor typo in a comment.
2006-05-03 Marc Mims Load ::DBI::ODBC400 when a DB2/400 ODBC backend is...
2006-05-03 Marc Mims Automatic primary key class for DB2/400 over ODBC
2006-05-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-01 Daniel Westermann... Add missing comma in example ;)
2006-05-01 Daniel Westermann... Add example of multi-column foreign keys
2006-04-30 Daniel Westermann... Fix evals for skipping test
2006-04-30 Daniel Westermann... bluefeet disabled the unique constraint in [1544]
2006-04-30 Aran Deltac Call scripts/ script/ in the dbicadmin tests.
2006-04-30 Aran Deltac Moved scripts to scrupt per what other CPAN modules do.
2006-04-30 Aran Deltac Tests for dbicadmin.
2006-04-30 Aran Deltac No longer support unique constraints in Ordered.
2006-04-30 Aran Deltac Fix some errors with using unique constraints with...
2006-04-29 Jess Robinson Default to using sqlt on deploy, if available
2006-04-29 Jess Robinson Document create_ddl_dir method
2006-04-29 Jess Robinson add create_ddl_dir for creating versioned sql statement...
2006-04-29 Aran Deltac Docced JSON usage and added support for the attrs option.
2006-04-29 Aran Deltac Newlines after each csv lines. Add trace option.
2006-04-29 Aran Deltac Fixes to dbicadmin as well as the ability to support...
2006-04-29 Aran Deltac Initial JSON support for the dbicadmin script.
2006-04-27 Matt S Trout pod patch from ted
2006-04-27 Aran Deltac New dbicadmin script for bringing dbic objects to the...
2006-04-26 Aran Deltac Document the exitance of the DBIx::Class::ResultSource...
2006-04-26 Matt S Trout Added InflateColumn::DateTime component
2006-04-24 Jess Robinson Initial plans..
2006-04-22 Matt S Trout cycle tests and a weaken call
2006-04-21 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-21 Matt S Trout Make ordered use CASE (still doesn't pass tests, sigh)
2006-04-21 Luke Saunders removed duff ResultSourceProxy links
2006-04-20 Will Hawes nuke DBI->trace calls
2006-04-20 Nigel Metheringham Trivial documentation fixes
2006-04-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-19 Matt S Trout Changes for 0.06002 v0.06002
2006-04-19 Matt S Trout nuked last remaining each uses. just because.
2006-04-19 Matt S Trout make set_from_related handle undef
2006-04-19 Matt S Trout fixup for Dumper brain damage
2006-04-19 Matt S Trout Fix to copy
2006-04-19 Simon Elliott =Test for Data::Dumper::Sortkeys incompatibility (expor...
2006-04-19 Matt S Trout Fixed up tests post-merge
2006-04-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-19 Matt S Trout fixup for search w/no args and cache
2006-04-19 Daniel Westermann... Minor POD update: Remove quotes for consistency
2006-04-19 Daniel Westermann... Merge 'find_changes' into 'DBIx-Class-current'
2006-04-19 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-04-19 Will Hawes remove icky ' = '
2006-04-18 Daniel Westermann... Rename
2006-04-18 Daniel Westermann... Typo
2006-04-18 Daniel Westermann... Add tests for find by specific key, ordered columns
2006-04-18 Daniel Westermann... Minor cleanup
2006-04-18 Daniel Westermann... Add proxy methods and fill out Changes
2006-04-18 Daniel Westermann... Simplify arguments
2006-04-18 Daniel Westermann... No need to loop again
2006-04-18 Daniel Westermann... Return the hash, not a ref
2006-04-18 Daniel Westermann... Separate the input parsing from the unique hash building
2006-04-18 Daniel Westermann... Refactor unique constraint access to ResultSource
2006-04-18 Daniel Westermann... First pass at a cleaner implementation - only search...
2006-04-18 Daniel Westermann... Documentation cleanup
2006-04-18 Daniel Westermann... Add find_or_new and find_or_new_related
2006-04-18 Daniel Westermann... Minor cleanup and check the row is clean
2006-04-18 Daniel Westermann... Update find docs re: key attribute
2006-04-18 Daniel Westermann... Add update_or_create_related
2006-04-18 Daniel Westermann... Merge 'DBIx-Class-current' into 'find_changes'
2006-04-18 Daniel Westermann... Merge 'DBIx-Class-current' into 'find_changes'
2006-04-18 Daniel Westermann... Nasty hack for CDBI lowercasing all columns. Ideallly...
2006-04-18 Daniel Westermann... Cleanup
2006-04-18 Daniel Westermann... Refactor update_or_create
2006-04-18 Daniel Westermann... Merge 'DBIx-Class-current' into 'find_changes'
2006-04-18 Daniel Westermann... Add unique constraint at mst's suggestion; find only...
2006-04-18 Daniel Westermann... First pass at reimplementation
2006-04-16 Matt S Trout grab ->dbh once per function in Storage::DBI
2006-04-16 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-16 Robert Sedlacek inject_base filters out double entries
2006-04-16 Matt S Trout disabled ->resultset caching
2006-04-15 Matt S Trout Fixed typo in Relationship POD
2006-04-14 Jess Robinson oops, bogus many_to_many example in pod
2006-04-12 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-04-12 Daniel Westermann... Add approximate release dates based on CPAN upload...
2006-04-12 Jess Robinson Fix SQLT example (one of them anyway)
2006-04-12 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-04-12 Daniel Westermann... Fix for -and conditions when updating or deleting on...
2006-04-12 Daniel Westermann... POD fix for search.cpan.org
2006-04-12 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-04-12 Daniel Westermann... Make POD match package name
2006-04-12 Daniel Westermann... Make POD match package name
2006-04-11 Daniel Westermann... Test fixup from previous merge:
2006-04-11 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-11 Jess Robinson more TODOs
2006-04-08 Matt S Trout 0.06001 changes v0.06001
2006-04-08 Jess Robinson Skip distinct tests on old sqlite versions
2006-04-08 Luke Saunders renamed 27result_set_column tests and fixed minor doc...
2006-04-08 Matt S Trout fix to update with undefined relations
2006-04-07 Luke Saunders new class ResultSetColumn and tests
2006-04-07 Nigel Metheringham Made storage txn_* functions log DBI operations to...
2006-04-07 Christopher... Added source_name to ResultSource/ResultSourceProxy
next