Show
Ignore:
Timestamp:
05/17/08 02:05:31 (7 months ago)
Author:
ringmaster
Message:

Updating trunk with missing parts of postgres schema and version update.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/classes/databaseconnection.php

    r1727 r1737  
    295295        switch ( $driver ) { 
    296296            case 'mysql': 
     297            case 'pgsql': 
    297298            case 'db2': 
    298299                /* 
     
    307308                $query.= ' )'; 
    308309                break; 
    309             case 'pgsql': 
    310310            case 'oracle': 
    311311                die( sprinf(_t('not yet supported on %s'), $driver) );