Skip to content
Snippets Groups Projects
  1. Aug 23, 2017
    • Vladislav Shpilevoy's avatar
      schema: fix errors in 1.8 schema · 2178c5b4
      Vladislav Shpilevoy authored
      * upgrade handler for 1.8.2 must be set to auto instead of
        1.7.5;
      * _trigger's first field has type string, but index on this field
        has type unsigned - it is conflict.
      
      Needed for #2652
      2178c5b4
    • Vladislav Shpilevoy's avatar
      sql: allow comment symbols inside quotes for sql_tokenizer · 7747aac7
      Vladislav Shpilevoy authored
      Implement a special read_string branch for get_next_token function in
      sql_tokenizer. Read_string reads entire string, finds single
      quote escape and doesn't consider SQL grammar words in the string
      as a special words.
      7747aac7
    • Bulat Niatshin's avatar
      sql: convert pragma.c to linux kernel code style · 54628394
      Bulat Niatshin authored
      - Use indent to convert src/box/sql/pragma.c to linux kernel code style.
      - Fix issues with switch indentation
      - Update src/lib
      54628394
    • Bulat Niatshin's avatar
      sql: move savepoints to VDBE · 51f84367
      Bulat Niatshin authored
      Different fibers had shared connection structure - sqlite3 * db.
      It had several variables that were shared between transactions in
      fibers.
      
      - Move db->autoCommit flag into VDBE
      - Move db->isTransactionSavepoint into VDBE
      - Move savepoints to VDBE and related counters from struct sqlite3
      - Make transactions savepoints local according to VDBE
      
      Closes #2668
      51f84367
  2. Aug 22, 2017
  3. Aug 21, 2017
  4. Aug 19, 2017
  5. Aug 18, 2017
  6. Aug 17, 2017
Loading