MantisBT: master b531419a

Author Committer Branch Timestamp Parent
DKuranov dregad master 2011-08-16 06:17 master 321e0356
Changeset

Fixed datetime literal format and bug with removing 'AS' from string literals

Tests passed with MySQL and Oracle.
Oracle installation reqires only changing:

  1. $g_db_table_suffix: Just as planned, to reduce object name length
  2. $g_db_type: because of config_get_global( 'db_type' ) returns 'mysql' on installation stage
mod - admin/schema.php Diff File
mod - core/database_api.php Diff File