18 years agoProperly skip test when C::M::DBIC::Plain is not installed (thanks to siracusa for...
Daniel Westermann-Clark [Sat, 28 Jan 2006 22:06:44 +0000]
Properly skip test when C::M::DBIC::Plain is not installed (thanks to siracusa for pointing it out)

18 years agoOops, forgot the date :-/
Daniel Westermann-Clark [Sat, 28 Jan 2006 21:28:25 +0000]
Oops, forgot the date :-/

18 years agoBump version and update Changes for _06
Daniel Westermann-Clark [Sat, 28 Jan 2006 21:12:27 +0000]
Bump version and update Changes for _06

18 years agoFixed Storage/DBI (tried to load deprecated ::Exception component)
Matt S Trout [Sat, 28 Jan 2006 21:03:50 +0000]
Fixed Storage/DBI (tried to load deprecated ::Exception component)

18 years agoupdate docs for count() with GROUP BY
Will Hawes [Sat, 28 Jan 2006 19:38:32 +0000]
update docs for count() with GROUP BY

18 years agoMoved DBI and DBD::SQLite to build_requires
Matt S Trout [Sat, 28 Jan 2006 19:34:15 +0000]
Moved DBI and DBD::SQLite to build_requires

18 years agoUpdated Changes
Matt S Trout [Sat, 28 Jan 2006 19:32:51 +0000]
Updated Changes

18 years agoallow count() with GROUP BY
Will Hawes [Sat, 28 Jan 2006 18:37:01 +0000]
allow count() with GROUP BY

18 years agoAdded accessor => option to column_info to specify accessor name
Matt S Trout [Sat, 28 Jan 2006 17:03:31 +0000]
Added accessor => option to column_info to specify accessor name

18 years agoPatch from jesper to work round dumbass DBDs
Matt S Trout [Sat, 28 Jan 2006 15:56:05 +0000]
Patch from jesper to work round dumbass DBDs

18 years agodisconnect, connected, ensure_connected on Storage from blblack
Matt S Trout [Sat, 28 Jan 2006 15:41:28 +0000]
disconnect, connected, ensure_connected on Storage from blblack

18 years agoBooted UNIVERSAL::require sideways out the codebase
Matt S Trout [Sat, 28 Jan 2006 15:29:48 +0000]
Booted UNIVERSAL::require sideways out the codebase

18 years agoAdded $schema->populate
Matt S Trout [Fri, 27 Jan 2006 19:17:17 +0000]
Added $schema->populate

18 years agoFixed in-place compose_connection. Thanks to dwc for the tests.
Matt S Trout [Fri, 27 Jan 2006 18:27:34 +0000]
Fixed in-place compose_connection. Thanks to dwc for the tests.

18 years agooops, some more test failures
Marcus Ramberg [Fri, 27 Jan 2006 17:22:56 +0000]
oops, some more test failures

18 years agooops, botched one
Marcus Ramberg [Fri, 27 Jan 2006 17:19:18 +0000]
oops, botched one

18 years agomade cdbi-t optional
Marcus Ramberg [Fri, 27 Jan 2006 17:13:58 +0000]
made cdbi-t optional

18 years agohandle the throw_exception bit. Drop DBIx::Class::Exception
Marcus Ramberg [Fri, 27 Jan 2006 15:40:11 +0000]
handle the throw_exception bit. Drop DBIx::Class::Exception

18 years agoFixed dumbass typo in t/lib
Matt S Trout [Fri, 27 Jan 2006 14:36:10 +0000]
Fixed dumbass typo in t/lib

18 years agolimit_dialect accessor for DBIC::Abstract
Matt S Trout [Fri, 27 Jan 2006 14:26:41 +0000]
limit_dialect accessor for DBIC::Abstract

18 years agoadd cookbook example for multi-step prefetch
Will Hawes [Fri, 27 Jan 2006 09:08:17 +0000]
add cookbook example for multi-step prefetch

18 years agoupdate docs for prefetch
Will Hawes [Fri, 27 Jan 2006 08:56:21 +0000]
update docs for prefetch

18 years agoHopefully made in-place compose_connection work
Matt S Trout [Fri, 27 Jan 2006 03:14:15 +0000]
Hopefully made in-place compose_connection work

18 years agoRe-fixed HasOne (how tf did we lose that ...)
Matt S Trout [Fri, 27 Jan 2006 02:51:47 +0000]
Re-fixed HasOne (how tf did we lose that ...)

18 years agoWe can now generate our own test schema
Matt S Trout [Fri, 27 Jan 2006 01:57:13 +0000]
We can now generate our own test schema

18 years ago(no commit message)
Matt S Trout [Thu, 26 Jan 2006 21:53:19 +0000]

18 years agoMulti-step prefetch (all except _construct_object changes by Will Hawes)
Matt S Trout [Thu, 26 Jan 2006 21:46:33 +0000]
Multi-step prefetch (all except _construct_object changes by Will Hawes)

18 years agoAdded copying of refs durings ResultSource->new
Matt S Trout [Thu, 26 Jan 2006 20:52:21 +0000]
Added copying of refs durings ResultSource->new

18 years agofix ResultSourceProxy::Table for inherited classes (needs testing)
David Kamholz [Thu, 26 Jan 2006 18:14:32 +0000]
fix ResultSourceProxy::Table for inherited classes (needs testing)

18 years ago- fix recent belongs_to changes
David Kamholz [Thu, 26 Jan 2006 15:32:25 +0000]
- fix recent belongs_to changes
- revert accessor in basicrels

18 years agofix typo in search_like example
Will Hawes [Thu, 26 Jan 2006 15:22:13 +0000]
fix typo in search_like example

18 years agoFixed warning undefined variable in regexp caused by [705]
Nigel Metheringham [Thu, 26 Jan 2006 13:57:34 +0000]
Fixed warning undefined variable in regexp caused by [705]

18 years agomore informative error in related_source when relationship doesn't exist
Will Hawes [Thu, 26 Jan 2006 13:03:16 +0000]
more informative error in related_source when relationship doesn't exist

18 years agoadd accessor to rels for DBICTest::Schema::Tag and DBICTest::Schema::Track
Will Hawes [Wed, 25 Jan 2006 23:22:43 +0000]
add accessor to rels for DBICTest::Schema::Tag and DBICTest::Schema::Track

18 years agoChangelog update for [705]
Nigel Metheringham [Wed, 25 Jan 2006 17:13:02 +0000]
Changelog update for [705]

18 years agoDebugging/trace output control. Allows redirection to different filehandle, more...
Nigel Metheringham [Wed, 25 Jan 2006 16:37:06 +0000]
Debugging/trace output control.  Allows redirection to different filehandle, more magic on env variables

18 years agoadd parms to prepare_cached() in PK/Auto/DB2.pm so it does not re-use active statemen...
Brandon L. Black [Wed, 25 Jan 2006 01:32:14 +0000]
add parms to prepare_cached() in PK/Auto/DB2.pm so it does not re-use active statement handles

18 years agominor doc fix to sync with code
David Kamholz [Tue, 24 Jan 2006 22:43:53 +0000]
minor doc fix to sync with code

18 years agofix stupidities in transaction handling
David Kamholz [Tue, 24 Jan 2006 22:32:58 +0000]
fix stupidities in transaction handling

18 years agoMissed one
Daniel Westermann-Clark [Tue, 24 Jan 2006 22:14:52 +0000]
Missed one

18 years agoUpdate Changes
Daniel Westermann-Clark [Tue, 24 Jan 2006 22:10:42 +0000]
Update Changes

18 years agofix select attr docs
David Kamholz [Tue, 24 Jan 2006 21:11:12 +0000]
fix select attr docs

18 years agoFixed up brekage in test schema from merge
Matt S Trout [Tue, 24 Jan 2006 21:01:33 +0000]
Fixed up brekage in test schema from merge

18 years agoMerge 'DBIx-Class-resultset' into 'trunk'
Matt S Trout [Wed, 25 Jan 2006 02:28:25 +0000]
Merge 'DBIx-Class-resultset' into 'trunk'

18 years agoMerge 'DBIx-Class-resultset' into 'trunk'
Matt S Trout [Sun, 8 Jan 2006 10:18:46 +0000]
Merge 'DBIx-Class-resultset' into 'trunk'

18 years agoMerge 'DBIx-Class-resultset' into 'trunk'
Matt S Trout [Wed, 4 Jan 2006 00:17:44 +0000]
Merge 'DBIx-Class-resultset' into 'trunk'

18 years agoTweaked UUIDColumns
Matt S Trout [Tue, 24 Jan 2006 20:28:25 +0000]
Tweaked UUIDColumns

18 years agoUpdated columns_info_for patch from zby
Matt S Trout [Tue, 24 Jan 2006 19:55:38 +0000]
Updated columns_info_for patch from zby

18 years agoMerge 'trunk' into 'DBIx-Class-resultset'
Brandon L. Black [Wed, 25 Jan 2006 00:36:23 +0000]
Merge 'trunk' into 'DBIx-Class-resultset'

r5267@obrien (orig r566):  blblack | 2006-01-24 18:36:23 +0000
merging 564:565 from resultset branch to trunk for lib/DBIx/Class/Relationship/BelongsTo.pm (filter accessor on single-col explicit hash cond)

18 years agomerging 564:565 from resultset branch to trunk for lib/DBIx/Class/Relationship/Belong...
Brandon L. Black [Tue, 24 Jan 2006 18:36:23 +0000]
merging 564:565 from resultset branch to trunk for lib/DBIx/Class/Relationship/BelongsTo.pm (filter accessor on single-col explicit hash cond)

18 years agouse filter accessor on single-column explicit join condition hashes
Brandon L. Black [Tue, 24 Jan 2006 18:30:54 +0000]
use filter accessor on single-column explicit join condition hashes

18 years agoon_connect_do patch from abraxxa
Matt S Trout [Tue, 24 Jan 2006 18:27:41 +0000]
on_connect_do patch from abraxxa

18 years agoDisabled pod test, tweaked storage_type behaviour, couple code fixups
Matt S Trout [Tue, 24 Jan 2006 18:19:24 +0000]
Disabled pod test, tweaked storage_type behaviour, couple code fixups

18 years ago- rename ResultSetInstance class to ResultSetProxy
David Kamholz [Tue, 24 Jan 2006 17:16:35 +0000]
- rename ResultSetInstance class to ResultSetProxy
- rename ResultSourceInstance class to ResultSourceProxy
- rename TableInstance class to ResultSourceProxy::Table

18 years agoflesh out doc for 'from', 'select', 'as' and 'group_by'
Will Hawes [Mon, 23 Jan 2006 17:48:39 +0000]
flesh out doc for 'from', 'select', 'as' and 'group_by'

18 years agoAdd myself to the contributors list ;)
Daniel Westermann-Clark [Mon, 23 Jan 2006 17:18:00 +0000]
Add myself to the contributors list ;)

