dbsrgits/DBIx-Class.git
2006-05-15 Cory G Watson Add profiling support
2006-05-15 Matt S Trout dumped options from Build.PL
2006-05-15 Matt S Trout don't ask
2006-05-15 Matt S Trout don't ask
2006-05-14 Jess Robinson Add foreign key constraint for new bookmark table
2006-05-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-14 Matt S Trout tweaked might_have test for -current
2006-05-12 Aran Deltac Testing commit.
2006-05-12 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-12 Matt S Trout fixup for stringify that can be false in find_or_create...
2006-05-12 Matt S Trout fixup to gen-schema.pl
2006-05-12 Matt S Trout performance fix for cascade_update
2006-05-11 Justin Guenther Fixed cookbook example to actually work
2006-05-11 Justin Guenther Added a couple examples to the cookbook
2006-05-11 Aran Deltac dbicadmin now works when not specifying the where clause.
2006-05-10 Daniel Westermann... - Fix error message for bad find usage
2006-05-10 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-05-10 Daniel Westermann... Row::update encapsulates this when passed a hashref...
2006-05-10 Daniel Westermann... Revert previous bugfix; will apply to trunk
2006-05-10 Daniel Westermann... Row::update encapsulates this when passed a hashref...
2006-05-09 Marc Mims Test case for DB2/400 over ODBC.
2006-05-09 Marc Mims Test case for DB2/400 over ODBC.
2006-05-09 Aran Deltac Fixes to _rs related docs.
2006-05-09 Aran Deltac Add search_rs to ResultSet and a new {$rel}_rs accessor...
2006-05-09 Aran Deltac Merge 'trunk' into 'DBIx-Class-current'
2006-05-09 Aran Deltac Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that...
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-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-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'
next