Skip to content
  • Gleb Shchepa's avatar
    431e84d0
    WL#11460: Deprecate some SQL compatibility modes in 5.7 · 431e84d0
    Gleb Shchepa authored
    This patch is for 5.7.
    
    This WL forces deprecation warnings on setting a few compatibility
    modes:
    
    * DB2
    * MAXDB
    * MSSQL
    * MYSQL323
    * MYSQL40
    * ORACLE
    * POSTGRESQL
    * NO_FIELD_OPTIONS
    * NO_KEY_OPTIONS
    * NO_TABLE_OPTIONS
    
    Also in warns on the creation of TIMESTAMP columns if the MAXDB SQL mode is "on".
    431e84d0
    WL#11460: Deprecate some SQL compatibility modes in 5.7
    Gleb Shchepa authored
    This patch is for 5.7.
    
    This WL forces deprecation warnings on setting a few compatibility
    modes:
    
    * DB2
    * MAXDB
    * MSSQL
    * MYSQL323
    * MYSQL40
    * ORACLE
    * POSTGRESQL
    * NO_FIELD_OPTIONS
    * NO_KEY_OPTIONS
    * NO_TABLE_OPTIONS
    
    Also in warns on the creation of TIMESTAMP columns if the MAXDB SQL mode is "on".
Loading