|
From: Steve W. <sw...@pa...> - 2001-07-18 15:18:09
|
On Wed, 18 Jul 2001, Joel Uckelman wrote:
> When I added the code for page versioning, I broke support for everything
> except MySQL, so now I'm trying to bring the other db formats up to speed.
> Perhaps the changes I just committed in lib/pgsql.php and
Oh, don't worry. We are going to switch to a generic DBMS interface --
either PEAR's DB or the dbx functions -- quite soon. Perhaps even tonight
if I stay in and hack. I have done some rudimentary testing with the dbx
stuff and it works fine. DB is a much larger hoop to jump through.
We will gain two big things: only one database interface to support, and
multiple databases will now be supported. I'm leaning towards PEAR/DB at
the moment since it's more developed, supports more databases and PEAR
looks like the way to go right now.
> Also, it's been bugging me for a long time that we have a directory called
> "schemas" when the proper plural of "schema" is "schemata". How do I go
> about changing that?
I'll look into it. The shortest route is to just cvs remove schemas and
cvs add schemata. The grammar error is mine.
~swain
---
http://www.panix.com/~swain/
"Without music to decorate it, time is just a bunch of boring
production deadlines or dates by which bills must be paid."
-- Frank Zappa
http://pgp.document_type.org:11371/pks/lookup?op=get&search=0xF7323BAC
|