18 years agoRefactoring, cleanup, lose unnecessary resultset/cursor objects
Matt S Trout [Fri, 12 Aug 2005 03:32:26 +0000]
Refactoring, cleanup, lose unnecessary resultset/cursor objects

18 years agoimproved docs.
Marcus Ramberg [Thu, 11 Aug 2005 22:39:16 +0000]
improved docs.

18 years agoFixes, refactoring, test additions
Matt S Trout [Wed, 10 Aug 2005 18:24:21 +0000]
Fixes, refactoring, test additions

18 years agoAdded PK::Auto::MSSQL + test
Brian Cassidy [Tue, 9 Aug 2005 15:19:15 +0000]
Added PK::Auto::MSSQL + test

18 years agoFixed user-defined sequence assignment
Andy Grundman [Tue, 9 Aug 2005 00:44:36 +0000]
Fixed user-defined sequence assignment

18 years agoAdded Oracle PK::Auto, with sequence lookup
Andy Grundman [Tue, 9 Aug 2005 00:39:36 +0000]
Added Oracle PK::Auto, with sequence lookup

18 years agoAdded sequence method to PK::Auto
Andy Grundman [Tue, 9 Aug 2005 00:37:34 +0000]
Added sequence method to PK::Auto

18 years agoUpdated main docs, altered mail address in POD for 0.01
Matt S Trout [Tue, 9 Aug 2005 00:10:01 +0000]
Updated main docs, altered mail address in POD for 0.01

18 years agoAdded Numa's count_all, removed warns from mysql and pg tests
Matt S Trout [Mon, 8 Aug 2005 23:28:16 +0000]
Added Numa's count_all, removed warns from mysql and pg tests

18 years agoFinished ripping hand-hacked abstract implementation out of core
Matt S Trout [Mon, 8 Aug 2005 22:32:17 +0000]
Finished ripping hand-hacked abstract implementation out of core

18 years agofixed pod.
Marcus Ramberg [Mon, 8 Aug 2005 21:13:03 +0000]
fixed pod.

18 years agoauto-increment for postgresql
Marcus Ramberg [Mon, 8 Aug 2005 21:12:01 +0000]
auto-increment for postgresql

18 years agoMySQL Auto-PK test added
Matt S Trout [Mon, 8 Aug 2005 20:40:13 +0000]
MySQL Auto-PK test added

18 years agoMore refactoring, created PK::Auto::MySQL
Matt S Trout [Mon, 8 Aug 2005 20:23:54 +0000]
More refactoring, created PK::Auto::MySQL

18 years ago- Swapped ordering for schema so connection class comes first. This should
Matt S Trout [Mon, 8 Aug 2005 17:33:55 +0000]
- Swapped ordering for schema so connection class comes first. This should
  allow a schema which has been composed in-place to be composed elsewhere
  as well without breakage.

18 years agoCommented out _cond_value code in InflateColumn - currently doesn't get called!
Matt S Trout [Sun, 7 Aug 2005 19:39:42 +0000]
Commented out _cond_value code in InflateColumn - currently doesn't get called!

18 years agoDon't inject self into base :)
Matt S Trout [Sun, 7 Aug 2005 18:26:52 +0000]
Don't inject self into base :)

18 years agoMore refactoring. Relationship now a virtual package
Matt S Trout [Sun, 7 Aug 2005 18:02:30 +0000]
More refactoring. Relationship now a virtual package

18 years agoCursor abstracted, delete_related added
Matt S Trout [Sun, 7 Aug 2005 01:17:29 +0000]
Cursor abstracted, delete_related added

18 years agoFixed search/count_related to use Abstract (though not for _convert yet)
Matt S Trout [Sun, 7 Aug 2005 00:52:15 +0000]
Fixed search/count_related to use Abstract (though not for _convert yet)

18 years agoI. Forgot. To. svk. add. AGAIN!
Matt S Trout [Sat, 6 Aug 2005 23:54:56 +0000]
I. Forgot. To. svk. add. AGAIN!

