Changeset 1737

Show
Ignore:
Timestamp:
2008-05-17 04:05:31 (4 months ago)
Author:
ringmaster
Message:

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

Location:
trunk/htdocs/system
Files:
2 modified
5 copied

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) ); 
  • trunk/htdocs/system/classes/version.php

    r1734 r1737  
    1212    // DB and API versions are aligned with the SVN revision 
    1313    // number in which they last changed. 
    14     const DB_VERSION = 1535; 
     14    const DB_VERSION = 1540; 
    1515    const API_VERSION = 1366; 
    1616