dbsrgits/DBIx-Class.git
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
2006-04-06 Luke Saunders fixed multiple column count distincts in SQLite and...
2006-04-06 Matt S Trout Fixup to Cursor, updated Changes
2006-04-06 Nigel Metheringham Applied mst fixes for delete on resultsetin [839] to...
2006-04-05 Aran Deltac Move ordered tests from 26 to 27.
2006-04-05 Matt S Trout Rid of a wantarray
2006-04-04 Stephan Szabo Added code to allow looking up of the other side of...
2006-04-04 Jess Robinson Use DocMap
2006-04-04 Aran Deltac New inheritance_pod.pl tool for createing POD showing...
2006-04-04 Simon Elliott Fix to cascade_delete courtesy mst.
2006-04-04 Nigel Metheringham Added some track test data and a cascading relationship...
2006-04-03 Dan Sully Wrap DBI->connnect and ->sth calls in eval to properly...
2006-04-03 Simon Elliott New tests for cascade_delete, including fail.
2006-04-01 Christopher... Added remove_column(s) from ResultSource/ResultSourceProxy
2006-04-01 Jess Robinson New doc
2006-04-01 Jess Robinson added "having"
2006-04-01 Matt S Trout Storage::DBI error reporting improvement from Dan Sully
2006-03-31 Aran Deltac Remove Tree::* modules from docs for now. Renamed...
2006-03-31 Aran Deltac Renamed DBIC::Positional as DBIC::Ordered.
2006-03-31 Stephan Szabo Added support for unique constraints to SQLT::Parser...
2006-03-30 Jess Robinson Typo fixups and small documentation expansions
2006-03-30 Nigel Metheringham Cleaned up reference to DBIx::Class::Manual::FAQ which...
2006-03-30 Nigel Metheringham Cleaned up reference to DBIx::Class::Manual::FAQ which...
2006-03-29 Jess Robinson ResultSetManager example from CaptainCarlos
2006-03-28 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-28 Stephan Szabo Add missing ) before unless.
2006-03-28 Stephan Szabo Changed logic for determining foreign key constraints
2006-03-28 Jess Robinson More debugging for "no sth generated"
2006-03-28 Brian Cassidy minor pod fixes
2006-03-27 Aran Deltac New is_column_changed method in DBIC::Row.
2006-03-27 Yuval Kogman split( ";\n", @statements" ) returns crack
2006-03-27 Matt S Trout Fix typo in from rs attr docs
2006-03-27 Aran Deltac Added a TODO for deploy().
2006-03-27 Matt S Trout Quoting fixes for single-table ops
2006-03-26 Brandon L.... minor fixes to the recent connect_info change
2006-03-26 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-03-26 Brandon L.... converted tabs to spaces, removed trailing whitespace
2006-03-26 Brandon L.... support on_connect_do, limit_dialect, quote_char, and...
2006-03-26 David Kamholz missed a couple things
2006-03-26 David Kamholz various small doc fixes
2006-03-25 Matt S Trout More stuff for TODO
2006-03-25 Matt S Trout 0.06000 changes v0.06000
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-25 Justin Guenther changed Returns -> Return Value
2006-03-25 Aran Deltac Small doc typo fix in ResultSet.
next