18 years agoFixed DBICTest Schema class names, added class_resolver system to make them work
Matt S Trout [Sat, 6 Aug 2005 23:52:54 +0000]
Fixed DBICTest Schema class names, added class_resolver system to make them work

18 years agoMerged dkubb's Module::Find code into Schema->load_classes
Matt S Trout [Sat, 6 Aug 2005 23:17:03 +0000]
Merged dkubb's Module::Find code into Schema->load_classes

18 years agoRenamed DBIx::Class::Table::in_database to DBIx::Class::Table::in_storage
Dan Kubb [Sat, 6 Aug 2005 22:15:21 +0000]
Renamed DBIx::Class::Table::in_database to DBIx::Class::Table::in_storage
Updated affected libraries and test cases

18 years agoRenamed DBIx::Class::PK's retrieve() as find()
Dan Kubb [Sat, 6 Aug 2005 22:04:34 +0000]
Renamed DBIx::Class::PK's retrieve() as find()
Renamed DBIx::Class::Table's retrieve_from_sql() as search_literal()
Renamed DBIx::Class::Table's count_from_sql() as count_literal()
Removed DBIx::Class::Table->retrieve_all()
Added DBIx::Class::CDBICompat::Retrieve to account for method renaming
Updated affected test cases

18 years agomst once again forgets to 'svk add', as spotted by dkubb
Matt S Trout [Sat, 6 Aug 2005 20:22:52 +0000]
mst once again forgets to 'svk add', as spotted by dkubb

18 years agoretrieve_from_sql now uses ->search
Matt S Trout [Sat, 6 Aug 2005 19:54:38 +0000]
retrieve_from_sql now uses ->search

18 years ago- Storage/DBI.pm now uses Abstract internally
Matt S Trout [Sat, 6 Aug 2005 18:01:28 +0000]
- Storage/DBI.pm now uses Abstract internally
- Storage returns Cursors, classes return Resultsets

18 years agoCouple extra tweaks to Schema to support proposed C::M::DBIC
Matt S Trout [Thu, 4 Aug 2005 17:47:54 +0000]
Couple extra tweaks to Schema to support proposed C::M::DBIC

18 years agoRefactored Schema.pm
Matt S Trout [Thu, 4 Aug 2005 17:43:52 +0000]
Refactored Schema.pm

18 years agoSkip all inflation tests if DateTime is not available
Andy Grundman [Thu, 4 Aug 2005 16:51:46 +0000]
Skip all inflation tests if DateTime is not available

18 years agoBind values are passed into select query when no sth passed in
Dan Kubb [Thu, 4 Aug 2005 16:42:04 +0000]
Bind values are passed into select query when no sth passed in
Added use strict to DBIx::Class::Storage::DBI
Removed hack that andyg added, and simplified execute in select

18 years agoQuick synopsis to Schema system in POD
Matt S Trout [Thu, 4 Aug 2005 16:41:32 +0000]
Quick synopsis to Schema system in POD

18 years agoSchema support added, DBICTest refactored to use it
Matt S Trout [Thu, 4 Aug 2005 16:34:11 +0000]
Schema support added, DBICTest refactored to use it

18 years agoDisabled 'Use of uninitialized value in subroutine entry' warning
Andy Grundman [Thu, 4 Aug 2005 16:02:44 +0000]
Disabled 'Use of uninitialized value in subroutine entry' warning

18 years agoDoc fix for DB.pm
Matt S Trout [Thu, 4 Aug 2005 15:34:06 +0000]
Doc fix for DB.pm

18 years agoOverrode part of ContextualFetch in ImaDBI to shut up the useless warnings
Matt S Trout [Thu, 4 Aug 2005 15:09:04 +0000]
Overrode part of ContextualFetch in ImaDBI to shut up the useless warnings

18 years agoRemoved deprecated stuff from SQL.pm (cheers abraxxa)
Matt S Trout [Thu, 4 Aug 2005 14:50:48 +0000]
Removed deprecated stuff from SQL.pm (cheers abraxxa)

