17 years agoFirst attempt..
Jess Robinson [Thu, 18 Jan 2007 23:57:33 +0000]
First attempt..
Tests still needed for has_many rels

17 years agoMake not of introduction of ResultSourceHandle
Ash Berlin [Sun, 14 Jan 2007 15:24:03 +0000]
Make not of introduction of ResultSourceHandle

17 years agoAdded some simple docs to HashRefInflator and updated cookbook to match
Ash Berlin [Sat, 13 Jan 2007 01:52:30 +0000]
Added some simple docs to HashRefInflator and updated cookbook to match

17 years agoAdded abraxa's HashRefInflator (no docs as yet)
Ash Berlin [Fri, 5 Jan 2007 14:59:01 +0000]
Added abraxa's HashRefInflator (no docs as yet)

17 years agoMerge 'ordered_handle_updates' into 'DBIx-Class-current'
Matt S Trout [Tue, 2 Jan 2007 20:36:29 +0000]
Merge 'ordered_handle_updates' into 'DBIx-Class-current'

multi-col group support for Ordered, from Neil de Carteret

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Jess Robinson [Tue, 2 Jan 2007 04:39:12 +0000]
Merge 'trunk' into 'DBIx-Class-current'

17 years agoFixup update/new ignoring with scalarrefs
Jess Robinson [Mon, 1 Jan 2007 22:39:12 +0000]
Fixup update/new ignoring with scalarrefs
Add tests for same, plus discard_changes test

17 years agoInflate/Deflate on all refs but scalars, with tests and all!
Jess Robinson [Mon, 1 Jan 2007 19:59:21 +0000]
Inflate/Deflate on all refs but scalars, with tests and all!

17 years agoMerge 'source-handle' into 'DBIx-Class-current'
Matt S Trout [Thu, 28 Dec 2006 19:24:41 +0000]
Merge 'source-handle' into 'DBIx-Class-current'

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Thu, 28 Dec 2006 00:34:58 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r35424@cain (orig r2969):  dwc | 2006-12-19 06:22:09 +0000
fix find_related-based queries to correctly grep the unique key
r35455@cain (orig r2971):  ash | 2006-12-21 21:04:33 +0000
Made many_to_many throw an exception if its not provided with a $f_rel

17 years agoFixed problem with cdbi-t/13constrain.t
Ash Berlin [Thu, 28 Dec 2006 00:15:24 +0000]
Fixed problem with cdbi-t/13constrain.t

17 years agoRemoved CDBI subclassing bugs. constrain_columns to work out now
Ash Berlin [Wed, 27 Dec 2006 22:48:49 +0000]
Removed CDBI subclassing bugs. constrain_columns to work out now

17 years agoMade many_to_many throw an exception if its not provided with a $f_rel
Ash Berlin [Thu, 21 Dec 2006 21:04:33 +0000]
Made many_to_many throw an exception if its not provided with a $f_rel

17 years agofix find_related-based queries to correctly grep the unique key
Daniel Westermann-Clark [Tue, 19 Dec 2006 06:22:09 +0000]
fix find_related-based queries to correctly grep the unique key

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Mon, 11 Dec 2006 14:24:48 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r12251@localhost (orig r2961):  ningu | 2006-12-09 14:39:02 -0600
- die in Storage::DBI::Pg when it can't find the autoinc sequence
r12253@localhost (orig r2963):  ningu | 2006-12-10 10:25:22 -0600
add test for has_many prefetch with adjacent rows with no rel objects
r12254@localhost (orig r2964):  ningu | 2006-12-10 10:26:59 -0600
whoops
r12255@localhost (orig r2965):  blblack | 2006-12-10 19:00:22 -0600
allow pk mutation via column accessor + update
r12316@localhost (orig r2966):  blblack | 2006-12-11 08:24:23 -0600
better fix for pk mutation based on mst irc conversation

17 years agobetter fix for pk mutation based on mst irc conversation
Brandon L. Black [Mon, 11 Dec 2006 14:24:23 +0000]
better fix for pk mutation based on mst irc conversation

17 years agoallow pk mutation via column accessor + update
Brandon L. Black [Mon, 11 Dec 2006 01:00:22 +0000]
allow pk mutation via column accessor + update

17 years agowhoops
David Kamholz [Sun, 10 Dec 2006 16:26:59 +0000]
whoops

