Matt S Trout [Thu, 23 Nov 2006 18:39:27 +0000]
Merge 'DBIx-Class-current' into 'versioning'
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
David Kamholz [Thu, 23 Nov 2006 00:02:14 +0000]
trivial test cleanup
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
David Kamholz [Wed, 22 Nov 2006 22:09:07 +0000]
add shallow copy of $attrs in ResultSet->new
Jess Robinson [Wed, 22 Nov 2006 20:44:36 +0000]
Fix tests, remove some random rints
David Kamholz [Wed, 22 Nov 2006 20:12:43 +0000]
re-commit minimal pk-mutation in update(), with test
Christopher H. Laco [Wed, 22 Nov 2006 17:38:43 +0000]
Updated version requirement for Class::Accessor::Grouped to 0.03
David Kamholz [Wed, 22 Nov 2006 06:54:10 +0000]
revert update() change
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
Matt S Trout [Wed, 22 Nov 2006 05:30:06 +0000]
class reg test
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
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
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
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
Jess Robinson [Thu, 16 Nov 2006 16:45:29 +0000]
Added patch from Ted Carnahan to rel docs
Brandon L. Black [Thu, 16 Nov 2006 16:43:42 +0000]
added changes entry for rt#22740
Brian Cassidy [Thu, 16 Nov 2006 15:54:41 +0000]
bumped ver. added some stuff to Changes i know were missing.
Brian Cassidy [Thu, 16 Nov 2006 15:48:02 +0000]
moved from trunk
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
Brian Cassidy [Thu, 16 Nov 2006 15:42:33 +0000]
moving it to -current branch
Brandon L. Black [Wed, 15 Nov 2006 20:16:14 +0000]
Don't blow up if columns_info_for returns useless results
Jess Robinson [Wed, 15 Nov 2006 14:26:47 +0000]
Fix foreign/self example
Brandon L. Black [Wed, 15 Nov 2006 14:13:44 +0000]
fix for rt.cpan.org #22740 (use $^X instead of hardcoded "perl")
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).
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
Matt S Trout [Mon, 13 Nov 2006 03:30:19 +0000]
make multi-return actually work
Ash Berlin [Sun, 12 Nov 2006 16:59:23 +0000]
use inc::Module::Install 0.64 (no version previouly)
Ash Berlin [Sun, 12 Nov 2006 16:52:21 +0000]
Moved from M::B to M::I
Added myself to CONTRIBUTORS
Jess Robinson [Fri, 10 Nov 2006 22:22:22 +0000]
Minor documentation update
Jess Robinson [Fri, 10 Nov 2006 18:17:36 +0000]
Documentation updates:
add_columns column_info keys
resultset_class example
Matt S Trout [Fri, 10 Nov 2006 13:38:40 +0000]
inflate_result can return an array now. somebody write me tests please
Marcus Ramberg [Thu, 9 Nov 2006 12:27:52 +0000]
remove obsolete example.
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
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
Ash Berlin [Wed, 1 Nov 2006 02:11:22 +0000]
reverted previous deploy change(r8255) - sorry matt, i wont break it again
Ash Berlin [Tue, 31 Oct 2006 11:24:43 +0000]
Deploy fix that will hopefully sort out problems with HTML::Widget::DBIxClass
Ash Berlin [Mon, 30 Oct 2006 14:49:27 +0000]
Fixed type in hasrref iter - thanks abraxxa
Jess Robinson [Mon, 30 Oct 2006 14:21:53 +0000]
Fixed typos in HashRefInflator example
Matt S Trout [Wed, 25 Oct 2006 07:11:15 +0000]
fix it properly, fix Changes
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
Matt S Trout [Wed, 25 Oct 2006 05:19:21 +0000]
because this actually works
Matt S Trout [Sat, 21 Oct 2006 03:16:47 +0000]
I hate you all.
Scott McWhirter [Wed, 18 Oct 2006 22:07:55 +0000]
Hide documentation for deprecated modules from PAUSE.
Sebastian Willert [Wed, 18 Oct 2006 20:40:15 +0000]
Cosmetics: Changed DBIx::Class to fit into the global 2-space-indent convention
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.
Sebastian Willert [Wed, 18 Oct 2006 20:33:43 +0000]
Add myself to the contributors list
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
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
Jess Robinson [Sat, 14 Oct 2006 20:21:26 +0000]
Add find_or_new / in_storage example
Jess Robinson [Sat, 14 Oct 2006 20:11:40 +0000]
Funky hashref inflating example
Jess Robinson [Sat, 14 Oct 2006 19:46:26 +0000]
Fix typo
Jess Robinson [Sat, 14 Oct 2006 19:43:52 +0000]
Added resultsetcolumn question to FAQ
Jess Robinson [Sat, 14 Oct 2006 19:41:07 +0000]
Add func example for resultsetcolumn
Jess Robinson [Sat, 14 Oct 2006 19:24:15 +0000]
Added examples for ResultSetColumn
Jess Robinson [Sat, 14 Oct 2006 17:33:13 +0000]
Minor consistency, layout and grammar updates
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]
Daniel Westermann-Clark [Sun, 8 Oct 2006 17:41:15 +0000]
Add tests for alias fix in [2815]
Matt S Trout [Sat, 7 Oct 2006 00:49:06 +0000]
fixup to work round an aliasing bug
Jess Robinson [Fri, 6 Oct 2006 19:52:38 +0000]
s/Path::Class/File::Spec/
Jess Robinson [Fri, 6 Oct 2006 19:45:42 +0000]
Versioning! With tests! Woo!
Jess Robinson [Fri, 6 Oct 2006 12:56:32 +0000]
Merge 'DBIx-Class-current' into 'versioning'
Create clean branch for version
Brandon L. Black [Fri, 6 Oct 2006 02:02:53 +0000]
updated Changes for 0.07999_01 release
Brandon L. Black [Fri, 6 Oct 2006 01:55:56 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r12918@evoc8 (orig r2807): dsully | 2006-10-04 13:19:37 -0500
Make UTF-8 columns work under Perl <= 5.8.0
r12919@evoc8 (orig r2808): dsully | 2006-10-04 13:32:37 -0500
Update changes
Dan Sully [Wed, 4 Oct 2006 18:32:37 +0000]
Update changes
Dan Sully [Wed, 4 Oct 2006 18:19:37 +0000]
Make UTF-8 columns work under Perl <= 5.8.0
Brandon L. Black [Tue, 3 Oct 2006 22:57:09 +0000]
add connect_info option to disable statement caching
Brandon L. Black [Tue, 3 Oct 2006 20:25:03 +0000]
make insert_bulk use the sth method in the newer style of things
Jess Robinson [Tue, 3 Oct 2006 19:01:12 +0000]
Fixed to actually insert using column names, thanks claco!
Christopher H. Laco [Thu, 28 Sep 2006 23:27:43 +0000]
Updated 100populate.t tests to include calls in list context vs void context
Christopher H. Laco [Thu, 28 Sep 2006 22:53:36 +0000]
Added failing tests for pre/post populate->insert_bulk changes
Daniel Westermann-Clark [Sat, 16 Sep 2006 17:56:02 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r11778@fortuna (orig r2794): dwc | 2006-09-16 12:56:02 -0400
Rework quote tests to not rely on SQLite, instead using debugcb to get generated SQL
Daniel Westermann-Clark [Sat, 16 Sep 2006 16:56:02 +0000]
Rework quote tests to not rely on SQLite, instead using debugcb to get generated SQL
Jess Robinson [Fri, 15 Sep 2006 22:04:43 +0000]
create insert_bulk using execute_array, and make populate use it in void context
Matt S Trout [Fri, 15 Sep 2006 21:42:04 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r26908@cain (orig r2783): dwc | 2006-09-14 21:26:45 +0000
Prepping 0.07002 for release
r26915@cain (orig r2790): castaway | 2006-09-15 21:17:43 +0000
Fixup limit syntax finding for DB2
r26916@cain (orig r2791): ash | 2006-09-15 21:35:37 +0000
Fixed incorect class name in sqlt examples
Ash Berlin [Fri, 15 Sep 2006 21:35:37 +0000]
Fixed incorect class name in sqlt examples
Jess Robinson [Fri, 15 Sep 2006 21:17:43 +0000]
Fixup limit syntax finding for DB2
Brandon L. Black [Fri, 15 Sep 2006 15:39:24 +0000]
the beginnings of a real storage stress test
Daniel Westermann-Clark [Thu, 14 Sep 2006 21:26:45 +0000]
Prepping 0.07002 for release
Daniel Westermann-Clark [Thu, 14 Sep 2006 14:29:02 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r12625@evoc8 (orig r2780): dwc | 2006-09-14 09:29:02 -0500
Fix for recent SQLite versions interpreting single quotes as string literals
Brandon L. Black [Thu, 14 Sep 2006 17:34:22 +0000]
change warning check to death check (new storage exceptions)
Daniel Westermann-Clark [Thu, 14 Sep 2006 14:29:02 +0000]
Fix for recent SQLite versions interpreting single quotes as string literals
Brandon L. Black [Wed, 13 Sep 2006 22:04:10 +0000]
Storage::DBI::Cursor now makes use of the new Storage::DBI exception stuff instead of manually checking $$/threads->tid for itself
Brandon L. Black [Wed, 13 Sep 2006 21:26:45 +0000]
extend the "_in_dbh_do" concept
Brandon L. Black [Wed, 13 Sep 2006 21:03:01 +0000]
move !$sth exception up a level to fix storage exceptions
Brandon L. Black [Tue, 12 Sep 2006 19:34:13 +0000]
default column_info_from_storage to zero in -current
Brandon L. Black [Tue, 12 Sep 2006 19:31:10 +0000]
Merge 'trunk' into 'DBIx-Class-current'
Brandon L. Black [Tue, 12 Sep 2006 19:31:10 +0000]
Backported column_info_from_storage accessor from -current, but defaults true instead of false in 0.07xxx
Brandon L. Black [Tue, 12 Sep 2006 19:18:42 +0000]
column_info_from_storage(1) is cleaner anyways
Kieren Diment [Sat, 9 Sep 2006 02:52:47 +0000]
example.db removed. make your own. the scripts in ../ make it too easy to bugger the database as is.
Kieren Diment [Sat, 9 Sep 2006 02:44:17 +0000]
mention of reference impl in Example.pod and changed example to use the db/ directory to store database files
Kieren Diment [Sat, 9 Sep 2006 02:37:47 +0000]
added reference implementation of DBIx::Class::Manual::Example
Cory G Watson [Fri, 8 Sep 2006 16:03:09 +0000]
More degphatification.
Cory G Watson [Fri, 8 Sep 2006 16:01:08 +0000]
De 'gphatify' Statistics.pm per mst's request *grin*
Kieren Diment [Fri, 8 Sep 2006 09:50:32 +0000]
updated all to use PK::Auto
Nigel Metheringham [Thu, 7 Sep 2006 16:34:44 +0000]
Missed fallback from changeset [2751]
Nigel Metheringham [Thu, 7 Sep 2006 16:30:30 +0000]
Added FAQ/Cookbook entry on Stringification. Contributed by Marcello Romani.
Christopher H. Laco [Thu, 7 Sep 2006 01:00:22 +0000]
Fixed inflate_datetime tests under older Test::More
Jess Robinson [Sun, 3 Sep 2006 20:04:18 +0000]
Update populate docs
Michael Leuchtenburg [Thu, 31 Aug 2006 21:13:58 +0000]
Apparently I can't spell my own name.
Nigel Metheringham [Thu, 31 Aug 2006 17:14:57 +0000]
Trivial change - add module name to pod coverage skip message