Merge 'DBIx-Class-current' into 'load_namespaces'
r7351@moloko (orig r2607): blblack | 2006-07-23 16:31:35 -0500
r7299@moloko (orig r2592): matthewt | 2006-07-22 19:23:56 -0500
yes, I didn't get the merge quite right. again.
r7347@moloko (orig r2603): matthewt | 2006-07-23 14:31:41 -0500
yeah, yeah, yeah
r7352@moloko (orig r2608): blblack | 2006-07-23 16:33:15 -0500
version bump to 0.07999_01, where I guess it will sit until we release such a thing
r7376@moloko (orig r2618): blblack | 2006-07-26 21:31:56 -0500
r7337@moloko (orig r2593): blblack | 2006-07-23 09:49:21 -0500
first draft of storage exception stuff
r7377@moloko (orig r2619): blblack | 2006-07-26 21:32:04 -0500
r7338@moloko (orig r2594): blblack | 2006-07-23 10:49:14 -0500
that was stupid
r7378@moloko (orig r2620): blblack | 2006-07-26 21:32:11 -0500
r7339@moloko (orig r2595): blblack | 2006-07-23 11:18:32 -0500
infect the storage subdrivers
r7379@moloko (orig r2621): blblack | 2006-07-26 21:32:26 -0500
r7344@moloko (orig r2600): blblack | 2006-07-23 13:58:53 -0500
further refinements to storage_exceptions
r7380@moloko (orig r2622): blblack | 2006-07-26 21:43:46 -0500
r7345@moloko (orig r2601): blblack | 2006-07-23 14:07:58 -0500
better DESTROY handling
r7381@moloko (orig r2623): blblack | 2006-07-26 21:43:54 -0500
r7349@moloko (orig r2605): blblack | 2006-07-23 15:34:15 -0500
force/assume RaiseError/PrintError
also fixed small issue in DESTROY from last update
r7382@moloko (orig r2624): blblack | 2006-07-26 21:44:01 -0500
r7356@moloko (orig r2609): blblack | 2006-07-24 01:36:20 -0500
Storage holds a weakref to $schema now
Storage uses Schema to throw exceptions
Schema has "exception_action" accessor for custom exception objects and such
r7383@moloko (orig r2625): blblack | 2006-07-26 21:44:10 -0500
r7374@moloko (orig r2616): blblack | 2006-07-26 20:48:37 -0500
allow exception_action to suppress things, clean up docs
r7384@moloko (orig r2626): blblack | 2006-07-26 21:44:16 -0500
r7375@moloko (orig r2617): blblack | 2006-07-26 21:31:19 -0500
add a couple of tests for the new exception stuff
r7385@moloko (orig r2627): blblack | 2006-07-26 21:49:49 -0500
r7358@moloko (orig r2610): castaway | 2006-07-24 07:16:00 -0500
1) Add an explicit error to columns_info_for if the given schema/table combination produces no results.
2) Upper case the input for Oracle.
r7359@moloko (orig r2611): blblack | 2006-07-24 08:20:56 -0500
next::method, not next::columns_info_for
r7365@moloko (orig r2614): blblack | 2006-07-25 19:25:24 -0500
very minor cleanups to columns_info_for
r7370@moloko (orig r2615): matthewt | 2006-07-26 11:13:59 -0500
bugfix for pathological prefetch case
r7387@moloko (orig r2629): dwc | 2006-07-27 00:11:20 -0500
r11078@fortuna (orig r2628): dwc | 2006-07-27 01:07:24 -0400
FAQ update: Minor correction from Richard Jolly, mention search_rs, wrap lines, and minor grammar corrections