18 years agoadd 'Easy migration from class-based to schema-based setup'
Will Hawes [Mon, 23 Jan 2006 17:10:59 +0000]
add 'Easy migration from class-based to schema-based setup'

18 years agoadd recipes for schema import/export + versioning
Will Hawes [Mon, 23 Jan 2006 15:33:53 +0000]
add recipes for schema import/export + versioning

18 years agoMinor doc cleanup and more examples
Daniel Westermann-Clark [Mon, 23 Jan 2006 05:31:36 +0000]
Minor doc cleanup and more examples

18 years agoAdd unique constraint declaration and new ResultSet method, update_or_create
Daniel Westermann-Clark [Mon, 23 Jan 2006 05:25:55 +0000]
Add unique constraint declaration and new ResultSet method, update_or_create

18 years agoWorking version..
Jess Robinson [Sun, 22 Jan 2006 21:23:51 +0000]
Working version..

18 years agolink to SchemaIntro.pod, recommending schema-based usage over class-based
Will Hawes [Sun, 22 Jan 2006 18:39:44 +0000]
link to SchemaIntro.pod, recommending schema-based usage over class-based

18 years agoOopsie, missed some bits ..
Jess Robinson [Sun, 22 Jan 2006 17:07:46 +0000]
Oopsie, missed some bits ..