18 years ago_get_dbh removed
Matt S Trout [Thu, 4 Aug 2005 14:43:37 +0000]
_get_dbh removed

18 years agoMostly refactored everything to select/update/delete off storage handle
Matt S Trout [Thu, 4 Aug 2005 14:30:39 +0000]
Mostly refactored everything to select/update/delete off storage handle

18 years agoDBIx::Class is now a component loader
Matt S Trout [Thu, 4 Aug 2005 04:53:29 +0000]
DBIx::Class is now a component loader

18 years agoAdded tests for insert_or_update, moved Auto test to own file
Andy Grundman [Wed, 3 Aug 2005 14:17:45 +0000]
Added tests for insert_or_update, moved Auto test to own file

18 years agoAdded tests for set_from_related, update_from_related, find_or_create_related, delete...
Andy Grundman [Tue, 2 Aug 2005 23:44:20 +0000]
Added tests for set_from_related, update_from_related, find_or_create_related, delete_related

18 years agoVery very brief doc stubs for main package, DB.pm and Table.pm
Matt S Trout [Tue, 2 Aug 2005 19:34:12 +0000]
Very very brief doc stubs for main package, DB.pm and Table.pm

18 years agoFixed failing PK test (by loading PK plugins :)
Matt S Trout [Tue, 2 Aug 2005 19:10:27 +0000]
Fixed failing PK test (by loading PK plugins :)

18 years agoFinish any active sth's in DESTROY
Andy Grundman [Tue, 2 Aug 2005 18:18:38 +0000]
Finish any active sth's in DESTROY

18 years agoRemoved finish in Cursor::next, not necessary because the sth is already at the end...
Andy Grundman [Tue, 2 Aug 2005 17:48:44 +0000]
Removed finish in Cursor::next, not necessary because the sth is already at the end of the rows

18 years agoRemoved apparently unnecessary finish statements
Andy Grundman [Tue, 2 Aug 2005 17:43:15 +0000]
Removed apparently unnecessary finish statements

18 years agoSet to 21 tests instead of 20
Andy Grundman [Tue, 2 Aug 2005 17:22:19 +0000]
Set to 21 tests instead of 20

18 years agoAdded failing test for update
Andy Grundman [Tue, 2 Aug 2005 17:20:39 +0000]
Added failing test for update

18 years agoAdded count_from_sql, refactored andyg's count_related implementation
Matt S Trout [Tue, 2 Aug 2005 16:46:41 +0000]
Added count_from_sql, refactored andyg's count_related implementation

18 years agoAdded count, count_related, and tests
Andy Grundman [Tue, 2 Aug 2005 16:25:11 +0000]
Added count, count_related, and tests

18 years agoAdded t/09update.t from Alexander Hartmeier and changes to pass it
Matt S Trout [Tue, 2 Aug 2005 15:07:56 +0000]
Added t/09update.t from Alexander Hartmeier and changes to pass it

18 years agoAdded more inflate_has_a tests using alternate deflate syntax
Andy Grundman [Tue, 2 Aug 2005 13:25:02 +0000]
Added more inflate_has_a tests using alternate deflate syntax

18 years agoOh yes. and the might_have test script. because that would help.
Matt S Trout [Tue, 2 Aug 2005 12:33:59 +0000]
Oh yes. and the might_have test script. because that would help.

18 years agoMore refactoring and tweaking, might_have support added
Matt S Trout [Tue, 2 Aug 2005 12:29:37 +0000]
More refactoring and tweaking, might_have support added

18 years agoFactored common cdbi rel features out into Relationship:: packages
Matt S Trout [Tue, 2 Aug 2005 10:54:58 +0000]
Factored common cdbi rel features out into Relationship:: packages

18 years agoMade add_relationship remove the relationship entry before it dies
Matt S Trout [Tue, 2 Aug 2005 05:27:21 +0000]
Made add_relationship remove the relationship entry before it dies

18 years agoJoin conditions supplied to add_relationship are now field-validated
Matt S Trout [Tue, 2 Aug 2005 05:20:46 +0000]
Join conditions supplied to add_relationship are now field-validated