17 years agoadd test for has_many prefetch with adjacent rows with no rel objects
David Kamholz [Sun, 10 Dec 2006 16:25:22 +0000]
add test for has_many prefetch with adjacent rows with no rel objects

17 years agodie in Storage::DBI::Pg when it can't find the autoinc sequence
David Kamholz [Sat, 9 Dec 2006 20:39:02 +0000]
die in Storage::DBI::Pg when it can't find the autoinc sequence

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Thu, 7 Dec 2006 02:38:17 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r12195@localhost (orig r2957):  ash | 2006-12-06 15:48:49 -0600
More descriptive error messages courtesy of Marc Espie
r12196@localhost (orig r2958):  ash | 2006-12-06 17:05:30 -0600
Join condition patch from Bernhard Graf

17 years agoJoin condition patch from Bernhard Graf
Ash Berlin [Wed, 6 Dec 2006 23:05:30 +0000]
Join condition patch from Bernhard Graf

17 years agoMore descriptive error messages courtesy of Marc Espie
Ash Berlin [Wed, 6 Dec 2006 21:48:49 +0000]
More descriptive error messages courtesy of Marc Espie

17 years agotiny cosmetic fixes
David Kamholz [Sat, 2 Dec 2006 06:16:31 +0000]
tiny cosmetic fixes

17 years agoinline relationship and inflate code for new, update, get_column, set_column, etc.
David Kamholz [Sat, 2 Dec 2006 06:06:15 +0000]
inline relationship and inflate code for new, update, get_column, set_column, etc.

17 years agoAdd blessed checking to deflate
Jess Robinson [Tue, 28 Nov 2006 12:44:42 +0000]
Add blessed checking to deflate

17 years agoFixed ningu's typo from rev 2929, and added test to catch error better
Ash Berlin [Mon, 27 Nov 2006 21:52:10 +0000]
Fixed ningu's typo from rev 2929, and added test to catch error better

17 years agoTypo fix in error message
Ash Berlin [Mon, 27 Nov 2006 21:39:23 +0000]
Typo fix in error message

17 years ago- $schema->deploy now accepts a list of source (name)s to deploy
Ash Berlin [Mon, 27 Nov 2006 19:34:28 +0000]
- $schema->deploy now accepts a list of source (name)s to deploy
- Also fixed creating of FK constraints to use is_foreign_key attr explicitly
  even if no back rel

17 years agoMerge 'DBIx-Class-current' into 'source-handle'
Matt S Trout [Sun, 26 Nov 2006 16:21:30 +0000]
Merge 'DBIx-Class-current' into 'source-handle'

r34142@cain (orig r2940):  ningu | 2006-11-23 21:39:33 +0000
- nuke old _resultset caching stuff
- teeny cleanup to ResultSetColumn code
r34143@cain (orig r2941):  castaway | 2006-11-23 23:33:42 +0000
Add backup_directory, make tests cleanup