18 years agoCRayz-foo SQLT->DBIC schema creation
Jess Robinson [Sun, 22 Jan 2006 16:47:01 +0000]
CRayz-foo SQLT->DBIC schema creation

18 years agoMissed one
Matt S Trout [Sat, 21 Jan 2006 23:56:32 +0000]
Missed one

18 years agocolumns_info_for from zby, fixes to per-db tests
Matt S Trout [Sat, 21 Jan 2006 23:44:21 +0000]
columns_info_for from zby, fixes to per-db tests

18 years agoNuked _select_columns, the last vestige of class-based evil
Matt S Trout [Sat, 21 Jan 2006 22:34:31 +0000]
Nuked _select_columns, the last vestige of class-based evil

18 years agoadd first draft of intro doc for schema-based use
Will Hawes [Sat, 21 Jan 2006 21:06:18 +0000]
add first draft of intro doc for schema-based use

18 years agoupdate synopis/description
Will Hawes [Sat, 21 Jan 2006 21:05:26 +0000]
update synopis/description

18 years agoCleanup and add basic docs for PK::Auto::DB2
Daniel Westermann-Clark [Sat, 21 Jan 2006 21:00:23 +0000]
Cleanup and add basic docs for PK::Auto::DB2

18 years ago- Move search examples under a new =head2; additional examples go under a =head3
Daniel Westermann-Clark [Sat, 21 Jan 2006 20:07:06 +0000]
- Move search examples under a new =head2; additional examples go under a =head3
- Make indentation consistent with code
- "blah" -> C<blah>

