Skip to content

Update module mattn/go-sqlite3 to v2

renovate requested to merge renovate/github.com-mattn-go-sqlite3-2.x into master

This MR contains the following updates:

Package Type Update Change
github.com/mattn/go-sqlite3 require major v0.0.0-20200618132256-aa77c03e2fcb -> v2.0.6

Release Notes

mattn/go-sqlite3

v2.0.6

Compare Source

v2.0.5

Compare Source

v2.0.4

Compare Source

v2.0.3

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v1.14.6

Compare Source

v1.14.5

Compare Source

v1.14.4

Compare Source

v1.14.3

Compare Source

v1.14.2

Compare Source

v1.14.1

Compare Source

v1.14.0

Compare Source

v1.13.0

Compare Source

v1.12.0

Compare Source

v1.11.0

Compare Source

v1.10.0

Compare Source

Core

  • SQLite 3.28.0

Updates

  • Fix type of variadic function
  • column types text, varchar, *char return as strings
  • Use SQLITE_OPEN_CREATE for sqlite3_open_v2
  • Fix data race in AutoCommit()

v1.9.0

Compare Source

Core

  • SQLite 3.24.0

Updates

  • Add OpenBSD
  • Increase coverage
  • Added Tests for sqlite_crypt encoders

Repository Updates

  • Shorten build time on Travis-CI

v1.8.0

Compare Source

Core

  • SQLite: 3.24.0

New Features

  • Implemented SQLite User Authentication Module
  • Implemented GetFilename sqlite3_db_filename
  • Implemented use of MRAGMA's from DSN
  • Implemented usleep for Windows
  • MRAGMA DSN
    • Auto Vacuum
    • Case Sensitive LIKE
    • Defer Foreign Keys
    • Ignore CHECK Constraints
    • Journal Mode
    • Query Only
    • Secure Delete
    • Synchronous
    • User Authentication
    • Writeable Schema

Updates

  • Rewrite upgrade tool to auto include UserAuth Module
  • FIX: Case-Sensitive values for MRAGMA
  • Reduced code for:
    • foreign_keys
    • recursive_triggers

Fixes

v1.7.0

Compare Source

v1.6.0

Compare Source

v1.5.0

Compare Source

v1.4.0

Compare Source

v1.3.0

Compare Source

v1.2.0

Compare Source

v1.1.0

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports