David Kamholz [Fri, 3 Feb 2006 20:00:58 +0000]
- fix bug in ResultSetManager when a class has no subs with attrs
- attempt to sanitize Serialize
David Kamholz [Fri, 3 Feb 2006 18:30:10 +0000]
- move attribute recording to DBIx::Class
- clean up ResultSetManager and tests
David Kamholz [Fri, 3 Feb 2006 15:46:32 +0000]
add ResultSetManager tests
David Kamholz [Fri, 3 Feb 2006 15:28:53 +0000]
changes to ResultSetManager
David Kamholz [Fri, 3 Feb 2006 15:18:24 +0000]
fix stupid typo
David Kamholz [Fri, 3 Feb 2006 15:14:44 +0000]
add Serialize and ResultSetManager (neither complete but this will let people hack on them)
David Kamholz [Fri, 3 Feb 2006 15:03:20 +0000]
put txn_* functions in Schema and call those from DB
David Kamholz [Fri, 3 Feb 2006 15:02:01 +0000]
changes in 0.05 dist that mst forgot to commit
Nigel Metheringham [Wed, 1 Feb 2006 13:05:59 +0000]
Pod formatting cleanup in Cookbook
Nigel Metheringham [Wed, 1 Feb 2006 12:54:49 +0000]
Minor typo fix in schema manual
Jess Robinson [Wed, 1 Feb 2006 10:44:46 +0000]
Allow usage of --package for the schema name
Brandon L. Black [Wed, 1 Feb 2006 04:26:48 +0000]
moved $target::schema definition from compose_namespace() to compose_connection()
David Kamholz [Tue, 31 Jan 2006 23:58:52 +0000]
re-fix many_to_many and add tests
David Kamholz [Tue, 31 Jan 2006 23:38:33 +0000]
update changes file
David Kamholz [Tue, 31 Jan 2006 23:35:26 +0000]
remove ObjectCache, does not work anymore, so doesn't belong in 0.05 release
David Kamholz [Tue, 31 Jan 2006 23:18:47 +0000]
let many_to_many rels have attrs
David Kamholz [Tue, 31 Jan 2006 22:47:10 +0000]
change _create_ID to be saner for new version
Brandon L. Black [Tue, 31 Jan 2006 02:18:25 +0000]
some trivial fixes for "TEST_POD=1 make test" failures
Daniel Westermann-Clark [Tue, 31 Jan 2006 02:02:49 +0000]
Update log for test fix
Matt S Trout [Mon, 30 Jan 2006 17:27:31 +0000]
Bumped SQLite dependency to 1.11
Matt S Trout [Sun, 29 Jan 2006 16:33:05 +0000]
Made plain test use base Schema, not C::M::DBIC::Plain, bumped version
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)
Daniel Westermann-Clark [Sat, 28 Jan 2006 21:28:25 +0000]
Oops, forgot the date :-/
Daniel Westermann-Clark [Sat, 28 Jan 2006 21:12:27 +0000]
Bump version and update Changes for _06
Matt S Trout [Sat, 28 Jan 2006 21:03:50 +0000]
Fixed Storage/DBI (tried to load deprecated ::Exception component)
Will Hawes [Sat, 28 Jan 2006 19:38:32 +0000]
update docs for count() with GROUP BY
Matt S Trout [Sat, 28 Jan 2006 19:34:15 +0000]
Moved DBI and DBD::SQLite to build_requires
Matt S Trout [Sat, 28 Jan 2006 19:32:51 +0000]
Updated Changes
Will Hawes [Sat, 28 Jan 2006 18:37:01 +0000]
allow count() with GROUP BY
Matt S Trout [Sat, 28 Jan 2006 17:03:31 +0000]
Added accessor => option to column_info to specify accessor name
Matt S Trout [Sat, 28 Jan 2006 15:56:05 +0000]
Patch from jesper to work round dumbass DBDs
Matt S Trout [Sat, 28 Jan 2006 15:41:28 +0000]
disconnect, connected, ensure_connected on Storage from blblack
Matt S Trout [Sat, 28 Jan 2006 15:29:48 +0000]
Booted UNIVERSAL::require sideways out the codebase
Matt S Trout [Fri, 27 Jan 2006 19:17:17 +0000]
Added $schema->populate
Matt S Trout [Fri, 27 Jan 2006 18:27:34 +0000]
Fixed in-place compose_connection. Thanks to dwc for the tests.
Marcus Ramberg [Fri, 27 Jan 2006 17:22:56 +0000]
oops, some more test failures
Marcus Ramberg [Fri, 27 Jan 2006 17:19:18 +0000]
oops, botched one
Marcus Ramberg [Fri, 27 Jan 2006 17:13:58 +0000]
made cdbi-t optional
Marcus Ramberg [Fri, 27 Jan 2006 15:40:11 +0000]
handle the throw_exception bit. Drop DBIx::Class::Exception
Matt S Trout [Fri, 27 Jan 2006 14:36:10 +0000]
Fixed dumbass typo in t/lib
Matt S Trout [Fri, 27 Jan 2006 14:26:41 +0000]
limit_dialect accessor for DBIC::Abstract
Will Hawes [Fri, 27 Jan 2006 09:08:17 +0000]
add cookbook example for multi-step prefetch
Will Hawes [Fri, 27 Jan 2006 08:56:21 +0000]
update docs for prefetch
Matt S Trout [Fri, 27 Jan 2006 03:14:15 +0000]
Hopefully made in-place compose_connection work
Matt S Trout [Fri, 27 Jan 2006 02:51:47 +0000]
Re-fixed HasOne (how tf did we lose that ...)
Matt S Trout [Fri, 27 Jan 2006 01:57:13 +0000]
We can now generate our own test schema
Matt S Trout [Thu, 26 Jan 2006 21:53:19 +0000]
Matt S Trout [Thu, 26 Jan 2006 21:46:33 +0000]
Multi-step prefetch (all except _construct_object changes by Will Hawes)
Matt S Trout [Thu, 26 Jan 2006 20:52:21 +0000]
Added copying of refs durings ResultSource->new
David Kamholz [Thu, 26 Jan 2006 18:14:32 +0000]
fix ResultSourceProxy::Table for inherited classes (needs testing)
David Kamholz [Thu, 26 Jan 2006 15:32:25 +0000]
- fix recent belongs_to changes
- revert accessor in basicrels
Will Hawes [Thu, 26 Jan 2006 15:22:13 +0000]
fix typo in search_like example
Nigel Metheringham [Thu, 26 Jan 2006 13:57:34 +0000]
Fixed warning undefined variable in regexp caused by [705]
Will Hawes [Thu, 26 Jan 2006 13:03:16 +0000]
more informative error in related_source when relationship doesn't exist
Will Hawes [Wed, 25 Jan 2006 23:22:43 +0000]
add accessor to rels for DBICTest::Schema::Tag and DBICTest::Schema::Track
Nigel Metheringham [Wed, 25 Jan 2006 17:13:02 +0000]
Changelog update for [705]
Nigel Metheringham [Wed, 25 Jan 2006 16:37:06 +0000]
Debugging/trace output control. Allows redirection to different filehandle, more magic on env variables
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
David Kamholz [Tue, 24 Jan 2006 22:43:53 +0000]
minor doc fix to sync with code
David Kamholz [Tue, 24 Jan 2006 22:32:58 +0000]
fix stupidities in transaction handling
Daniel Westermann-Clark [Tue, 24 Jan 2006 22:14:52 +0000]
Missed one
Daniel Westermann-Clark [Tue, 24 Jan 2006 22:10:42 +0000]
Update Changes
David Kamholz [Tue, 24 Jan 2006 21:11:12 +0000]
fix select attr docs
Matt S Trout [Tue, 24 Jan 2006 21:01:33 +0000]
Fixed up brekage in test schema from merge
Matt S Trout [Wed, 25 Jan 2006 02:28:25 +0000]
Merge 'DBIx-Class-resultset' into 'trunk'
Matt S Trout [Sun, 8 Jan 2006 10:18:46 +0000]
Merge 'DBIx-Class-resultset' into 'trunk'
Matt S Trout [Wed, 4 Jan 2006 00:17:44 +0000]
Merge 'DBIx-Class-resultset' into 'trunk'
Matt S Trout [Tue, 24 Jan 2006 20:28:25 +0000]
Tweaked UUIDColumns
Matt S Trout [Tue, 24 Jan 2006 19:55:38 +0000]
Updated columns_info_for patch from zby
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)
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)
Brandon L. Black [Tue, 24 Jan 2006 18:30:54 +0000]
use filter accessor on single-column explicit join condition hashes
Matt S Trout [Tue, 24 Jan 2006 18:27:41 +0000]
on_connect_do patch from abraxxa
Matt S Trout [Tue, 24 Jan 2006 18:19:24 +0000]
Disabled pod test, tweaked storage_type behaviour, couple code fixups
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
Will Hawes [Mon, 23 Jan 2006 17:48:39 +0000]
flesh out doc for 'from', 'select', 'as' and 'group_by'
Daniel Westermann-Clark [Mon, 23 Jan 2006 17:18:00 +0000]
Add myself to the contributors list ;)
Will Hawes [Mon, 23 Jan 2006 17:10:59 +0000]
add 'Easy migration from class-based to schema-based setup'
Will Hawes [Mon, 23 Jan 2006 15:33:53 +0000]
add recipes for schema import/export + versioning
Daniel Westermann-Clark [Mon, 23 Jan 2006 05:31:36 +0000]
Minor doc cleanup and more examples
Daniel Westermann-Clark [Mon, 23 Jan 2006 05:25:55 +0000]
Add unique constraint declaration and new ResultSet method, update_or_create
Jess Robinson [Sun, 22 Jan 2006 21:23:51 +0000]
Working version..
Will Hawes [Sun, 22 Jan 2006 18:39:44 +0000]
link to SchemaIntro.pod, recommending schema-based usage over class-based
Jess Robinson [Sun, 22 Jan 2006 17:07:46 +0000]
Oopsie, missed some bits ..
Jess Robinson [Sun, 22 Jan 2006 16:47:01 +0000]
CRayz-foo SQLT->DBIC schema creation
Matt S Trout [Sat, 21 Jan 2006 23:56:32 +0000]
Missed one
Matt S Trout [Sat, 21 Jan 2006 23:44:21 +0000]
columns_info_for from zby, fixes to per-db tests
Matt S Trout [Sat, 21 Jan 2006 22:34:31 +0000]
Nuked _select_columns, the last vestige of class-based evil
Will Hawes [Sat, 21 Jan 2006 21:06:18 +0000]
add first draft of intro doc for schema-based use
Will Hawes [Sat, 21 Jan 2006 21:05:26 +0000]
update synopis/description
Daniel Westermann-Clark [Sat, 21 Jan 2006 21:00:23 +0000]
Cleanup and add basic docs for PK::Auto::DB2
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>
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
Marcus Ramberg [Fri, 20 Jan 2006 21:23:34 +0000]
use croak instead of die for user errors.
Matt S Trout [Fri, 20 Jan 2006 19:35:39 +0000]
Added boolify to prevent if ($rs) blowing up on group_by'd resultsets
Will Hawes [Fri, 20 Jan 2006 15:00:42 +0000]
added GROUP BY example
Will Hawes [Fri, 20 Jan 2006 10:56:24 +0000]
removed erroneous commit for ResultSet
Will Hawes [Fri, 20 Jan 2006 10:19:45 +0000]
note that group_by takes listref rather than list + provide example
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)
Matt S Trout [Fri, 20 Jan 2006 06:06:24 +0000]
Changes and version bump for release plus a missing add