18 years agoAdd proxy methods and fill out Changes
Daniel Westermann-Clark [Tue, 18 Apr 2006 08:02:40 +0000]
Add proxy methods and fill out Changes

18 years agoSimplify arguments
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:49:43 +0000]
Simplify arguments

18 years agoNo need to loop again
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:46:55 +0000]
No need to loop again

18 years agoReturn the hash, not a ref
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:39:09 +0000]
Return the hash, not a ref

18 years agoSeparate the input parsing from the unique hash building
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:37:55 +0000]
Separate the input parsing from the unique hash building

18 years agoRefactor unique constraint access to ResultSource
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:24:04 +0000]
Refactor unique constraint access to ResultSource

18 years agoFirst pass at a cleaner implementation - only search unique constraints when columns...
Daniel Westermann-Clark [Tue, 18 Apr 2006 00:57:16 +0000]
First pass at a cleaner implementation - only search unique constraints when columns are explicitly named, to avoid massive confusion

18 years agoDocumentation cleanup
Daniel Westermann-Clark [Mon, 17 Apr 2006 22:19:55 +0000]
Documentation cleanup

18 years agoAdd find_or_new and find_or_new_related
Daniel Westermann-Clark [Mon, 17 Apr 2006 20:51:37 +0000]
Add find_or_new and find_or_new_related

18 years agoMinor cleanup and check the row is clean
Daniel Westermann-Clark [Mon, 17 Apr 2006 20:16:22 +0000]
Minor cleanup and check the row is clean

18 years agoUpdate find docs re: key attribute
Daniel Westermann-Clark [Mon, 17 Apr 2006 19:35:26 +0000]
Update find docs re: key attribute

18 years agoAdd update_or_create_related
Daniel Westermann-Clark [Sun, 16 Apr 2006 22:52:34 +0000]
Add update_or_create_related

18 years agoMerge 'DBIx-Class-current' into 'find_changes'
Daniel Westermann-Clark [Tue, 18 Apr 2006 18:19:31 +0000]
Merge 'DBIx-Class-current' into 'find_changes'

18 years agoMerge 'DBIx-Class-current' into 'find_changes'
Daniel Westermann-Clark [Tue, 18 Apr 2006 18:19:18 +0000]
Merge 'DBIx-Class-current' into 'find_changes'

r8433@fortuna:  dwc | 2006-04-11 12:36:42 -0400
 r8431@fortuna (orig r1436):  castaway | 2006-04-11 07:37:23 -0400
 more TODOs

 r8432@fortuna (orig r1437):  matthewt | 2006-04-11 12:01:09 -0400
  r9411@obrien (orig r1386):  castaway | 2006-03-29 16:30:55 +0100
  ResultSetManager example from CaptainCarlos

  r9412@obrien (orig r1387):  nigel | 2006-03-30 14:20:42 +0100
  Cleaned up reference to DBIx::Class::Manual::FAQ which no longer exists
  r9413@obrien (orig r1388):  nigel | 2006-03-30 14:23:04 +0100
  Cleaned up reference to DBIx::Class::Manual::FAQ which no longer exists
  r9414@obrien (orig r1389):  castaway | 2006-03-30 18:53:26 +0100
  Typo fixups and small documentation expansions

  r9426@obrien (orig r1396):  matthewt | 2006-04-01 01:10:06 +0100
  Storage::DBI error reporting improvement from Dan Sully
  r9443@obrien (orig r1397):  castaway | 2006-04-01 18:05:24 +0100
  added "having"

  r9444@obrien (orig r1398):  castaway | 2006-04-01 22:28:34 +0100
  New doc

  r9447@obrien (orig r1401):  purge | 2006-04-03 18:25:18 +0100
  New tests for cascade_delete, including fail.
  r9449@obrien (orig r1403):  dsully | 2006-04-03 23:16:35 +0100
  Wrap DBI->connnect and ->sth calls in eval to properly throw an exception.
  r9453@obrien (orig r1407):  nigel | 2006-04-04 13:48:50 +0100
  Added some track test data and a cascading relationship test
  r9454@obrien (orig r1408):  purge | 2006-04-04 13:52:56 +0100
  Fix to cascade_delete courtesy mst.
  r9458@obrien (orig r1412):  castaway | 2006-04-04 20:52:05 +0100
  Use DocMap

  r9461@obrien (orig r1414):  matthewt | 2006-04-05 01:16:49 +0100
  Rid of a wantarray
  r9497@obrien (orig r1418):  nigel | 2006-04-06 15:20:32 +0100
  Applied mst fixes for delete on resultsetin [839] to update.  Factored out common code
  r9498@obrien (orig r1419):  matthewt | 2006-04-06 16:54:56 +0100
  Fixup to Cursor, updated Changes
  r9520@obrien (orig r1420):  captainL | 2006-04-06 18:36:57 +0100
  fixed multiple column count distincts in SQLite and Oracle
  r9528@obrien (orig r1423):  nigel | 2006-04-07 12:03:36 +0100
  Made storage txn_* functions log DBI operations to SQL debug trace
  r9534@obrien (orig r1429):  matthewt | 2006-04-08 18:43:08 +0100
  fix to update with undefined relations
  r9558@obrien (orig r1434):  castaway | 2006-04-08 22:27:33 +0100
  Skip distinct tests on old sqlite versions

  r9568@obrien (orig r1435):  matthewt | 2006-04-08 22:53:55 +0100
  0.06001 changes

