extras-buildsys ChangeLog,1.117,1.118

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Sep 9 15:10:10 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5408

Modified Files:
	ChangeLog 
Log Message:
2005-09-09  Dan Williams  <dcbw at redhat.com>

    * Add support for PostgreSQL as the database backend.
        Databases are now abstracted and support for others,
        like MySQL, need to be added to server/DBManager.py.
        Should be really easy though.

    NOTE: sqlite support might be broken right now due to
        SQL statement quoting changes




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	8 Sep 2005 21:10:25 -0000	1.117
+++ ChangeLog	9 Sep 2005 15:10:04 -0000	1.118
@@ -1,3 +1,13 @@
+2005-09-09  Dan Williams  <dcbw at redhat.com>
+
+    * Add support for PostgreSQL as the database backend.
+        Databases are now abstracted and support for others,
+        like MySQL, need to be added to server/DBManager.py.
+        Should be really easy though.
+
+    NOTE: sqlite support might be broken right now due to
+        SQL statement quoting changes
+
 2005-09-08  Dan Williams  <dcbw at redhat.com>
 
     * server/PackageJob.py




More information about the fedora-extras-commits mailing list