1. 15 Sep, 2003 3 commits
    • bar@bar.mysql.r18.ru's avatar
      In CREATE syntax: KEY a (field_name(10)) · f55b05e2
      bar@bar.mysql.r18.ru authored
      10 now means "number of characters", not number of bytes.
      f55b05e2
    • bar@bar.mysql.r18.ru's avatar
      type_nchar.result: · 9a5e82ad
      bar@bar.mysql.r18.ru authored
        I forgot to push it in the previous changeset.
      9a5e82ad
    • bar@bar.mysql.r18.ru's avatar
      New syntax: · 1726b4d8
      bar@bar.mysql.r18.ru authored
      CREATE TABLE t1(a NVARCHAR(10))
      This is for compatibility with MSSQL, DB2, Informix and some other DBMSs.
      
      Note, standard SQL doesn't have "NVARCHAR" syntax.
      There are only these syntaxes in SQL2003:
       NATIONAL VARCHAR
       NCHAR VARCHAR
       NATIONAL CHARACTER VARYING 
       NCHAR VARYING
      
      - Tests were added for all the above syntaxes.
      1726b4d8
  2. 14 Sep, 2003 3 commits
  3. 13 Sep, 2003 7 commits
  4. 12 Sep, 2003 6 commits
  5. 11 Sep, 2003 7 commits
  6. 10 Sep, 2003 12 commits
  7. 09 Sep, 2003 2 commits