[Codestriker-commits] CVS update: codestriker codestriker.conf
Brought to you by:
sits
|
From: <si...@us...> - 2005-07-11 23:31:36
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=9137920&action=view User: sits Date: 05/07/11 16:31:19 Modified: . codestriker.conf Log: Remove PgPP example, its very buggy. Postgres for Windows is not possible, just yet, until they release a Pg driver. Index: codestriker.conf =================================================================== RCS file: /cvsroot/codestriker/codestriker/codestriker.conf,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- codestriker.conf 10 Jul 2005 23:24:56 -0000 1.75 +++ codestriker.conf 11 Jul 2005 23:31:14 -0000 1.76 @@ -14,10 +14,6 @@ # Example of a PostgreSQL database URL using the native Pg driver. $db = 'DBI:Pg:dbname=codestrikerdb'; -# Example of a PostgreSQL database URL using the PgPP driver (required for -# Win32 systems at the time of release). -#$db = 'DBI:PgPP:host=locahost;dbname=codestrikerdb'; - # Example of a MySQL database URL. #$db = 'DBI:mysql:dbname=codestrikerdb'; |