Skip to content
Snippets Groups Projects
  1. Aug 23, 2017
    • 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
  7. Aug 16, 2017
Loading