Skip to content

Tags: chengjingfeng/sqlitebrowser

Tags

continuous

Toggle continuous's commit message

Verified

This commit was signed with the committer’s verified signature.
MKleusberg Martin Kleusberg
Add basic support for new RETURNING keyword

This adds support for the RETURNING keyword which was introduced in
SQLite 3.35.0 by adding it to the syntax highlighter and the auto
completion as well as adding it to the lexer and parser (though it is
not used by the latter in any significant way).

v3.12.2

Toggle v3.12.2's commit message

Verified

This tag was signed with the committer’s verified signature.
justinclift Justin Clift
DB Browser for SQLite 3.12.2

v3.12.1

Toggle v3.12.1's commit message

Verified

This tag was signed with the committer’s verified signature.
justinclift Justin Clift
DB Browser for SQLite 3.12.1

continuous-v3.12.x

Toggle continuous-v3.12.x's commit message
Simpler version for AppImage and branch name in the continuous release

The command `git rev-parse --abbrev-ref HEAD` is not returning the branch name
in the travis server, and for the version in AppImage filename it would be
enough to have the short commit id.

Note that these changes are branch dependant.

See issue sqlitebrowser#1092

continuous-HEAD-51-ed72587

Toggle continuous-HEAD-51-ed72587's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remover unused reference to the master branch

This command is failing

v3.12.1-rc1

Toggle v3.12.1-rc1's commit message
Update Arabic translation (sqlitebrowser#2406)

sqlitebrowser#2405
# Conflicts:
#	src/translations/sqlb_ar_SA.ts

v3.12.0

Toggle v3.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
justinclift Justin Clift
DB Browser for SQLite 3.12.0

3.12.0

Toggle 3.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
justinclift Justin Clift
Update version number for 3.12.0

v3.12.0-rc1

Toggle v3.12.0-rc1's commit message

Verified

This commit was signed with the committer’s verified signature.
justinclift Justin Clift
Updating version number for 3.12.0-rc1

We're using 3.11.300 for the 3.12.0-rc1, in order to keep
numerically lower than 3.12.0, which will be used for the
actual release.

v3.12.0-alpha1

Toggle v3.12.0-alpha1's commit message

Verified

This commit was signed with the committer’s verified signature.
justinclift Justin Clift
Only include the build date for nightly builds.

Our alpha and beta releases use patch numbers greater than 99, so
were being caught by the version string check.