sqlitebrowser-recipe:sqlb-3.x

Last commit made on 2014-04-28
Get this branch:
git clone -b sqlb-3.x https://git.launchpad.net/sqlitebrowser-recipe

Branch merges

Branch information

Name:
sqlb-3.x
Repository:
lp:sqlitebrowser-recipe

Recent commits

fbb6fe5... by rp

updater: Fix a crash and handle redirects

5b305b0... by rp

release: push version to 3.0.3

db8b2d0... by rp

grammar: forgot to update the AST treewalker too

2ccf006... by rp

grammar: fix column constrain

DEFAULT also takes quoted literals

813ba2d... by rp

Fix a startup crash

dunno really know whats different here to master branch

2577981... by Martin Kleusberg <email address hidden>

Update the recordset label in the Browse tab after closing a DB

Reset the recordset label in the Browse Data tab of the main window
after closing a DB file.
See issue #44.

244d811... by Martin Kleusberg <email address hidden>

Clear the tree widget in the Structure tab when after closing a DB

Clear the tree widget in the 'Database Structure' tab of the main window
after closing a database.
See issue #44.

614504d... by Martin Kleusberg <email address hidden>

ExportCsvDialog: Set table selection to current table in Browse Data tab

When called while the Browse Data tab of the main window is selected
also select the current table or view in the ExportCsvDialog.

Sort the table names in the combobox of the ExportCsvDialog.

Conflicts:
 src/ExportCsvDialog.cpp

c077d4c... by Martin Kleusberg <email address hidden>

Sort db objects in Database Structure tab by their name

Conflicts:
 src/DbStructureModel.cpp

cde9a70... by rp

fix bug, if there is no NL in the last line comment #40

if there was no NL in the line comment we ran into an
endless recursion, now we check for that corner case.