Skip to content

DB Browser for SQLite 3.5.0

Compare
Choose a tag to compare
@rp- rp- released this 31 Jan 17:17
· 15 commits to v3.5.x since this release

DB Browser for SQLite v3.5.0 is now available for download! 😀

One of the major improvements in this release, is support for encrypted databases (for MacOS X and Linux only, not Windows yet). This is done using the SQLCipher encryption library.

In addition to that, there are a lot of significant bug fixes and general improvements. It's definitely worth updating, if you're in doubt. 😄

Enhancements

Enhancements with progress, though more still needs to be done

Bug fixes

  • Foreign Key in Edit Create Table - #109 (thanks to @MKleusberg)
  • CSV export bug - Fields aren't automatically quoted when separator character is present in the data - #144 (thanks to @MKleusberg)
  • [feature request]"Execute SQL": clear output if query returns nothing - #151 (thanks to @MKleusberg)
  • Export to SQL INT Datatype Expression - #156 (thanks to @rp-)
  • Crash when opening db without rowid and composite primary key - #159 (thanks to @rp-)
  • Database Structure view: wrong parsing of CHECK constraints - #179 (thanks to @MKleusberg )
  • tests: fix QCoreApplication parameters #185 (thanks to @pinotree)

Other notes

  • The Windows release uses SQLite v3.8.8.2
  • The MacOS X release has two potential downloads
    • One download uses "standard" SQLite (v3.8.8.1)
    • The other download uses SQLCipher (v3.2.0) to give encryption support for your SQLite databases
    • You only need to download one of them, not both 😄