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
David Kamholz [Tue, 1 Nov 2005 00:12:05 +0000]
- fix ResultSet bug when requesting a subset of columns
- fix _create_ID to return undef when primary keys are not present
David Kamholz [Sun, 30 Oct 2005 06:37:03 +0000]
ObjectCache:
- override _row_to_object
- a couple other minor fixes/improvements.
- add pod, indicate that it is experimental
Matt S Trout [Mon, 24 Oct 2005 16:16:49 +0000]
Tweak to ResultSet to fix prefetch for nonexistant might_have
Marcus Ramberg [Mon, 24 Oct 2005 08:39:02 +0000]
release of 0.30002.
added info about ->table
Marcus Ramberg [Thu, 20 Oct 2005 20:06:40 +0000]
described schema better, and added note about when you want to use it
in the intro.
David Kamholz [Sun, 16 Oct 2005 00:41:26 +0000]
add eval "require $f_class" to HasOne.pm -- otherwise it can fail when the class hasn't been loaded (and load order isn't always controllable, e.g. with Catalyst)
David Kamholz [Sat, 15 Oct 2005 06:30:52 +0000]
fix stupid error in set_columns pod
David Kamholz [Sat, 15 Oct 2005 06:26:34 +0000]
add get_columns and set_columns methods to Row.pm
Marcus Ramberg [Fri, 14 Oct 2005 15:35:52 +0000]
merged in hartmeier quickstart
updated attributes.
Marcus Ramberg [Fri, 14 Oct 2005 15:21:07 +0000]
More docs.
Marcus Ramberg [Fri, 14 Oct 2005 14:23:42 +0000]
improved docs.
CL Kao [Mon, 10 Oct 2005 23:36:37 +0000]
Update manifest.
CL Kao [Mon, 10 Oct 2005 17:43:03 +0000]
Add a DBIx::UUIDColumns plugin.
Matt S Trout [Fri, 30 Sep 2005 18:01:20 +0000]
Version bumped to 0.03002, assorted minor changes
Dan Kubb [Wed, 28 Sep 2005 10:41:48 +0000]
Rolled back change to compose_connection
Dan Kubb [Wed, 28 Sep 2005 10:38:49 +0000]
fixed bug where class_resolver was mistakenly clobbered in compose_connection
David Kamholz [Tue, 27 Sep 2005 22:36:23 +0000]
added experimental ObjectCache.pm (load before Core), no tests yet and not included by default, but the basics work -- improvements welcome
David Kamholz [Tue, 27 Sep 2005 22:34:12 +0000]
patch CDBI live object index emulation to use ->ID method, add tests for ->ID
David Kamholz [Tue, 27 Sep 2005 22:29:34 +0000]
add ->ID method to PK.pm to generate unique object id (takes a hash of primary key column-value pairs)
Andy Grundman [Fri, 23 Sep 2005 17:59:46 +0000]
Final 0.03001 release
Matt S Trout [Fri, 23 Sep 2005 17:18:52 +0000]
Updated version to 0.03001, added bug fixes to Changes
Matt S Trout [Fri, 23 Sep 2005 16:48:37 +0000]
Fixed prefetch bug and added a test for it (spotted by Purge)
Matt S Trout [Fri, 23 Sep 2005 14:59:58 +0000]
More fixes to HasA/BelongsTo courtesy of abraxxa
Matt S Trout [Fri, 23 Sep 2005 13:08:47 +0000]
Tweaks to $obj->update and relationship helpers
Matt S Trout [Tue, 20 Sep 2005 06:46:39 +0000]
Error message fix (cheers Siracusa), CDBICompat count_all fix (cheers Numa)
Matt S Trout [Tue, 20 Sep 2005 00:43:32 +0000]
Final commit for 0.03
Matt S Trout [Sun, 18 Sep 2005 17:58:03 +0000]
Moved might_have compat back out into a CDBICompat class and documented stuff
Matt S Trout [Sun, 18 Sep 2005 01:53:34 +0000]
Addition of a bunch of helper relationship methods
Matt S Trout [Sat, 17 Sep 2005 17:15:40 +0000]
Yeah, committing the new tests would help ...
Matt S Trout [Sat, 17 Sep 2005 16:43:31 +0000]
Test split to run against normal rels and helper rels (currently just has_one)
Matt S Trout [Sat, 17 Sep 2005 14:50:30 +0000]
Added quote char test, supported quoting in S::A subclass for joins
Matt S Trout [Sun, 11 Sep 2005 23:20:13 +0000]
Added DBIC dep on Module::Find (for Schema)
Matt S Trout [Sun, 11 Sep 2005 19:21:01 +0000]
Corrected test plan for t/11mysql.t
Matt S Trout [Sat, 10 Sep 2005 18:04:48 +0000]
Fixes to CDBICompat::HasMany mapping method support, with thanks to bricas
Andy Grundman [Fri, 9 Sep 2005 20:07:36 +0000]
Added SELECT count test for prefetch
Brian Cassidy [Fri, 9 Sep 2005 15:39:36 +0000]
added test for 2 relationships in the same class to the same other class
Andy Grundman [Fri, 9 Sep 2005 12:35:45 +0000]
Updated S::A and S::A::L version reqs
Matt S Trout [Fri, 9 Sep 2005 14:47:40 +0000]
Merge 'DBIx-Class-joins' into 'trunk'
Matt S Trout [Fri, 9 Sep 2005 08:47:40 +0000]
Actually updated the changes file! lookitme, andyg!
Matt S Trout [Fri, 9 Sep 2005 08:43:47 +0000]
Upped version to 0.03 :)
Matt S Trout [Fri, 9 Sep 2005 08:37:31 +0000]
Ported joined count tests from Sweet
Matt S Trout [Tue, 6 Sep 2005 00:57:00 +0000]
Merge 'trunk' into 'DBIx-Class-joins'
r5575@mccoy (orig r166): matthewt | 2005-09-05 19:57:00 +0100
- Ported Sweet pager test. Worked first time. andyg++
Matt S Trout [Fri, 9 Sep 2005 08:12:20 +0000]
HasMany now does a LEFT JOIN, added more tests
Matt S Trout [Fri, 9 Sep 2005 07:34:34 +0000]
More refactoring, prefetch
Matt S Trout [Fri, 9 Sep 2005 05:25:57 +0000]
Joins work for search, some refactoring
Matt S Trout [Mon, 5 Sep 2005 18:57:00 +0000]
Ported Sweet pager test. Worked first time. andyg++
Andres Kievsky [Sun, 4 Sep 2005 21:24:10 +0000]
Reverted andyg's fixes to DBI.pm, updated tests accordingly.
Andres Kievsky [Sun, 4 Sep 2005 20:21:22 +0000]
Merged andyg's fixes to joins and joins tests. Added -sql_type => 'xxx' option, added test.
Matt S Trout [Sat, 3 Sep 2005 21:18:45 +0000]
Lobbed first cut of join code into Storage/DBI as inline S::A::L subclass
Matt S Trout [Sat, 3 Sep 2005 20:43:56 +0000]
Merge 'DBIx-Class-joins' into 'trunk'
Matt S Trout [Sat, 3 Sep 2005 20:38:24 +0000]
Merge 'trunk' into 'DBIx-Class-joins'
r5563@mccoy (orig r158): andyg | 2005-08-29 20:16:19 +0100
Made pager a method on ResultSet, added rs->page(num) to page an ordinary RS, made rs->count store it's value
r5564@mccoy (orig r159): andyg | 2005-08-30 19:49:11 +0100
Added tests for software-based limiting/paging, and a few related bug fixes
Andy Grundman [Tue, 30 Aug 2005 18:49:11 +0000]
Added tests for software-based limiting/paging, and a few related bug fixes
Andy Grundman [Mon, 29 Aug 2005 19:16:19 +0000]
Made pager a method on ResultSet, added rs->page(num) to page an ordinary RS, made rs->count store it's value
Matt S Trout [Mon, 29 Aug 2005 03:51:10 +0000]
Cleaned up Storage::DBI to remove redundancy
Andy Grundman [Sun, 28 Aug 2005 02:19:12 +0000]
Refactored pagination into search method, Sweet syntax is now in Compat
Matt S Trout [Sat, 27 Aug 2005 18:04:58 +0000]
Lazy cursor instantiation for resultsets
Andy Grundman [Fri, 26 Aug 2005 19:27:02 +0000]
Added pager support, same syntax as Sweet. Also fixed a few issues with ResultSet::count. Table::count still does 2 SQL queries, we need to figure out how to fix that
Andy Grundman [Fri, 26 Aug 2005 04:38:11 +0000]
Added support for multiple PKs in Auto if they are already defined during create()
Andy Grundman [Fri, 26 Aug 2005 01:43:30 +0000]
Fixed bug where retrieve_all ignored options such as order_by
Andy Grundman [Wed, 24 Aug 2005 13:11:43 +0000]
Added Scalar::Util to prereq, not sure which version we need though
Andy Grundman [Wed, 24 Aug 2005 12:52:51 +0000]
Added SQL::Abstract to prereqs
Brian Cassidy [Fri, 19 Aug 2005 15:13:51 +0000]
Added LIMIT tests
Andy Grundman [Sat, 13 Aug 2005 18:22:46 +0000]
Fixed Auto::Pg Pod so CPAN will index it properly
Andy Grundman [Fri, 12 Aug 2005 21:56:53 +0000]
Added MS-SQL to Changes
Andy Grundman [Fri, 12 Aug 2005 21:49:35 +0000]
Added contributor list
Andy Grundman [Fri, 12 Aug 2005 21:35:48 +0000]
Preparing for 0.02 release
Andy Grundman [Fri, 12 Aug 2005 21:05:02 +0000]
Re-added software-based LIMIT support for non-LIMIT-supporting databases
Andy Grundman [Fri, 12 Aug 2005 20:24:19 +0000]
Cleaned up sql_maker variable
Andy Grundman [Fri, 12 Aug 2005 20:19:52 +0000]
Fixed sql_maker accessor to load Abstract object on demand
Andy Grundman [Fri, 12 Aug 2005 19:54:48 +0000]
Added MySQL LIMIT tests
Andy Grundman [Fri, 12 Aug 2005 19:49:06 +0000]
Added Oracle LIMIT tests
Andy Grundman [Fri, 12 Aug 2005 16:40:02 +0000]
Added initial SQL::Abstract::Limit support and tests
Matt S Trout [Fri, 12 Aug 2005 03:32:26 +0000]
Refactoring, cleanup, lose unnecessary resultset/cursor objects
Marcus Ramberg [Thu, 11 Aug 2005 22:39:16 +0000]
improved docs.
Matt S Trout [Wed, 10 Aug 2005 18:24:21 +0000]
Fixes, refactoring, test additions
Brian Cassidy [Tue, 9 Aug 2005 15:19:15 +0000]
Added PK::Auto::MSSQL + test