18 years agoRefactored HasA to use InflateColumn
Matt S Trout [Tue, 2 Aug 2005 04:12:20 +0000]
Refactored HasA to use InflateColumn

18 years agoColumn inflation tests now pass
Matt S Trout [Tue, 2 Aug 2005 03:24:11 +0000]
Column inflation tests now pass

18 years agoChanged deflate test to work with a real object
Andy Grundman [Tue, 2 Aug 2005 02:10:50 +0000]
Changed deflate test to work with a real object

18 years agoFixed inflate to be a single hashref, I'm a moron :)
Andy Grundman [Tue, 2 Aug 2005 02:06:26 +0000]
Fixed inflate to be a single hashref, I'm a moron :)

18 years agoAdded a use DateTime
Andy Grundman [Tue, 2 Aug 2005 02:04:08 +0000]
Added a use DateTime

18 years agoAdded failing tests for inflate_column
Andy Grundman [Tue, 2 Aug 2005 02:02:14 +0000]
Added failing tests for inflate_column

18 years agoRemoved left over Dumper call
Andy Grundman [Tue, 2 Aug 2005 00:46:17 +0000]
Removed left over Dumper call

18 years agoUpgraded to SQL::Abstract 1.19 syntax, imported tests from S::A
Andy Grundman [Tue, 2 Aug 2005 00:42:22 +0000]
Upgraded to SQL::Abstract 1.19 syntax, imported tests from S::A

18 years agoAdded support for temp columns and ->make_read_only
Matt S Trout [Mon, 1 Aug 2005 23:19:38 +0000]
Added support for temp columns and ->make_read_only

18 years agoadd_relatinship now barfs without join condition
Matt S Trout [Mon, 1 Aug 2005 22:22:14 +0000]
add_relatinship now barfs without join condition

18 years agoAdded tests for add_relationship, search_related, create_related
Andy Grundman [Mon, 1 Aug 2005 19:12:46 +0000]
Added tests for add_relationship, search_related, create_related

18 years agoSlice support for iterators
Matt S Trout [Mon, 1 Aug 2005 02:22:45 +0000]
Slice support for iterators

18 years agoConstraint support added to compat layer (no is_constrained though)
Matt S Trout [Mon, 1 Aug 2005 00:08:36 +0000]
Constraint support added to compat layer (no is_constrained though)

18 years agoAdd ::Exception, and use throw instead of die.
Marcus Ramberg [Sun, 31 Jul 2005 23:41:50 +0000]
Add ::Exception, and use throw instead of die.

18 years agoChanged COUNT code in cursor to use selectrow_array (cheers dkubb)
Matt S Trout [Sun, 31 Jul 2005 23:22:26 +0000]
Changed COUNT code in cursor to use selectrow_array (cheers dkubb)

18 years agoModified Cursor to use COUNT(*) for count if possible
Matt S Trout [Sun, 31 Jul 2005 22:56:09 +0000]
Modified Cursor to use COUNT(*) for count if possible

18 years agoCursor.pm because I'm an idiot and forgot to svk add it last time
Matt S Trout [Sun, 31 Jul 2005 22:25:34 +0000]
Cursor.pm because I'm an idiot and forgot to svk add it last time

18 years agoRefactoring, basic cursor support, additional syntax supported by HasMany
Matt S Trout [Sun, 31 Jul 2005 22:20:42 +0000]
Refactoring, basic cursor support, additional syntax supported by HasMany

18 years agochanged set_primary_key() to use Tie::IxHash so order of pk's is remembered. this...
David Kamholz [Sat, 30 Jul 2005 17:23:49 +0000]
changed set_primary_key() to use Tie::IxHash so order of pk's is remembered. this permits e.g. retrieve() to be used without specifying column names

18 years agoAdded tests for commit and rollback
Andy Grundman [Fri, 29 Jul 2005 21:25:43 +0000]
Added tests for commit and rollback

