Date: Thu, 13 Feb 2003 10:48:42 +0100 (CET) To: [EMAIL PROTECTED] From: Dirk-Willem van Gulik <[EMAIL PROTECTED]>
> Looking at existing 1,3 modules for sybase, postgress, msql and mysql > I see that we essentially just use: > [snip] > Would it be worth our while to do something so that we can deal with > all 4 or 5 with a simple lib_sql_* behind a generic mod_authn_sql. Don't think it's worth the hassle as it's just a few lines (more or less) duplicated. The error checking would be driver specific anyway. It would be different if the proposed mod_authn_sql (or mod_authn_rdbm) would implement a generic connection pooling. > I do not want to re-invent ODBC :-) Some folks tried to: http://libdbi.sourceforge.net/ Masi
