~linuxgndu/sqlitebrowser-recipe/+git/sqlitebrowser:v3.3.x

Last commit made on 2014-08-31
Get this branch:
git clone -b v3.3.x https://git.launchpad.net/~linuxgndu/sqlitebrowser-recipe/+git/sqlitebrowser

Branch merges

Branch information

Recent commits

9758ac4... by rp

cmake/nsis: small improvements to the windows installer

591c5af... by Justin Clift <email address hidden>

Updated version number in src/gen_version.h as well

538e487... by Justin Clift <email address hidden>

Updated to version 3.3.1 for project rename

a91d057... by Justin Clift <email address hidden>

Renamed application to Database Browser for SQLite

Hopefully this will reduce the misdirected support calls to Hwaci :)

eab4e31... by Justin Clift <email address hidden>

Added v3.3.0 release info to README.md

a8f72e8... by rp

update version numbers to 3.3.0

63c338c... by rp

plot: add another shortcut to plot CTRL+D

if we maybe have print support in the future,
we can assign CTRL+P to print than

681b143... by rp

dbschema: shortcut for schema pane

44ce30d... by Martin Kleusberg <email address hidden>

Fix last commit

Fix missing rowid->_rowid_ in commit55678bb9450a0546835b2d86f5124e7efb0a1109

55678bb... by rp

sql: use _rowid_ instead of rowid

This doesn't really solve the problem, but reduces the chance
to have a nameclash with rowid, until we come up with something better
we can't fully support tables with a column name _rowid_ but that should
be very seldom