18 years agoNasty hack for CDBI lowercasing all columns. Ideallly this will be pushed down to...
Daniel Westermann-Clark [Tue, 11 Apr 2006 06:06:26 +0000]
Nasty hack for CDBI lowercasing all columns.  Ideallly this will be pushed down to the CDBICompat layer, but I'm not sure how yet.

18 years agoCleanup
Daniel Westermann-Clark [Mon, 10 Apr 2006 21:24:17 +0000]
Cleanup

18 years agoRefactor update_or_create
Daniel Westermann-Clark [Sat, 8 Apr 2006 20:26:39 +0000]
Refactor update_or_create

18 years agoMerge 'DBIx-Class-current' into 'find_changes'
Daniel Westermann-Clark [Tue, 18 Apr 2006 18:18:54 +0000]
Merge 'DBIx-Class-current' into 'find_changes'

r8396@fortuna:  dwc | 2006-04-08 15:14:50 -0400
 r8395@fortuna (orig r1430):  captainL | 2006-04-08 15:07:38 -0400
 renamed 27result_set_column tests and fixed minor doc typo

18 years agoAdd unique constraint at mst's suggestion; find only works on unique constraints
Daniel Westermann-Clark [Sat, 8 Apr 2006 19:21:23 +0000]
Add unique constraint at mst's suggestion; find only works on unique constraints

18 years agoFirst pass at reimplementation
Daniel Westermann-Clark [Sat, 8 Apr 2006 19:06:30 +0000]
First pass at reimplementation

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Sun, 16 Apr 2006 21:22:47 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9637@obrien (orig r1450):  castaway | 2006-04-14 15:08:57 +0100
oops, bogus many_to_many example in pod

r9641@obrien (orig r1453):  matthewt | 2006-04-15 22:55:47 +0100
Fixed typo in Relationship POD
r9644@obrien (orig r1455):  matthewt | 2006-04-16 20:21:28 +0100
disabled ->resultset caching
r9645@obrien (orig r1456):  phaylon | 2006-04-16 21:57:56 +0100
inject_base filters out double entries

18 years agoinject_base filters out double entries
Robert Sedlacek [Sun, 16 Apr 2006 20:57:56 +0000]
inject_base filters out double entries

18 years agodisabled ->resultset caching
Matt S Trout [Sun, 16 Apr 2006 19:21:28 +0000]
disabled ->resultset caching

18 years agoFixed typo in Relationship POD
Matt S Trout [Sat, 15 Apr 2006 21:55:47 +0000]
Fixed typo in Relationship POD

