[pLog-svn] r2402 - plog/branches/plog-1.1-daochanges

Oscar Renalias phunkphorce at gmail.com
Wed Aug 17 09:36:14 GMT 2005


Are these the beginnings of postgres support in plog, perhaps? :)))

Oscar

On 8/8/05, ork at devel.plogworld.net <ork at devel.plogworld.net> wrote:
> Author: ork
> Date: 2005-08-08 17:57:58 +0000 (Mon, 08 Aug 2005)
> New Revision: 2402
> 
> Modified:
>    plog/branches/plog-1.1-daochanges/wizard.php
> Log:
> switching back to mysql, there is no driver yet
> 
> 
> Modified: plog/branches/plog-1.1-daochanges/wizard.php
> ===================================================================
> --- plog/branches/plog-1.1-daochanges/wizard.php        2005-08-08 17:57:37 UTC (rev 2401)
> +++ plog/branches/plog-1.1-daochanges/wizard.php        2005-08-08 17:57:58 UTC (rev 2402)
> @@ -577,7 +577,7 @@
>          $config = new ConfigFileStorage();
>          // open a connection to the database
>          //$db = NewADOConnection('mysql');
> -        $db = PDb::getDriver('postgres');
> +        $db = PDb::getDriver('mysql');
>          if ( $selectDatabase ) {
>              $res = $db->Connect($config->getValue( "db_host" ), $config->getValue( "db_username" ), $config->getValue( "db_password" ), $config->getValue( "db_database" ));
>          } else {
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list