Dotclear


Ignore:
Timestamp:
04/20/15 11:08:22 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Fix #1913 : allow SQLite in installation wizard.
No simple way to upgrade SQLite database, so bypass upgrade during connection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/dbschema/upgrade.php

    r2950 r2994  
    2626          { 
    2727               if ($core->con->driver() == 'sqlite') { 
    28                     throw new Exception(__('SQLite Database Schema cannot be upgraded.')); 
     28                    return false; // Need to find a way to upgrade sqlite database 
    2929               } 
    3030 
Note: See TracChangeset for help on using the changeset viewer.

Sites map