Matt S Trout [Tue, 27 Dec 2005 03:11:32 +0000]
Added select and as attrs to resultset
Matt S Trout [Mon, 26 Dec 2005 01:44:47 +0000]
Moved resultset_instance into DB.pm
Matt S Trout [Mon, 26 Dec 2005 01:32:42 +0000]
Switched tests to use DBICTest->class("...")
Matt S Trout [Mon, 26 Dec 2005 00:48:44 +0000]
04db test now uses txn_* API rather than storage->dbh hacks
Matt S Trout [Mon, 26 Dec 2005 00:46:52 +0000]
ResultSetInstance is now a component on DB, some test cleanup
Matt S Trout [Mon, 26 Dec 2005 05:50:53 +0000]
Merge 'trunk' into 'DBIx-Class-resultset'
r411@server (orig r410): matthewt | 2005-12-25 23:50:53 +0000
- Removed DBIx::Class::Validation from Core (no prereqs in Build.PL, no tests)
Matt S Trout [Sun, 25 Dec 2005 23:50:53 +0000]
Removed DBIx::Class::Validation from Core (no prereqs in Build.PL, no tests)
Matt S Trout [Tue, 20 Dec 2005 05:33:34 +0000]
CDBICompat happy again on rs branch
Matt S Trout [Tue, 20 Dec 2005 05:09:44 +0000]
Nuked 08-inheritcols.t since it's duplicated in 01-columns.t
Matt S Trout [Tue, 20 Dec 2005 01:59:46 +0000]
Merge 'trunk' into 'DBIx-Class-resultset'
r4570@obrien (orig r392): castaway | 2005-12-14 14:22:23 +0000
Patches from Andreas Hartmeier applied to PK::Auto
r4601@obrien (orig r396): marcus | 2005-12-15 15:59:43 +0000
make more sane error message for missing table.
r4632@obrien (orig r397): bluefeet | 2005-12-15 17:07:45 +0000
Adding first version of DBIx::Class::Validation.
r4633@obrien (orig r398): ningu | 2005-12-15 22:59:01 +0000
- PK::Auto doc patch from dwc
r4641@obrien (orig r400): dwc | 2005-12-18 17:59:04 +0000
Update examples to be more explicit about load_components order
r4642@obrien (orig r401): bricas | 2005-12-19 20:19:14 +0000
added cookbook example: setting default values
Brian Cassidy [Mon, 19 Dec 2005 20:19:14 +0000]
added cookbook example: setting default values
Daniel Westermann-Clark [Sun, 18 Dec 2005 17:59:04 +0000]
Update examples to be more explicit about load_components order
David Kamholz [Thu, 15 Dec 2005 22:59:01 +0000]
PK::Auto doc patch from dwc
Aran Deltac [Thu, 15 Dec 2005 17:07:45 +0000]
Adding first version of DBIx::Class::Validation.
Marcus Ramberg [Thu, 15 Dec 2005 15:59:43 +0000]
make more sane error message for missing table.
Matt S Trout [Wed, 14 Dec 2005 19:38:02 +0000]
Start of TableInstance code. CDBICompat currently b0rken
Jess Robinson [Wed, 14 Dec 2005 14:22:23 +0000]
Patches from Andreas Hartmeier applied to PK::Auto
Matt S Trout [Wed, 14 Dec 2005 06:09:57 +0000]
Fixup after pull from trunk
Matt S Trout [Wed, 14 Dec 2005 05:44:37 +0000]
Merge 'trunk' into 'DBIx-Class-resultset'
r4450@obrien (orig r367): bricas | 2005-12-09 19:25:51 +0000
minor pod fixes
r4451@obrien (orig r368): matthewt | 2005-12-09 19:40:00 +0000
- Merged patched from andyg to throw useful errors during relationship loading
r4495@obrien (orig r369): castaway | 2005-12-10 14:14:11 +0000
Check for primary key existance
r4496@obrien (orig r370): ningu | 2005-12-10 15:06:51 +0000
- updated manifest and manifest.skip
- added support in BelongsTo for string third argument specifying foreign column name (and test)
r4497@obrien (orig r371): ningu | 2005-12-10 15:48:13 +0000
- docs updates to Relationship and ResultSet
r4498@obrien (orig r372): ningu | 2005-12-10 16:25:12 +0000
- item => head2 in docs
r4499@obrien (orig r373): ningu | 2005-12-10 16:54:34 +0000
clean up transaction handling
- tx_begin, tx_commit, tx_rollback (old methods are aliased)
- DBI.pm uses counter to do nested transactions portably
r4500@obrien (orig r374): ningu | 2005-12-10 17:19:50 +0000
- fix last patch
r4501@obrien (orig r375): ningu | 2005-12-10 17:57:11 +0000
- fixed up relationship docs
r4502@obrien (orig r376): ningu | 2005-12-10 18:21:11 +0000
- more dob updates
r4503@obrien (orig r377): ningu | 2005-12-10 21:19:03 +0000
- update cookbook and resultset docs
r4504@obrien (orig r378): ningu | 2005-12-10 21:32:04 +0000
- rename tx_* => txn_*
r4507@obrien (orig r381): ningu | 2005-12-11 09:18:54 +0000
- rewrite belongs_to again, so $cond is foreign key in current table
r4508@obrien (orig r382): matthewt | 2005-12-12 12:07:29 +0000
- Test and fix to Storage::DBI from Justin DeVuyst
r4509@obrien (orig r383): matthewt | 2005-12-12 15:52:40 +0000
- Nothing to see here. Move along ...
r4510@obrien (orig r384): ningu | 2005-12-13 11:22:49 +0000
- fix docs typo
r4511@obrien (orig r385): ningu | 2005-12-13 20:23:50 +0000
- PK::Auto::Pg bug fix, only checks primary keys
r4512@obrien (orig r386): ningu | 2005-12-13 20:37:42 +0000
- updated Changes
r4513@obrien (orig r387): ningu | 2005-12-13 20:54:57 +0000
- add ResultSet to see also in main POD
- update MANIFEST and README
r4514@obrien (orig r388): ningu | 2005-12-13 21:28:17 +0000
- fix mystery tabs in changes file
David Kamholz [Tue, 13 Dec 2005 21:28:17 +0000]
fix mystery tabs in changes file
David Kamholz [Tue, 13 Dec 2005 20:54:57 +0000]
- add ResultSet to see also in main POD
- update MANIFEST and README
David Kamholz [Tue, 13 Dec 2005 20:37:42 +0000]
updated Changes
David Kamholz [Tue, 13 Dec 2005 20:23:50 +0000]
PK::Auto::Pg bug fix, only checks primary keys
David Kamholz [Tue, 13 Dec 2005 11:22:49 +0000]
fix docs typo
Matt S Trout [Mon, 12 Dec 2005 15:52:40 +0000]
Nothing to see here. Move along ...
Matt S Trout [Mon, 12 Dec 2005 12:07:29 +0000]
Test and fix to Storage::DBI from Justin DeVuyst
David Kamholz [Sun, 11 Dec 2005 09:18:54 +0000]
rewrite belongs_to again, so $cond is foreign key in current table
David Kamholz [Sun, 11 Dec 2005 00:16:11 +0000]
merge resultset branch through revision 378
David Kamholz [Sun, 11 Dec 2005 00:03:22 +0000]
merge resultset branch through revision 371
David Kamholz [Sat, 10 Dec 2005 21:32:04 +0000]
rename tx_* => txn_*
David Kamholz [Sat, 10 Dec 2005 21:19:03 +0000]
update cookbook and resultset docs
David Kamholz [Sat, 10 Dec 2005 18:21:11 +0000]
more dob updates
David Kamholz [Sat, 10 Dec 2005 17:57:11 +0000]
fixed up relationship docs
David Kamholz [Sat, 10 Dec 2005 17:19:50 +0000]
fix last patch
David Kamholz [Sat, 10 Dec 2005 16:54:34 +0000]
clean up transaction handling
- tx_begin, tx_commit, tx_rollback (old methods are aliased)
- DBI.pm uses counter to do nested transactions portably
David Kamholz [Sat, 10 Dec 2005 16:25:12 +0000]
item => head2 in docs
David Kamholz [Sat, 10 Dec 2005 15:48:13 +0000]
docs updates to Relationship and ResultSet
David Kamholz [Sat, 10 Dec 2005 15:06:51 +0000]
- updated manifest and manifest.skip
- added support in BelongsTo for string third argument specifying foreign column name (and test)
Jess Robinson [Sat, 10 Dec 2005 14:14:11 +0000]
Check for primary key existance
Matt S Trout [Fri, 9 Dec 2005 19:40:00 +0000]
Merged patched from andyg to throw useful errors during relationship loading
Brian Cassidy [Fri, 9 Dec 2005 19:25:51 +0000]
minor pod fixes
Matt S Trout [Fri, 9 Dec 2005 04:58:16 +0000]
Moved search_like to resultset
Matt S Trout [Fri, 9 Dec 2005 02:41:03 +0000]
Lo, doth everything now use resultset_instance
David Kamholz [Thu, 8 Dec 2005 03:35:27 +0000]
Merge 'trunk' into 'DBIx-Class-resultset'
David Kamholz [Wed, 7 Dec 2005 21:35:27 +0000]
updated contributors list
Matt S Trout [Wed, 7 Dec 2005 01:52:13 +0000]
Manual::Cookbook patch from Krzysztof Krzyzaniak
Matt S Trout [Wed, 7 Dec 2005 01:38:50 +0000]
Componentised fixup from Vsevolod (Simon) Ilyushchenko
Matt S Trout [Wed, 7 Dec 2005 01:37:55 +0000]
Classdata test from abraxxa
Andy Grundman [Mon, 5 Dec 2005 18:34:09 +0000]
Require Data::Page 2.00
Jules Bean [Thu, 1 Dec 2005 20:04:37 +0000]
die() if the user inadvertently tries to set the column list using
columns() as if it was add_columns().
Matt S Trout [Thu, 1 Dec 2005 17:49:11 +0000]
Patch from abraxxa to make set_primary_key barf if called with non-existant columns
Andy Grundman [Thu, 1 Dec 2005 16:41:43 +0000]
Removed duplicate C3 dep from Build.PL
Matt S Trout [Thu, 1 Dec 2005 07:55:29 +0000]
Moved search_literal, count, count_literal onto resultset
Matt S Trout [Thu, 1 Dec 2005 06:30:11 +0000]
Moved search to resultset, created ResultSetInstance
Matt S Trout [Thu, 1 Dec 2005 00:18:30 +0000]
Merge 'trunk' into 'DBIx-Class-resultset'
r4123@obrien (orig r345): matthewt | 2005-11-30 18:18:30 +0000
- Added improved Schema load_classes syntax from abraxxa
Matt S Trout [Wed, 30 Nov 2005 18:18:30 +0000]
Added improved Schema load_classes syntax from abraxxa
Matt S Trout [Wed, 30 Nov 2005 05:33:08 +0000]
Nuked Data::Page use call in Table
Matt S Trout [Mon, 28 Nov 2005 02:18:22 +0000]
Cleanup in resultset, made storage prepare_cached for non-select statements
Matt S Trout [Sun, 27 Nov 2005 22:34:52 +0000]
Merge 'trunk' into 'DBIx-Class-resultset'
r4028@obrien (orig r333): matthewt | 2005-11-27 16:34:52 +0000
- Fixed InflateColumn to call set_column during set_inflated_column
Matt S Trout [Sun, 27 Nov 2005 16:34:52 +0000]
Fixed InflateColumn to call set_column during set_inflated_column
Matt S Trout [Sun, 27 Nov 2005 03:50:33 +0000]
Merge 'DBIx-Class-C3' into 'DBIx-Class-resultset'
r3593@obrien (orig r290): paulm | 2005-11-08 17:02:49 +0000
Minor whitespace tweaks to make each file more distinct. Add note for CDBI folks to watch out.
r3594@obrien (orig r291): matthewt | 2005-11-08 17:25:02 +0000
- Added fix to avoid undef warnings in CDBICompat stringify
r3746@obrien (orig r292): paulm | 2005-11-10 14:05:55 +0000
Added some examples and explanations for search()
r3747@obrien (orig r293): paulm | 2005-11-10 15:15:33 +0000
Change /record ?set/ to resultset incl. ResultSet in POD; typo.
r3749@obrien (orig r295): andyg | 2005-11-14 17:57:49 +0000
Fixed typo in Build.PL
r3751@obrien (orig r297): matthewt | 2005-11-15 03:55:24 +0000
- Bugfixes, optimisations
r3752@obrien (orig r298): matthewt | 2005-11-15 06:21:38 +0000
- Added has_column and column_info methods
r3757@obrien (orig r303): paulm | 2005-11-15 15:26:22 +0000
Add Class::Trigger and DBIx::ContextualFetch to build requirements
(needed for CDBICompat only)
r3760@obrien (orig r306): ningu | 2005-11-18 17:26:52 +0000
- fix PK::Auto bug where it wouldn't recognize a defined but false PK
r3761@obrien (orig r307): ningu | 2005-11-18 17:35:41 +0000
- update fix in last rev to use has_column
r3940@obrien (orig r311): ningu | 2005-11-20 21:56:49 +0000
- docs patch from dopplecoder with cleanups to Cookbook example
r3941@obrien (orig r312): ningu | 2005-11-20 22:00:25 +0000
- small cleanup to last patch
r3989@obrien (orig r316): matthewt | 2005-11-24 23:56:06 +0000
- Applied Brandon Black's patch to PK::Auto::Pg
r4014@obrien (orig r319): matthewt | 2005-11-26 23:10:13 +0000
r3754@obrien (orig r300): matthewt | 2005-11-15 09:05:09 +0000
- Broke everything (C3 branch)
r4015@obrien (orig r320): matthewt | 2005-11-26 23:10:30 +0000
r3755@obrien (orig r301): matthewt | 2005-11-15 09:32:16 +0000
- Schema now loads
r4016@obrien (orig r321): matthewt | 2005-11-26 23:10:36 +0000
r3756@obrien (orig r302): matthewt | 2005-11-15 10:00:36 +0000
- Getting there ...
r4017@obrien (orig r322): matthewt | 2005-11-26 23:10:42 +0000
r4018@obrien (orig r323): matthewt | 2005-11-26 23:10:48 +0000
r3759@obrien (orig r305): matthewt | 2005-11-15 20:48:44 +0000
- Shoved Class::Data::Inheritable into DBIx::Class, more stuff works now
r4019@obrien (orig r324): matthewt | 2005-11-26 23:11:03 +0000
r3763@obrien (orig r309): matthewt | 2005-11-20 02:29:04 +0000
- Dumped anti-NEXT-breakage hack in CDBICompat stringify
r4020@obrien (orig r325): matthewt | 2005-11-26 23:11:10 +0000
r3764@obrien (orig r310): matthewt | 2005-11-20 17:02:23 +0000
- 0.3999_01 changes
r4021@obrien (orig r326): matthewt | 2005-11-26 23:11:20 +0000
r3987@obrien (orig r314): matthewt | 2005-11-24 05:27:49 +0000
- With the addition of Class::C3 0.07 and a few tweaks, C3 branch works!
r4022@obrien (orig r327): matthewt | 2005-11-26 23:13:03 +0000
r3988@obrien (orig r315): matthewt | 2005-11-24 06:23:39 +0000
- Updated version and POD
r4023@obrien (orig r328): matthewt | 2005-11-26 23:13:10 +0000
r3990@obrien (orig r317): matthewt | 2005-11-25 01:15:47 +0000
- Version bumped to 0.03999_03, fix for Auto::PK issues in MySQL tests
r4024@obrien (orig r329): matthewt | 2005-11-26 23:13:19 +0000
r4026@obrien (orig r331): matthewt | 2005-11-27 03:50:14 +0000
- Committed version bump to DBIx::Class
Matt S Trout [Sun, 27 Nov 2005 03:50:14 +0000]
Committed version bump to DBIx::Class
Matt S Trout [Sat, 26 Nov 2005 23:13:19 +0000]
Merge 'DBIx-Class-C3' into 'trunk'
Matt S Trout [Sun, 20 Nov 2005 23:02:23 +0000]
Merge 'DBIx-Class-C3' into 'trunk'
Matt S Trout [Wed, 16 Nov 2005 02:48:44 +0000]
Merge 'DBIx-Class-C3' into 'trunk'
Matt S Trout [Fri, 25 Nov 2005 05:56:06 +0000]
Merge 'trunk' into 'DBIx-Class-C3'
r3989@obrien (orig r316): matthewt | 2005-11-24 23:56:06 +0000
- Applied Brandon Black's patch to PK::Auto::Pg
Matt S Trout [Fri, 25 Nov 2005 01:15:47 +0000]
Version bumped to 0.03999_03, fix for Auto::PK issues in MySQL tests
Matt S Trout [Thu, 24 Nov 2005 23:56:06 +0000]
Applied Brandon Black's patch to PK::Auto::Pg
Matt S Trout [Thu, 24 Nov 2005 06:23:39 +0000]
Updated version and POD
Matt S Trout [Thu, 24 Nov 2005 05:27:49 +0000]
With the addition of Class::C3 0.07 and a few tweaks, C3 branch works!
Matt S Trout [Wed, 23 Nov 2005 01:06:01 +0000]
Merge 'trunk' into 'DBIx-Class-C3'
r3940@obrien (orig r311): ningu | 2005-11-20 21:56:49 +0000
- docs patch from dopplecoder with cleanups to Cookbook example
r3941@obrien (orig r312): ningu | 2005-11-20 22:00:25 +0000
- small cleanup to last patch
David Kamholz [Sun, 20 Nov 2005 22:00:25 +0000]
small cleanup to last patch
David Kamholz [Sun, 20 Nov 2005 21:56:49 +0000]
docs patch from dopplecoder with cleanups to Cookbook example
Matt S Trout [Sun, 20 Nov 2005 17:02:23 +0000]
0.3999_01 changes
Matt S Trout [Sun, 20 Nov 2005 02:29:04 +0000]
Dumped anti-NEXT-breakage hack in CDBICompat stringify
Matt S Trout [Sat, 19 Nov 2005 23:38:10 +0000]
Merge 'trunk' into 'DBIx-Class-C3'
r3760@obrien (orig r306): ningu | 2005-11-18 17:26:52 +0000
- fix PK::Auto bug where it wouldn't recognize a defined but false PK
r3761@obrien (orig r307): ningu | 2005-11-18 17:35:41 +0000
- update fix in last rev to use has_column
David Kamholz [Fri, 18 Nov 2005 17:35:41 +0000]
update fix in last rev to use has_column
David Kamholz [Fri, 18 Nov 2005 17:26:52 +0000]
fix PK::Auto bug where it wouldn't recognize a defined but false PK
Matt S Trout [Tue, 15 Nov 2005 20:48:44 +0000]
Shoved Class::Data::Inheritable into DBIx::Class, more stuff works now
Paul Makepeace [Tue, 15 Nov 2005 21:26:22 +0000]
Merge 'trunk' into 'DBIx-Class-C3'
r3757@obrien (orig r303): paulm | 2005-11-15 15:26:22 +0000
Add Class::Trigger and DBIx::ContextualFetch to build requirements
(needed for CDBICompat only)
Paul Makepeace [Tue, 15 Nov 2005 15:26:22 +0000]
Add Class::Trigger and DBIx::ContextualFetch to build requirements
(needed for CDBICompat only)
Matt S Trout [Tue, 15 Nov 2005 10:00:36 +0000]
Getting there ...
Matt S Trout [Tue, 15 Nov 2005 09:32:16 +0000]
Schema now loads
Matt S Trout [Tue, 15 Nov 2005 09:05:09 +0000]
Broke everything (C3 branch)
Matt S Trout [Tue, 15 Nov 2005 06:21:38 +0000]
Added has_column and column_info methods
Matt S Trout [Tue, 15 Nov 2005 03:55:24 +0000]
Bugfixes, optimisations
Andy Grundman [Mon, 14 Nov 2005 17:57:49 +0000]
Fixed typo in Build.PL
Paul Makepeace [Thu, 10 Nov 2005 15:15:33 +0000]
Change /record ?set/ to resultset incl. ResultSet in POD; typo.
Paul Makepeace [Thu, 10 Nov 2005 14:05:55 +0000]
Added some examples and explanations for search()
Matt S Trout [Tue, 8 Nov 2005 17:25:02 +0000]
Added fix to avoid undef warnings in CDBICompat stringify
Paul Makepeace [Tue, 8 Nov 2005 17:02:49 +0000]
Minor whitespace tweaks to make each file more distinct. Add note for CDBI folks to watch out.
Paul Makepeace [Mon, 7 Nov 2005 18:18:48 +0000]
Remove the dubious primary keys check. Not clear it's useful or valid.
Marcus Ramberg [Thu, 3 Nov 2005 22:08:04 +0000]
add manual descriptions
Andy Grundman [Thu, 3 Nov 2005 21:59:55 +0000]
Released 0.03003
Matt S Trout [Thu, 3 Nov 2005 21:17:53 +0000]
Added names to PODs
Matt S Trout [Thu, 3 Nov 2005 21:10:26 +0000]
POD fixes
Paul Makepeace [Thu, 3 Nov 2005 16:25:47 +0000]
* made HasOne::has_one and HasMany::has_many look more similar as a route to possible refactor
* ensured all calls against $f_class were preceded by a check to see if it loaded OK
* added diagnostic notes on what foreign key name was guessed
David Kamholz [Wed, 2 Nov 2005 20:28:00 +0000]
add (very ugly) hack to _construct_object to support function calls in resultsets. they show up as columns in the row object, accessible with get_column
Matt S Trout [Wed, 2 Nov 2005 16:24:00 +0000]
Changed use to require in Relationship/Base to avoid import
David Kamholz [Tue, 1 Nov 2005 19:03:36 +0000]
pass through $attrs to add_relationship when $cond is undefined