SQLite3 v1.3.4 Release Notes

Release Date: 2011-07-25 // over 12 years ago
    • ✨ Enhancements:

      • Windows: build against SQLite 3.7.7.1
      • Windows: build static binaries that do not depend on sqlite3.dll be installed anymore
    • 🛠 Bugfixes

      • Backup API is conditionally required so that older libsqlite3 can be used. Thanks Hongli Lai.
      • Fixed segmentation fault when nil is passed to SQLite3::Statement.new
      • Fix extconf's hardcoded path that affected installation on certain systems.