The New Database Compatibility Layer
Max Kanat-Alexander
mkanat at kerio.com
Wed Feb 16 21:41:17 UTC 2005
On Wed, 2005-02-16 at 22:57 +0200, Vlad Dascalu wrote:
> I mean, would a MySQL developer that added a Mysql.pm function notice
> that such function doesn't exist in the PySQL module? As far as I
> understand, the code should be modular in the sense that it loads only
> the right module suitable for the right database type, so for example
> only the Mysql one will be looked upon. The lack of function in the
> other modules will go unnoticed until someone using PySQL will see an error.
Oh, that's a good point.
So we need to look in the Bugzilla::DB drivers and see if anybody added
a function that isn't in all the modules, and add it to an exception
list if it was a necessary function.
-Max
--
Max Kanat-Alexander
Technical Support Manager, USA
2350 Mission College Blvd., Suite 400
Santa Clara, CA 95054
Phone: (408) 496-4500
Fax: (408) 496-6902
http://www.kerio.com/support.html
More information about the developers
mailing list