r34148@cain (orig r2946):  matthewt | 2006-11-26 16:21:17 +0000
 r34145@cain (orig r2943):  nigel | 2006-11-26 13:24:39 +0000
 Added a test to check that the result from a 2 level has_many prefetch
 is the same as that got by expanding the relationships one thing at a
 time.

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Nigel Metheringham [Sun, 26 Nov 2006 19:24:39 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r34145@cain (orig r2943):  nigel | 2006-11-26 13:24:39 +0000
Added a test to check that the result from a 2 level has_many prefetch
is the same as that got by expanding the relationships one thing at a
time.

17 years agoMade source_name read-only on source instances, r/w on classes
Ash Berlin [Sun, 26 Nov 2006 16:18:42 +0000]
Made source_name read-only on source instances, r/w on classes

17 years agoAdded a test to check that the result from a 2 level has_many prefetch
Nigel Metheringham [Sun, 26 Nov 2006 13:24:39 +0000]
Added a test to check that the result from a 2 level has_many prefetch
is the same as that got by expanding the relationships one thing at a
time.

17 years agoMulticol tests done. Also tweaked the pods and took out my debugger breakpoints.
Neil de Carteret [Sat, 25 Nov 2006 15:42:36 +0000]
Multicol tests done. Also tweaked the pods and took out my debugger breakpoints.

17 years agoAdd backup_directory, make tests cleanup
Jess Robinson [Thu, 23 Nov 2006 23:33:42 +0000]
Add backup_directory, make tests cleanup

17 years ago- nuke old _resultset caching stuff
David Kamholz [Thu, 23 Nov 2006 21:39:33 +0000]
- nuke old _resultset caching stuff
- teeny cleanup to ResultSetColumn code

17 years agoAdded the basic for multi column support. Original tests still pass, but the multicol...
Neil de Carteret [Thu, 23 Nov 2006 21:37:29 +0000]
Added the basic for multi column support. Original tests still pass, but the multicol bits have not been tested.

17 years agoMerge 'DBIx-Class-current' into 'source-handle'
Matt S Trout [Thu, 23 Nov 2006 21:21:39 +0000]
Merge 'DBIx-Class-current' into 'source-handle'

r34019@cain (orig r2917):  matthewt | 2006-11-22 05:22:32 +0000
moved tests to compose_namespace instead of compose_connection, marked compose_connection as deprecated, undocumented DB.pm
r34020@cain (orig r2918):  matthewt | 2006-11-22 05:30:06 +0000
class reg test
r34029@cain (orig r2921):  claco | 2006-11-22 17:38:43 +0000
Updated version requirement for Class::Accessor::Grouped to 0.03
r34035@cain (orig r2925):  ningu | 2006-11-22 22:10:30 +0000
 r18925@haferschleim (orig r2919):  ningu | 2006-11-21 22:44:26 -0800
 - slight optimization to ident_condition in PK.pm
 - get ident_cond in update() before applying arguments, so a column's pk can be updated
 r18926@haferschleim (orig r2920):  ningu | 2006-11-21 22:54:10 -0800
 revert update() change
 r18953@haferschleim (orig r2922):  ningu | 2006-11-22 12:12:43 -0800
 re-commit minimal pk-mutation in update(), with test
 r18956@haferschleim (orig r2924):  ningu | 2006-11-22 14:09:07 -0800
 add shallow copy of $attrs in ResultSet->new

r34039@cain (orig r2929):  ningu | 2006-11-23 00:02:14 +0000
trivial test cleanup
r34041@cain (orig r2931):  matthewt | 2006-11-23 20:05:52 +0000
 r28722@cain (orig r2813):  castaway | 2006-10-06 19:45:42 +0000
 Versioning! With tests! Woo!

r34042@cain (orig r2932):  matthewt | 2006-11-23 20:05:58 +0000
 r28723@cain (orig r2814):  castaway | 2006-10-06 19:52:38 +0000
 s/Path::Class/File::Spec/

r34043@cain (orig r2933):  matthewt | 2006-11-23 20:06:02 +0000

r34044@cain (orig r2934):  matthewt | 2006-11-23 20:06:06 +0000

r34045@cain (orig r2935):  matthewt | 2006-11-23 20:06:09 +0000
 r34031@cain (orig r2923):  castaway | 2006-11-22 20:44:36 +0000
 Fix tests, remove some random rints

r34046@cain (orig r2936):  matthewt | 2006-11-23 20:06:14 +0000

17 years agoMerge 'versioning' into 'DBIx-Class-current'
Matt S Trout [Thu, 23 Nov 2006 20:06:14 +0000]
Merge 'versioning' into 'DBIx-Class-current'

17 years agotrivial test cleanup
David Kamholz [Thu, 23 Nov 2006 00:02:14 +0000]
trivial test cleanup

17 years agofix typo fix
David Kamholz [Wed, 22 Nov 2006 22:44:22 +0000]
fix typo fix

17 years agofix typo
David Kamholz [Wed, 22 Nov 2006 22:34:23 +0000]
fix typo

17 years agochange monkier => moniker
David Kamholz [Wed, 22 Nov 2006 22:23:59 +0000]
change monkier => moniker

17 years agoMerge 'trunk' into 'DBIx-Class-current'
David Kamholz [Wed, 22 Nov 2006 22:10:30 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r18925@haferschleim (orig r2919):  ningu | 2006-11-21 22:44:26 -0800
- slight optimization to ident_condition in PK.pm
- get ident_cond in update() before applying arguments, so a column's pk can be updated
r18926@haferschleim (orig r2920):  ningu | 2006-11-21 22:54:10 -0800
revert update() change
r18953@haferschleim (orig r2922):  ningu | 2006-11-22 12:12:43 -0800
re-commit minimal pk-mutation in update(), with test
r18956@haferschleim (orig r2924):  ningu | 2006-11-22 14:09:07 -0800
add shallow copy of $attrs in ResultSet->new

17 years agoadd shallow copy of $attrs in ResultSet->new
David Kamholz [Wed, 22 Nov 2006 22:09:07 +0000]
add shallow copy of $attrs in ResultSet->new

17 years agoFix tests, remove some random rints
Jess Robinson [Wed, 22 Nov 2006 20:44:36 +0000]
Fix tests, remove some random rints

17 years agore-commit minimal pk-mutation in update(), with test
David Kamholz [Wed, 22 Nov 2006 20:12:43 +0000]
re-commit minimal pk-mutation in update(), with test

17 years agoUpdated version requirement for Class::Accessor::Grouped to 0.03
Christopher H. Laco [Wed, 22 Nov 2006 17:38:43 +0000]
Updated version requirement for Class::Accessor::Grouped to 0.03

17 years agorevert update() change
David Kamholz [Wed, 22 Nov 2006 06:54:10 +0000]
revert update() change

17 years ago- slight optimization to ident_condition in PK.pm
David Kamholz [Wed, 22 Nov 2006 06:44:26 +0000]
- slight optimization to ident_condition in PK.pm
- get ident_cond in update() before applying arguments, so a column's pk can be updated

17 years agoclass reg test
Matt S Trout [Wed, 22 Nov 2006 05:30:06 +0000]
class reg test

17 years agomoved tests to compose_namespace instead of compose_connection, marked compose_connec...
Matt S Trout [Wed, 22 Nov 2006 05:22:32 +0000]
moved tests to compose_namespace instead of compose_connection, marked compose_connection as deprecated, undocumented DB.pm

17 years agoMissed a reference to {result_source}
Ash Berlin [Tue, 21 Nov 2006 20:58:19 +0000]
Missed a reference to {result_source}

17 years agoChanged row and rs objects to not have direct handle to a source, instead a
Ash Berlin [Tue, 21 Nov 2006 09:46:41 +0000]
Changed row and rs objects to not have direct handle to a source, instead a
(schema,source_name) tuple of type ResultSourceHandle.

17 years agoMerge 'DBIx-Class-current' into 'ordered_handle_updates'
Brian Kirkbride [Mon, 20 Nov 2006 20:39:39 +0000]
Merge 'DBIx-Class-current' into 'ordered_handle_updates'

Merged with DBIx-Class-current

17 years agoMerge 'DBIx-Class-current' into 'versioning'
Matt S Trout [Mon, 20 Nov 2006 19:14:56 +0000]
Merge 'DBIx-Class-current' into 'versioning'

r33594@cain (orig r2873):  ash | 2006-11-12 16:52:21 +0000
Moved from M::B to M::I
Added myself to CONTRIBUTORS

r33595@cain (orig r2874):  ash | 2006-11-12 16:59:23 +0000
use inc::Module::Install 0.64 (no version previouly)

r33608@cain (orig r2876):  matthewt | 2006-11-13 08:35:04 +0000
 r33574@cain (orig r2868):  marcus | 2006-11-09 12:27:52 +0000
 remove obsolete example.
 r33576@cain (orig r2870):  matthewt | 2006-11-10 13:38:40 +0000
 inflate_result can return an array now. somebody write me tests please
 r33577@cain (orig r2871):  castaway | 2006-11-10 18:17:36 +0000
 Documentation updates:
   add_columns column_info keys
   resultset_class example

 r33593@cain (orig r2872):  castaway | 2006-11-10 22:22:22 +0000
 Minor documentation update

 r33596@cain (orig r2875):  matthewt | 2006-11-13 03:30:19 +0000
 make multi-return actually work

r33840@cain (orig r2899):  bricas | 2006-11-16 15:47:06 +0000
 r14845@Brian (orig r2878):  ash | 2006-11-13 15:48:13 -0400
 Seperated out quote tests so that matt can use them for S::A at some point (old
 test t/19quotes.t) Also includes two failing tests (quoted order by and
 { select => ['me.*']} attrs).

 r14870@Brian (orig r2882):  blblack | 2006-11-15 10:13:44 -0400
 fix for rt.cpan.org #22740 (use $^X instead of hardcoded "perl")
 r14875@Brian (orig r2887):  castaway | 2006-11-15 10:26:47 -0400
 Fix foreign/self example

 r14885@Brian (orig r2897):  blblack | 2006-11-15 16:16:14 -0400

 Don't blow up if columns_info_for returns useless results

 r14893@Brian (orig r2898):  bricas | 2006-11-16 11:42:33 -0400
 moving it to -current branch

r33841@cain (orig r2900):  bricas | 2006-11-16 15:48:02 +0000
moved from trunk
r33850@cain (orig r2909):  ash | 2006-11-18 01:13:36 +0000
Removed Class::Data::Accessor and DBIx::Class::AccessorGrouped and
replaced with Class::Accessor::Grouped.

component_class type accessors now just inherited and so no longer
automatcally require classes when set (noted in changes)

Added auto_install to Makefile.PL

r33996@cain (orig r2911):  matthewt | 2006-11-20 19:11:15 +0000
 r33842@cain (orig r2901):  bricas | 2006-11-16 15:54:41 +0000
 bumped ver. added some stuff to Changes i know were missing.
 r33845@cain (orig r2904):  blblack | 2006-11-16 16:43:42 +0000
 added changes entry for rt#22740
 r33846@cain (orig r2905):  castaway | 2006-11-16 16:45:29 +0000
 Added patch from Ted Carnahan to rel docs

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Mon, 20 Nov 2006 19:11:15 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r33842@cain (orig r2901):  bricas | 2006-11-16 15:54:41 +0000
bumped ver. added some stuff to Changes i know were missing.
r33845@cain (orig r2904):  blblack | 2006-11-16 16:43:42 +0000
added changes entry for rt#22740
r33846@cain (orig r2905):  castaway | 2006-11-16 16:45:29 +0000
Added patch from Ted Carnahan to rel docs

17 years agoRemoved Class::Data::Accessor and DBIx::Class::AccessorGrouped and
Ash Berlin [Sat, 18 Nov 2006 01:13:36 +0000]
Removed Class::Data::Accessor and DBIx::Class::AccessorGrouped and
replaced with Class::Accessor::Grouped.

component_class type accessors now just inherited and so no longer
automatcally require classes when set (noted in changes)

Added auto_install to Makefile.PL

17 years agoAdded patch from Ted Carnahan to rel docs v0.07003
Jess Robinson [Thu, 16 Nov 2006 16:45:29 +0000]
Added patch from Ted Carnahan to rel docs

17 years agoadded changes entry for rt#22740
Brandon L. Black [Thu, 16 Nov 2006 16:43:42 +0000]
added changes entry for rt#22740

17 years agobumped ver. added some stuff to Changes i know were missing.
Brian Cassidy [Thu, 16 Nov 2006 15:54:41 +0000]
bumped ver. added some stuff to Changes i know were missing.

17 years agomoved from trunk
Brian Cassidy [Thu, 16 Nov 2006 15:48:02 +0000]
moved from trunk

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brian Cassidy [Thu, 16 Nov 2006 15:47:06 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r14845@Brian (orig r2878):  ash | 2006-11-13 15:48:13 -0400
Seperated out quote tests so that matt can use them for S::A at some point (old
test t/19quotes.t) Also includes two failing tests (quoted order by and
{ select => ['me.*']} attrs).

r14870@Brian (orig r2882):  blblack | 2006-11-15 10:13:44 -0400
fix for rt.cpan.org #22740 (use $^X instead of hardcoded "perl")
r14875@Brian (orig r2887):  castaway | 2006-11-15 10:26:47 -0400
Fix foreign/self example

r14885@Brian (orig r2897):  blblack | 2006-11-15 16:16:14 -0400

Don't blow up if columns_info_for returns useless results

r14893@Brian (orig r2898):  bricas | 2006-11-16 11:42:33 -0400
moving it to -current branch

17 years agomoving it to -current branch
Brian Cassidy [Thu, 16 Nov 2006 15:42:33 +0000]
moving it to -current branch

17 years agoDon't blow up if columns_info_for returns useless results
Brandon L. Black [Wed, 15 Nov 2006 20:16:14 +0000]
Don't blow up if columns_info_for returns useless results

17 years agoFix foreign/self example
Jess Robinson [Wed, 15 Nov 2006 14:26:47 +0000]
Fix foreign/self example

17 years agofix for rt.cpan.org #22740 (use $^X instead of hardcoded "perl")
Brandon L. Black [Wed, 15 Nov 2006 14:13:44 +0000]
fix for rt.cpan.org #22740 (use $^X instead of hardcoded "perl")

17 years agoSeperated out quote tests so that matt can use them for S::A at some point (old
Ash Berlin [Mon, 13 Nov 2006 19:48:13 +0000]
Seperated out quote tests so that matt can use them for S::A at some point (old
test t/19quotes.t) Also includes two failing tests (quoted order by and
{ select => ['me.*']} attrs).

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Mon, 13 Nov 2006 08:35:04 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r33574@cain (orig r2868):  marcus | 2006-11-09 12:27:52 +0000
remove obsolete example.
r33576@cain (orig r2870):  matthewt | 2006-11-10 13:38:40 +0000
inflate_result can return an array now. somebody write me tests please
r33577@cain (orig r2871):  castaway | 2006-11-10 18:17:36 +0000
Documentation updates:
  add_columns column_info keys
  resultset_class example

r33593@cain (orig r2872):  castaway | 2006-11-10 22:22:22 +0000
Minor documentation update

r33596@cain (orig r2875):  matthewt | 2006-11-13 03:30:19 +0000
make multi-return actually work

17 years agomake multi-return actually work
Matt S Trout [Mon, 13 Nov 2006 03:30:19 +0000]
make multi-return actually work

17 years agouse inc::Module::Install 0.64 (no version previouly)
Ash Berlin [Sun, 12 Nov 2006 16:59:23 +0000]
use inc::Module::Install 0.64 (no version previouly)

17 years agoMoved from M::B to M::I
Ash Berlin [Sun, 12 Nov 2006 16:52:21 +0000]
Moved from M::B to M::I
Added myself to CONTRIBUTORS

17 years agoMinor documentation update
Jess Robinson [Fri, 10 Nov 2006 22:22:22 +0000]
Minor documentation update

17 years agoDocumentation updates:
Jess Robinson [Fri, 10 Nov 2006 18:17:36 +0000]
Documentation updates:
  add_columns column_info keys
  resultset_class example

17 years agoinflate_result can return an array now. somebody write me tests please
Matt S Trout [Fri, 10 Nov 2006 13:38:40 +0000]
inflate_result can return an array now. somebody write me tests please

17 years agoremove obsolete example.
Marcus Ramberg [Thu, 9 Nov 2006 12:27:52 +0000]
remove obsolete example.

17 years agoMerge 'DBIx-Class-current' into 'versioning'
Matt S Trout [Fri, 3 Nov 2006 04:26:53 +0000]
Merge 'DBIx-Class-current' into 'versioning'

r32520@cain (orig r2818):  blblack | 2006-10-12 03:28:43 +0000
 r10869@moloko (orig r2815):  matthewt | 2006-10-06 19:49:06 -0500
 fixup to work round an aliasing bug
 r10870@moloko (orig r2816):  dwc | 2006-10-08 12:41:15 -0500
 Add tests for alias fix in [2815]

r32546@cain (orig r2844):  blblack | 2006-10-17 15:28:41 +0000
 r7941@positron (orig r2836):  castaway | 2006-10-14 12:33:13 -0500
 Minor consistency, layout and grammar updates

 r7942@positron (orig r2837):  castaway | 2006-10-14 14:24:15 -0500
 Added examples for ResultSetColumn

 r7943@positron (orig r2838):  castaway | 2006-10-14 14:41:07 -0500
 Add func example for resultsetcolumn

 r7944@positron (orig r2839):  castaway | 2006-10-14 14:43:52 -0500
 Added resultsetcolumn question to FAQ

 r7945@positron (orig r2840):  castaway | 2006-10-14 14:46:26 -0500
 Fix typo

 r7946@positron (orig r2841):  castaway | 2006-10-14 15:11:40 -0500
 Funky hashref inflating example

 r7947@positron (orig r2842):  castaway | 2006-10-14 15:21:26 -0500
 Add find_or_new / in_storage example

 r9870@positron (orig r2843):  dwc | 2006-10-17 02:40:56 -0500
 Add (currently failing) tests for single relationship accessors with objects and for PK mutation

r33014@cain (orig r2851):  matthewt | 2006-10-25 05:20:32 +0000
 r32855@cain (orig r2845):  willert | 2006-10-18 20:33:43 +0000
 Add myself to the contributors list
 r32856@cain (orig r2846):  willert | 2006-10-18 20:37:23 +0000
 Changed DBIC::Schema->load_classes to be taint-safe even when Module::Find is used to fetch the classes to import.
 Added a testfile for this behavior and any further taint related issues.

 r32857@cain (orig r2847):  willert | 2006-10-18 20:40:15 +0000
 Cosmetics: Changed DBIx::Class to fit into the global 2-space-indent convention
 r32858@cain (orig r2848):  konobi | 2006-10-18 22:07:55 +0000
 Hide documentation for deprecated modules from PAUSE.
 r32859@cain (orig r2849):  matthewt | 2006-10-21 03:16:47 +0000
 I hate you all.
 r33013@cain (orig r2850):  matthewt | 2006-10-25 05:19:21 +0000
 because this actually works

r33271@cain (orig r2857):  matthewt | 2006-11-03 04:26:25 +0000
 r33016@cain (orig r2852):  matthewt | 2006-10-25 07:11:15 +0000
 fix it properly, fix Changes
 r33253@cain (orig r2853):  castaway | 2006-10-30 14:21:53 +0000
 Fixed typos in HashRefInflator example

 r33254@cain (orig r2854):  ash | 2006-10-30 14:49:27 +0000
 Fixed type in hasrref iter - thanks abraxxa

 r33255@cain (orig r2855):  ash | 2006-10-31 11:24:43 +0000
 Deploy fix that will hopefully sort out problems with HTML::Widget::DBIxClass

 r33256@cain (orig r2856):  ash | 2006-11-01 02:11:22 +0000
 reverted previous deploy change(r8255) - sorry matt, i wont break it again

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Fri, 3 Nov 2006 04:26:25 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r33016@cain (orig r2852):  matthewt | 2006-10-25 07:11:15 +0000
fix it properly, fix Changes
r33253@cain (orig r2853):  castaway | 2006-10-30 14:21:53 +0000
Fixed typos in HashRefInflator example

r33254@cain (orig r2854):  ash | 2006-10-30 14:49:27 +0000
Fixed type in hasrref iter - thanks abraxxa

r33255@cain (orig r2855):  ash | 2006-10-31 11:24:43 +0000
Deploy fix that will hopefully sort out problems with HTML::Widget::DBIxClass

r33256@cain (orig r2856):  ash | 2006-11-01 02:11:22 +0000
reverted previous deploy change(r8255) - sorry matt, i wont break it again

17 years agoreverted previous deploy change(r8255) - sorry matt, i wont break it again
Ash Berlin [Wed, 1 Nov 2006 02:11:22 +0000]
reverted previous deploy change(r8255) - sorry matt, i wont break it again

17 years agoDeploy fix that will hopefully sort out problems with HTML::Widget::DBIxClass
Ash Berlin [Tue, 31 Oct 2006 11:24:43 +0000]
Deploy fix that will hopefully sort out problems with HTML::Widget::DBIxClass

17 years agoFixed type in hasrref iter - thanks abraxxa
Ash Berlin [Mon, 30 Oct 2006 14:49:27 +0000]
Fixed type in hasrref iter - thanks abraxxa

17 years agoFixed typos in HashRefInflator example
Jess Robinson [Mon, 30 Oct 2006 14:21:53 +0000]
Fixed typos in HashRefInflator example

17 years agofix it properly, fix Changes
Matt S Trout [Wed, 25 Oct 2006 07:11:15 +0000]
fix it properly, fix Changes

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Wed, 25 Oct 2006 05:20:32 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r32855@cain (orig r2845):  willert | 2006-10-18 20:33:43 +0000
Add myself to the contributors list
r32856@cain (orig r2846):  willert | 2006-10-18 20:37:23 +0000
Changed DBIC::Schema->load_classes to be taint-safe even when Module::Find is used to fetch the classes to import.
Added a testfile for this behavior and any further taint related issues.

r32857@cain (orig r2847):  willert | 2006-10-18 20:40:15 +0000
Cosmetics: Changed DBIx::Class to fit into the global 2-space-indent convention
r32858@cain (orig r2848):  konobi | 2006-10-18 22:07:55 +0000
Hide documentation for deprecated modules from PAUSE.
r32859@cain (orig r2849):  matthewt | 2006-10-21 03:16:47 +0000
I hate you all.
r33013@cain (orig r2850):  matthewt | 2006-10-25 05:19:21 +0000
because this actually works

17 years agobecause this actually works
Matt S Trout [Wed, 25 Oct 2006 05:19:21 +0000]
because this actually works

17 years agoI hate you all.
Matt S Trout [Sat, 21 Oct 2006 03:16:47 +0000]
I hate you all.

17 years agoHide documentation for deprecated modules from PAUSE.
Scott McWhirter [Wed, 18 Oct 2006 22:07:55 +0000]
Hide documentation for deprecated modules from PAUSE.

17 years agoCosmetics: Changed DBIx::Class to fit into the global 2-space-indent convention
Sebastian Willert [Wed, 18 Oct 2006 20:40:15 +0000]
Cosmetics: Changed DBIx::Class to fit into the global 2-space-indent convention

17 years agoChanged DBIC::Schema->load_classes to be taint-safe even when Module::Find is used...
Sebastian Willert [Wed, 18 Oct 2006 20:37:23 +0000]
Changed DBIC::Schema->load_classes to be taint-safe even when Module::Find is used to fetch the classes to import.
Added a testfile for this behavior and any further taint related issues.

17 years agoAdd myself to the contributors list
Sebastian Willert [Wed, 18 Oct 2006 20:33:43 +0000]
Add myself to the contributors list

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Tue, 17 Oct 2006 15:28:41 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r7941@positron (orig r2836):  castaway | 2006-10-14 12:33:13 -0500
Minor consistency, layout and grammar updates

r7942@positron (orig r2837):  castaway | 2006-10-14 14:24:15 -0500
Added examples for ResultSetColumn

r7943@positron (orig r2838):  castaway | 2006-10-14 14:41:07 -0500
Add func example for resultsetcolumn

r7944@positron (orig r2839):  castaway | 2006-10-14 14:43:52 -0500
Added resultsetcolumn question to FAQ

r7945@positron (orig r2840):  castaway | 2006-10-14 14:46:26 -0500
Fix typo

r7946@positron (orig r2841):  castaway | 2006-10-14 15:11:40 -0500
Funky hashref inflating example

r7947@positron (orig r2842):  castaway | 2006-10-14 15:21:26 -0500
Add find_or_new / in_storage example

r9870@positron (orig r2843):  dwc | 2006-10-17 02:40:56 -0500
Add (currently failing) tests for single relationship accessors with objects and for PK mutation

17 years agoAdd (currently failing) tests for single relationship accessors with objects and...
Daniel Westermann-Clark [Tue, 17 Oct 2006 07:40:56 +0000]
Add (currently failing) tests for single relationship accessors with objects and for PK mutation

17 years agoAdd find_or_new / in_storage example
Jess Robinson [Sat, 14 Oct 2006 20:21:26 +0000]
Add find_or_new / in_storage example

17 years agoFunky hashref inflating example
Jess Robinson [Sat, 14 Oct 2006 20:11:40 +0000]
Funky hashref inflating example

17 years agoFix typo
Jess Robinson [Sat, 14 Oct 2006 19:46:26 +0000]
Fix typo

17 years agoAdded resultsetcolumn question to FAQ
Jess Robinson [Sat, 14 Oct 2006 19:43:52 +0000]
Added resultsetcolumn question to FAQ

17 years agoAdd func example for resultsetcolumn
Jess Robinson [Sat, 14 Oct 2006 19:41:07 +0000]
Add func example for resultsetcolumn

17 years agoAdded examples for ResultSetColumn
Jess Robinson [Sat, 14 Oct 2006 19:24:15 +0000]
Added examples for ResultSetColumn

17 years agoMinor consistency, layout and grammar updates
Jess Robinson [Sat, 14 Oct 2006 17:33:13 +0000]
Minor consistency, layout and grammar updates

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Thu, 12 Oct 2006 03:28:43 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r10869@moloko (orig r2815):  matthewt | 2006-10-06 19:49:06 -0500
fixup to work round an aliasing bug
r10870@moloko (orig r2816):  dwc | 2006-10-08 12:41:15 -0500
Add tests for alias fix in [2815]