18 years agoAdded dbi_commit and db_rollback. NEEDS TESTS.
Matt S Trout [Fri, 29 Jul 2005 16:19:38 +0000]
Added dbi_commit and db_rollback. NEEDS TESTS.

18 years agopod and pod coverage tests.
Marcus Ramberg [Fri, 29 Jul 2005 14:34:25 +0000]
pod and pod coverage tests.

18 years agobasic pod stubs for everything but the CDBI compat layer.
Marcus Ramberg [Fri, 29 Jul 2005 14:32:04 +0000]
basic pod stubs for everything but the CDBI compat layer.

18 years agoadded objectindex tests for search and add
Marcus Ramberg [Fri, 29 Jul 2005 11:41:42 +0000]
added objectindex tests for search and add

18 years agoFix to search_realted on relationships without attrs from ningu
Matt S Trout [Fri, 29 Jul 2005 11:33:41 +0000]
Fix to search_realted on relationships without attrs from ningu

18 years agofix lc in columngrouper.
Marcus Ramberg [Fri, 29 Jul 2005 11:30:47 +0000]
fix lc in columngrouper.

18 years agoImported nextalyzer.pl
Matt S Trout [Fri, 29 Jul 2005 07:12:31 +0000]
Imported nextalyzer.pl

18 years ago- Refactored some, moved more stuff over to using get/store column instead of direct...
Matt S Trout [Fri, 29 Jul 2005 06:15:54 +0000]
- Refactored some, moved more stuff over to using get/store column instead of direct hash access
- Added live object index support (ported from Class::DBI)

18 years agoTweaked, prodded, refactored. Thanks to draven for the in_database bits
Matt S Trout [Fri, 29 Jul 2005 00:08:38 +0000]
Tweaked, prodded, refactored. Thanks to draven for the in_database bits

18 years agoAdded tests for the core APIs, refactored some
Matt S Trout [Mon, 25 Jul 2005 05:09:07 +0000]
Added tests for the core APIs, refactored some

18 years agoNow passing four more tests, has_a and has_many compliance extended
Matt S Trout [Sat, 23 Jul 2005 05:04:01 +0000]
Now passing four more tests, has_a and has_many compliance extended

18 years agoExtra files for relationships, has_many support
Matt S Trout [Sat, 23 Jul 2005 02:52:38 +0000]
Extra files for relationships, has_many support

18 years agoCommitted 06-hasa as well. Probably helps :)
Matt S Trout [Fri, 22 Jul 2005 22:04:12 +0000]
Committed 06-hasa as well. Probably helps :)

18 years agohas_a works
Matt S Trout [Fri, 22 Jul 2005 22:03:18 +0000]
has_a works

18 years agoRefactored Ima::DBI support to allow pluggable __FOO__ handlers
Matt S Trout [Thu, 21 Jul 2005 16:20:57 +0000]
Refactored Ima::DBI support to allow pluggable __FOO__ handlers

18 years agoAll tests successful, 15 subtests skipped. Files=8, Tests=189
Matt S Trout [Thu, 21 Jul 2005 14:04:11 +0000]
All tests successful, 15 subtests skipped. Files=8, Tests=189

18 years agoAnd the second part of the First Great Test Re-Organisation
Matt S Trout [Thu, 21 Jul 2005 13:43:48 +0000]
And the second part of the First Great Test Re-Organisation

18 years agoAdded our own accessor system (ripped from C::A) and a bunch more compat code
Matt S Trout [Thu, 21 Jul 2005 13:43:19 +0000]
Added our own accessor system (ripped from C::A) and a bunch more compat code

18 years agoFirst of a two-parter :)
Matt S Trout [Thu, 21 Jul 2005 12:31:03 +0000]
First of a two-parter :)

18 years agotest tweaks and a bugfix
Matt S Trout [Tue, 19 Jul 2005 17:25:23 +0000]
test tweaks and a bugfix

18 years agoBuild.PL added, 01-columns and 02-Film pass, $VERSION added to main module
Matt S Trout [Tue, 19 Jul 2005 16:41:08 +0000]
Build.PL added, 01-columns and 02-Film pass, $VERSION added to main module