18 years ago- Add synopsis
Daniel Westermann-Clark [Sat, 21 Jan 2006 19:18:44 +0000]
- Add synopsis
- Table -> TableInstance in POD
- Add note about loading a PK::Auto component

18 years agouse croak instead of die for user errors.
Marcus Ramberg [Fri, 20 Jan 2006 21:23:34 +0000]
use croak instead of die for user errors.

18 years agoAdded boolify to prevent if ($rs) blowing up on group_by'd resultsets
Matt S Trout [Fri, 20 Jan 2006 19:35:39 +0000]
Added boolify to prevent if ($rs) blowing up on group_by'd resultsets

18 years agoadded GROUP BY example
Will Hawes [Fri, 20 Jan 2006 15:00:42 +0000]
added GROUP BY example

18 years agoremoved erroneous commit for ResultSet
Will Hawes [Fri, 20 Jan 2006 10:56:24 +0000]
removed erroneous commit for ResultSet

18 years agonote that group_by takes listref rather than list + provide example
Will Hawes [Fri, 20 Jan 2006 10:19:45 +0000]
note that group_by takes listref rather than list + provide example

18 years agoadd examples for paging/cols/select+as/count/distinct (from examples omitted for...
Will Hawes [Fri, 20 Jan 2006 09:52:59 +0000]
add examples for paging/cols/select+as/count/distinct (from examples omitted for the time being)

18 years agoChanges and version bump for release plus a missing add
Matt S Trout [Fri, 20 Jan 2006 06:06:24 +0000]
Changes and version bump for release plus a missing add

18 years agoUpdated Changes for _03
Matt S Trout [Fri, 20 Jan 2006 05:49:06 +0000]
Updated Changes for _03

18 years agoRenamed Table to ResultSource::Table, tweaked FAQ
Matt S Trout [Fri, 20 Jan 2006 05:10:08 +0000]
Renamed Table to ResultSource::Table, tweaked FAQ

18 years agoFixup PK::Auto::Pg
Matt S Trout [Fri, 20 Jan 2006 03:47:16 +0000]
Fixup PK::Auto::Pg

18 years agoregister_resultset, Cursor fixes
Matt S Trout [Fri, 20 Jan 2006 03:41:15 +0000]
register_resultset, Cursor fixes

18 years agoAdded register_column API
Matt S Trout [Fri, 20 Jan 2006 03:06:56 +0000]
Added register_column API

18 years agoFixed up PK::Auto::* to use result_source, added connection, connect and clone method...
Matt S Trout [Fri, 20 Jan 2006 02:05:14 +0000]
Fixed up PK::Auto::* to use result_source, added connection, connect and clone methods to Schema

18 years agoMoved to prepare_cached for everything, using $f_active and some additional tricks...
Matt S Trout [Fri, 20 Jan 2006 00:18:53 +0000]
Moved to prepare_cached for everything, using $f_active and some additional tricks I got help from Tim Bunce on

18 years agoAdded 'self' method to ResultSet
Matt S Trout [Thu, 19 Jan 2006 17:10:41 +0000]
Added 'self' method to ResultSet

18 years agoEliminated result_source_instance requirement in Schema
Matt S Trout [Wed, 18 Jan 2006 21:34:11 +0000]
Eliminated result_source_instance requirement in Schema

18 years agoflesh out joins/prefetch; add multi-step join example; change examples to use schema...
Will Hawes [Wed, 18 Jan 2006 17:07:42 +0000]
flesh out joins/prefetch; add multi-step join example; change examples to use schema syntax

18 years agoSwitched storage from prepare to prepare_cached with an if_active of 3, as recommende...
Matt S Trout [Wed, 18 Jan 2006 01:07:51 +0000]
Switched storage from prepare to prepare_cached with an if_active of 3, as recommended by Tim Bunce

18 years agoUn-added a bug I introduced in the SQLT parser, added some notes
Matt S Trout [Tue, 17 Jan 2006 03:43:19 +0000]
Un-added a bug I introduced in the SQLT parser, added some notes

18 years agoImported Jess Robinson's SQL::Translator::Parser::DBIx::Class
Matt S Trout [Tue, 17 Jan 2006 03:28:32 +0000]
Imported Jess Robinson's SQL::Translator::Parser::DBIx::Class

18 years agoFix to add_columns with column info arguments
Matt S Trout [Tue, 17 Jan 2006 01:57:59 +0000]
Fix to add_columns with column info arguments

18 years agoMade columns ordered by default
Matt S Trout [Mon, 16 Jan 2006 23:33:44 +0000]
Made columns ordered by default

18 years agoresult_source is now AN ACCESSOR. w00000
Matt S Trout [Mon, 16 Jan 2006 05:55:56 +0000]
result_source is now AN ACCESSOR. w00000

18 years agoChanged result_source to result_source_instance in strategic places
Matt S Trout [Mon, 16 Jan 2006 05:36:37 +0000]
Changed result_source to result_source_instance in strategic places

18 years agoMore internals cleanup, separated out ResultSourceInstance from TableInstance
Matt S Trout [Mon, 16 Jan 2006 05:19:00 +0000]
More internals cleanup, separated out ResultSourceInstance from TableInstance

18 years agoChanged inflate_result API to include ResultSource, added update and update_all to...
Matt S Trout [Mon, 16 Jan 2006 04:06:56 +0000]
Changed inflate_result API to include ResultSource, added update and update_all to ResultSet

18 years agoFixed odd ->search bug caused by S::A brain damage
Matt S Trout [Sat, 14 Jan 2006 18:17:23 +0000]
Fixed odd ->search bug caused by S::A brain damage

18 years agoUse public accessor in PK::Auto::Pg
Daniel Westermann-Clark [Sat, 14 Jan 2006 16:46:59 +0000]
Use public accessor in PK::Auto::Pg