dbsrgits/DBIx-Class.git
2006-05-23 Cory G Watson Add support for +select and +as attributes to ResultSet
2006-05-23 Matt S Trout Merge 'resultset-new-refactor' into 'DBIx-Class-current'
2006-05-23 Matt S Trout fixed screwed merge of Storage::DBI (my fault :)
2006-05-23 Matt S Trout works. win.
2006-05-23 Matt S Trout Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-23 Marc Mims Just the column name, please.
2006-05-23 Matt S Trout Sodding three-value for conditions
2006-05-22 Luke Saunders arg. bugfix
2006-05-22 Luke Saunders more torture test, cleaned up
2006-05-22 Luke Saunders join merging working properly. some torture tests
2006-05-20 Christopher... Added delete_related tests to verify it only deletes...
2006-05-20 Matt S Trout futz changes, fix populate. I'm a retard.
2006-05-20 Matt S Trout Merge 'datetime' into 'DBIx-Class-current'
2006-05-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-20 Matt S Trout added datetime parser for MSSQL (ta LTJake)
2006-05-20 Matt S Trout added datetime parser types for the dbs I can find...
2006-05-19 Matt S Trout Merge 'DBIx-Class-current' into 'datetime'
2006-05-19 Justin Guenther removed DBICTest::Schema::Casecheck until someone adds it
2006-05-19 Justin Guenther added ensure_class_loaded method to Componentized,...
2006-05-19 Jess Robinson zbys Postgres casecheck patch
2006-05-19 Jess Robinson .. And correct the number of tests
2006-05-19 Jess Robinson Oops, fix bookmark thingy here too
2006-05-19 Jess Robinson Update VERSION
2006-05-18 Justin Guenther fixed an out-of-date limitation for has_many prefetch...
2006-05-18 Justin Guenther fixed small error in the SYNOPSIS of ResultSetManager.pm
2006-05-18 Justin Guenther removed another couple extraneous $self->dbh calls
2006-05-18 Justin Guenther added bind information to exception thrown from DBIx...
2006-05-18 Matt S Trout Moved PK::Auto into core
2006-05-18 Thomas Kratz Moved UUIDColumns from DBIX-Class-current into it's...
2006-05-18 Thomas Kratz Undoing changes commited in revisions 1664-1671......
2006-05-18 Thomas Kratz Moved UUIDMaker.pm over from main DBIx::Class dist
2006-05-18 Thomas Kratz Moved UUIDColumns.pm over from main DBIx::Class dist
2006-05-18 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-18 Jess Robinson Add pod for params of inflate/deflate coderefs
2006-05-17 Kieren Diment optimised last_insert_id example for searching
2006-05-17 Jess Robinson Documentation updates
2006-05-17 Matt S Trout Merge 'DBIx-Class-current' into 'datetime'
2006-05-17 Matt S Trout Missing stuff for DateTime branch
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 Luke Saunders proper deep merging on join attrs
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 Luke Saunders Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-11 Luke Saunders can now handle prefetch on resultset with join of same...
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 Luke Saunders failing test case and more resultset refactorage
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-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
next