18 years agooops, bogus many_to_many example in pod
Jess Robinson [Fri, 14 Apr 2006 14:08:57 +0000]
oops, bogus many_to_many example in pod

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Daniel Westermann-Clark [Wed, 12 Apr 2006 18:50:55 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8449@fortuna (orig r1445):  castaway | 2006-04-12 11:25:50 -0400
Fix SQLT example (one of them anyway)

r8450@fortuna (orig r1446):  dwc | 2006-04-12 14:50:04 -0400
Add approximate release dates based on CPAN upload reports

18 years agoAdd approximate release dates based on CPAN upload reports
Daniel Westermann-Clark [Wed, 12 Apr 2006 18:50:04 +0000]
Add approximate release dates based on CPAN upload reports

18 years agoFix SQLT example (one of them anyway)
Jess Robinson [Wed, 12 Apr 2006 15:25:50 +0000]
Fix SQLT example (one of them anyway)

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Daniel Westermann-Clark [Wed, 12 Apr 2006 15:03:00 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8443@fortuna (orig r1442):  dwc | 2006-04-11 23:29:12 -0400
POD fix for search.cpan.org
r8446@fortuna (orig r1443):  dwc | 2006-04-12 11:01:57 -0400
Fix for -and conditions when updating or deleting on a ResultSet

18 years agoFix for -and conditions when updating or deleting on a ResultSet
Daniel Westermann-Clark [Wed, 12 Apr 2006 15:01:57 +0000]
Fix for -and conditions when updating or deleting on a ResultSet

18 years agoPOD fix for search.cpan.org
Daniel Westermann-Clark [Wed, 12 Apr 2006 03:29:12 +0000]
POD fix for search.cpan.org

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Daniel Westermann-Clark [Wed, 12 Apr 2006 01:51:11 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8436@fortuna (orig r1440):  dwc | 2006-04-11 20:51:11 -0400
Make POD match package name

18 years agoMake POD match package name
Daniel Westermann-Clark [Wed, 12 Apr 2006 00:51:11 +0000]
Make POD match package name

18 years agoMake POD match package name
Daniel Westermann-Clark [Wed, 12 Apr 2006 00:48:19 +0000]
Make POD match package name

18 years agoTest fixup from previous merge:
Daniel Westermann-Clark [Tue, 11 Apr 2006 19:55:24 +0000]
Test fixup from previous merge:
- Move source_name tests above cascade_delete checks to match expectations (note: ArtistUndirectedMap data causes two artists to be deleted)
- Move tests at end into blocks to separate them a little better

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Tue, 11 Apr 2006 16:01:09 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9411@obrien (orig r1386):  castaway | 2006-03-29 16:30:55 +0100
ResultSetManager example from CaptainCarlos

r9412@obrien (orig r1387):  nigel | 2006-03-30 14:20:42 +0100
Cleaned up reference to DBIx::Class::Manual::FAQ which no longer exists
r9413@obrien (orig r1388):  nigel | 2006-03-30 14:23:04 +0100
Cleaned up reference to DBIx::Class::Manual::FAQ which no longer exists
r9414@obrien (orig r1389):  castaway | 2006-03-30 18:53:26 +0100
Typo fixups and small documentation expansions

r9426@obrien (orig r1396):  matthewt | 2006-04-01 01:10:06 +0100
Storage::DBI error reporting improvement from Dan Sully
r9443@obrien (orig r1397):  castaway | 2006-04-01 18:05:24 +0100
added "having"

r9444@obrien (orig r1398):  castaway | 2006-04-01 22:28:34 +0100
New doc

r9447@obrien (orig r1401):  purge | 2006-04-03 18:25:18 +0100
New tests for cascade_delete, including fail.
r9449@obrien (orig r1403):  dsully | 2006-04-03 23:16:35 +0100
Wrap DBI->connnect and ->sth calls in eval to properly throw an exception.
r9453@obrien (orig r1407):  nigel | 2006-04-04 13:48:50 +0100
Added some track test data and a cascading relationship test
r9454@obrien (orig r1408):  purge | 2006-04-04 13:52:56 +0100
Fix to cascade_delete courtesy mst.
r9458@obrien (orig r1412):  castaway | 2006-04-04 20:52:05 +0100
Use DocMap

r9461@obrien (orig r1414):  matthewt | 2006-04-05 01:16:49 +0100
Rid of a wantarray
r9497@obrien (orig r1418):  nigel | 2006-04-06 15:20:32 +0100
Applied mst fixes for delete on resultsetin [839] to update.  Factored out common code
r9498@obrien (orig r1419):  matthewt | 2006-04-06 16:54:56 +0100
Fixup to Cursor, updated Changes
r9520@obrien (orig r1420):  captainL | 2006-04-06 18:36:57 +0100
fixed multiple column count distincts in SQLite and Oracle
r9528@obrien (orig r1423):  nigel | 2006-04-07 12:03:36 +0100
Made storage txn_* functions log DBI operations to SQL debug trace
r9534@obrien (orig r1429):  matthewt | 2006-04-08 18:43:08 +0100
fix to update with undefined relations
r9558@obrien (orig r1434):  castaway | 2006-04-08 22:27:33 +0100
Skip distinct tests on old sqlite versions

r9568@obrien (orig r1435):  matthewt | 2006-04-08 22:53:55 +0100
0.06001 changes

18 years agomore TODOs
Jess Robinson [Tue, 11 Apr 2006 11:37:23 +0000]
more TODOs

18 years ago0.06001 changes v0.06001
Matt S Trout [Sat, 8 Apr 2006 21:53:55 +0000]
0.06001 changes

18 years agoSkip distinct tests on old sqlite versions
Jess Robinson [Sat, 8 Apr 2006 21:27:33 +0000]
Skip distinct tests on old sqlite versions

18 years agorenamed 27result_set_column tests and fixed minor doc typo
Luke Saunders [Sat, 8 Apr 2006 19:07:38 +0000]
renamed 27result_set_column tests and fixed minor doc typo

18 years agofix to update with undefined relations
Matt S Trout [Sat, 8 Apr 2006 17:43:08 +0000]
fix to update with undefined relations

18 years agonew class ResultSetColumn and tests
Luke Saunders [Fri, 7 Apr 2006 17:29:21 +0000]
new class ResultSetColumn and tests

18 years agoMade storage txn_* functions log DBI operations to SQL debug trace
Nigel Metheringham [Fri, 7 Apr 2006 11:03:36 +0000]
Made storage txn_* functions log DBI operations to SQL debug trace

18 years agoAdded source_name to ResultSource/ResultSourceProxy
Christopher H. Laco [Fri, 7 Apr 2006 01:13:50 +0000]
Added source_name to ResultSource/ResultSourceProxy
Changed load_classes to load/use source_name for the moniker
Added small tests for source_name/remove_columns

18 years agofixed multiple column count distincts in SQLite and Oracle
Luke Saunders [Thu, 6 Apr 2006 17:36:57 +0000]
fixed multiple column count distincts in SQLite and Oracle

18 years agoFixup to Cursor, updated Changes
Matt S Trout [Thu, 6 Apr 2006 15:54:56 +0000]
Fixup to Cursor, updated Changes

18 years agoApplied mst fixes for delete on resultsetin [839] to update. Factored out common...
Nigel Metheringham [Thu, 6 Apr 2006 14:20:32 +0000]
Applied mst fixes for delete on resultsetin [839] to update.  Factored out common code

18 years agoMove ordered tests from 26 to 27.
Aran Deltac [Wed, 5 Apr 2006 21:23:56 +0000]
Move ordered tests from 26 to 27.

18 years agoRid of a wantarray
Matt S Trout [Wed, 5 Apr 2006 00:16:49 +0000]
Rid of a wantarray

18 years agoAdded code to allow looking up of the other side of a relationship
Stephan Szabo [Tue, 4 Apr 2006 22:25:11 +0000]
Added code to allow looking up of the other side of a relationship
in order to get ON UPDATE/ON DELETE behavior for
SQLT::Parser::DBIx::Class.

18 years agoUse DocMap
Jess Robinson [Tue, 4 Apr 2006 19:52:05 +0000]
Use DocMap

18 years agoNew inheritance_pod.pl tool for createing POD showing inherited methods.
Aran Deltac [Tue, 4 Apr 2006 18:12:45 +0000]
New inheritance_pod.pl tool for createing POD showing inherited methods.

18 years agoFix to cascade_delete courtesy mst.
Simon Elliott [Tue, 4 Apr 2006 12:52:56 +0000]
Fix to cascade_delete courtesy mst.

18 years agoAdded some track test data and a cascading relationship test
Nigel Metheringham [Tue, 4 Apr 2006 12:48:50 +0000]
Added some track test data and a cascading relationship test

18 years agoWrap DBI->connnect and ->sth calls in eval to properly throw an exception.
Dan Sully [Mon, 3 Apr 2006 22:16:35 +0000]
Wrap DBI->connnect and ->sth calls in eval to properly throw an exception.

18 years agoNew tests for cascade_delete, including fail.
Simon Elliott [Mon, 3 Apr 2006 17:25:18 +0000]
New tests for cascade_delete, including fail.

18 years agoAdded remove_column(s) from ResultSource/ResultSourceProxy
Christopher H. Laco [Sat, 1 Apr 2006 23:54:12 +0000]
Added remove_column(s) from ResultSource/ResultSourceProxy
Added add_column alias to ResultSourceProxy

18 years agoNew doc
Jess Robinson [Sat, 1 Apr 2006 21:28:34 +0000]
New doc

18 years agoadded "having"
Jess Robinson [Sat, 1 Apr 2006 17:05:24 +0000]
added "having"

18 years agoStorage::DBI error reporting improvement from Dan Sully
Matt S Trout [Sat, 1 Apr 2006 00:10:06 +0000]
Storage::DBI error reporting improvement from Dan Sully

18 years agoRemove Tree::* modules from docs for now. Renamed positional to ordered in the manual.
Aran Deltac [Fri, 31 Mar 2006 22:11:14 +0000]
Remove Tree::* modules from docs for now.  Renamed positional to ordered in the manual.

18 years agoRenamed DBIC::Positional as DBIC::Ordered.
Aran Deltac [Fri, 31 Mar 2006 22:06:37 +0000]
Renamed DBIC::Positional as DBIC::Ordered.

18 years agoAdded support for unique constraints to SQLT::Parser::DBIx::Class
Stephan Szabo [Fri, 31 Mar 2006 17:07:57 +0000]
Added support for unique constraints to SQLT::Parser::DBIx::Class
along with tests.

18 years agoTypo fixups and small documentation expansions
Jess Robinson [Thu, 30 Mar 2006 17:53:26 +0000]
Typo fixups and small documentation expansions

18 years agoCleaned up reference to DBIx::Class::Manual::FAQ which no longer exists
Nigel Metheringham [Thu, 30 Mar 2006 13:23:04 +0000]
Cleaned up reference to DBIx::Class::Manual::FAQ which no longer exists

18 years agoCleaned up reference to DBIx::Class::Manual::FAQ which no longer exists
Nigel Metheringham [Thu, 30 Mar 2006 13:20:42 +0000]
Cleaned up reference to DBIx::Class::Manual::FAQ which no longer exists

18 years agoResultSetManager example from CaptainCarlos
Jess Robinson [Wed, 29 Mar 2006 15:30:55 +0000]
ResultSetManager example from CaptainCarlos

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Tue, 28 Mar 2006 22:22:01 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9255@obrien (orig r1356):  bluefeet | 2006-03-25 02:28:25 +0000
Small doc typo fix in ResultSet.
r9256@obrien (orig r1357):  jguenther | 2006-03-25 08:43:38 +0000
changed Returns -> Return Value
r9257@obrien (orig r1358):  jguenther | 2006-03-25 08:49:58 +0000
removed parentheses from argument lists in docs
r9260@obrien (orig r1359):  matthewt | 2006-03-25 18:08:38 +0000
0.06000 changes
r9341@obrien (orig r1362):  ningu | 2006-03-26 00:15:00 +0000
various small doc fixes
r9342@obrien (orig r1363):  ningu | 2006-03-26 00:16:07 +0000
missed a couple things
r9344@obrien (orig r1365):  blblack | 2006-03-26 15:44:25 +0100
converted tabs to spaces, removed trailing whitespace
r9349@obrien (orig r1370):  matthewt | 2006-03-27 18:35:26 +0100
Quoting fixes for single-table ops
r9352@obrien (orig r1372):  matthewt | 2006-03-27 21:09:09 +0100
Fix typo in from rs attr docs
r9365@obrien (orig r1377):  nothingmuch | 2006-03-27 23:21:27 +0100
split( ";\n", @statements" ) returns crack
r9368@obrien (orig r1380):  bricas | 2006-03-28 14:04:30 +0100
minor pod fixes
r9371@obrien (orig r1381):  castaway | 2006-03-28 15:37:34 +0100
More debugging for "no sth generated"

r9372@obrien (orig r1382):  sszabo | 2006-03-28 19:28:37 +0100
Changed logic for determining foreign key constraints
in SQL::Translator::Parser::DBIx::Class to compare
self keys against the primary key.

Made SQL::Translator::Parser::DBIx::Class handle
multi-column foreign key constraints.

Added tests on helperrels for these.

r9373@obrien (orig r1383):  sszabo | 2006-03-28 19:54:35 +0100
Add missing ) before unless.

18 years agoAdd missing ) before unless.
Stephan Szabo [Tue, 28 Mar 2006 18:54:35 +0000]
Add missing ) before unless.

18 years agoChanged logic for determining foreign key constraints
Stephan Szabo [Tue, 28 Mar 2006 18:28:37 +0000]
Changed logic for determining foreign key constraints
in SQL::Translator::Parser::DBIx::Class to compare
self keys against the primary key.

Made SQL::Translator::Parser::DBIx::Class handle
multi-column foreign key constraints.

Added tests on helperrels for these.

18 years agoMore debugging for "no sth generated"
Jess Robinson [Tue, 28 Mar 2006 14:37:34 +0000]
More debugging for "no sth generated"

18 years agominor pod fixes
Brian Cassidy [Tue, 28 Mar 2006 13:04:30 +0000]
minor pod fixes

18 years agoNew is_column_changed method in DBIC::Row.
Aran Deltac [Mon, 27 Mar 2006 23:29:37 +0000]
New is_column_changed method in DBIC::Row.

18 years agosplit( ";\n", @statements" ) returns crack
Yuval Kogman [Mon, 27 Mar 2006 22:21:27 +0000]
split( ";\n", @statements" ) returns crack

18 years agoFix typo in from rs attr docs
Matt S Trout [Mon, 27 Mar 2006 20:09:09 +0000]
Fix typo in from rs attr docs

18 years agoAdded a TODO for deploy().
Aran Deltac [Mon, 27 Mar 2006 18:39:41 +0000]
Added a TODO for deploy().

18 years agoQuoting fixes for single-table ops
Matt S Trout [Mon, 27 Mar 2006 17:35:26 +0000]
Quoting fixes for single-table ops

18 years agominor fixes to the recent connect_info change
Brandon L. Black [Sun, 26 Mar 2006 15:04:53 +0000]
minor fixes to the recent connect_info change

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Sun, 26 Mar 2006 14:50:39 +0000]
Merge 'trunk' into 'DBIx-Class-current'

merged trunk rev 1365 (whitespace fixes) to -current branch

18 years agoconverted tabs to spaces, removed trailing whitespace
Brandon L. Black [Sun, 26 Mar 2006 14:44:25 +0000]
converted tabs to spaces, removed trailing whitespace

18 years agosupport on_connect_do, limit_dialect, quote_char, and name_sep within connect_info...
Brandon L. Black [Sun, 26 Mar 2006 07:39:07 +0000]
support on_connect_do, limit_dialect, quote_char, and name_sep within connect_info as hashref in last element of info arrayref

18 years agomissed a couple things
David Kamholz [Sun, 26 Mar 2006 00:16:07 +0000]
missed a couple things

18 years agovarious small doc fixes
David Kamholz [Sun, 26 Mar 2006 00:15:00 +0000]
various small doc fixes

18 years agoMore stuff for TODO
Matt S Trout [Sat, 25 Mar 2006 22:39:26 +0000]
More stuff for TODO

18 years ago0.06000 changes v0.06000
Matt S Trout [Sat, 25 Mar 2006 18:08:38 +0000]
0.06000 changes

18 years agoremoved parentheses from argument lists in docs
Justin Guenther [Sat, 25 Mar 2006 08:49:58 +0000]
removed parentheses from argument lists in docs

18 years agochanged Returns -> Return Value
Justin Guenther [Sat, 25 Mar 2006 08:43:38 +0000]
changed Returns -> Return Value

18 years agoSmall doc typo fix in ResultSet.
Aran Deltac [Sat, 25 Mar 2006 02:28:25 +0000]
Small doc typo fix in ResultSet.

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Sat, 25 Mar 2006 02:22:44 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r9194@obrien (orig r1339):  ningu | 2006-03-24 20:38:00 +0000
fix erur fix
r9195@obrien (orig r1340):  jguenther | 2006-03-24 20:54:55 +0000
documented DBIx::Class::Cursor and DBIx::Class::Storage::DBI::Cursor
r9196@obrien (orig r1341):  jguenther | 2006-03-24 20:58:12 +0000
reworded result -> row
r9197@obrien (orig r1342):  jguenther | 2006-03-24 21:05:46 +0000
clarified method docs
r9198@obrien (orig r1343):  jguenther | 2006-03-24 21:11:39 +0000
cleaned up docs, added Arguments/Returns sections for most methods
r9199@obrien (orig r1344):  castaway | 2006-03-24 21:24:23 +0000
Yet more docs ;)

r9200@obrien (orig r1345):  matthewt | 2006-03-24 21:28:19 +0000
Fixed indent in Example.pod
r9201@obrien (orig r1346):  matthewt | 2006-03-24 21:33:21 +0000
Fixed in-code indent in Example.pod
r9202@obrien (orig r1347):  castaway | 2006-03-24 21:36:03 +0000
Docs!

r9203@obrien (orig r1348):  castaway | 2006-03-24 22:04:56 +0000
Docs!

r9204@obrien (orig r1349):  matthewt | 2006-03-24 22:42:42 +0000
Linked Manual::Example from Manual
r9209@obrien (orig r1354):  matthewt | 2006-03-25 00:08:58 +0000
Updated ResultSet docs

18 years agoUpdated ResultSet docs
Matt S Trout [Sat, 25 Mar 2006 00:08:58 +0000]
Updated ResultSet docs

18 years agoFixed the Positional test to use the new test calss name.
Aran Deltac [Fri, 24 Mar 2006 23:53:44 +0000]
Fixed the Positional test to use the new test calss name.

18 years agoRemove Tree and TokenGroup modules in favor of the new DBIx::Class::Tree distribution.
Aran Deltac [Fri, 24 Mar 2006 23:47:59 +0000]
Remove Tree and TokenGroup modules in favor of the new DBIx::Class::Tree distribution.

18 years agoLinked Manual::Example from Manual
Matt S Trout [Fri, 24 Mar 2006 22:42:42 +0000]
Linked Manual::Example from Manual

18 years agoDocs!
Jess Robinson [Fri, 24 Mar 2006 22:04:56 +0000]
Docs!

18 years agoDocs!
Jess Robinson [Fri, 24 Mar 2006 21:36:03 +0000]
Docs!

18 years agoFixed in-code indent in Example.pod
Matt S Trout [Fri, 24 Mar 2006 21:33:21 +0000]
Fixed in-code indent in Example.pod

18 years agoFixed indent in Example.pod
Matt S Trout [Fri, 24 Mar 2006 21:28:19 +0000]
Fixed indent in Example.pod

18 years agoYet more docs ;)
Jess Robinson [Fri, 24 Mar 2006 21:24:23 +0000]
Yet more docs ;)

18 years agocleaned up docs, added Arguments/Returns sections for most methods
Justin Guenther [Fri, 24 Mar 2006 21:11:39 +0000]
cleaned up docs, added Arguments/Returns sections for most methods

18 years agoclarified method docs
Justin Guenther [Fri, 24 Mar 2006 21:05:46 +0000]
clarified method docs