-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: rp-/sqlitebrowser
base: sqlb-3.0.1
head repository: rp-/sqlitebrowser
compare: sqlb-3.x
- 17 commits
- 21 files changed
- 2 contributors
Commits on Feb 12, 2014
-
Configuration menu - View commit details
-
Copy full SHA for e3c916d - Browse repository at this point
Copy the full SHA e3c916dView commit details -
Allow space characters in table and index names, disallow ` chars
Spaces in table, index and field names are actually allowed by SQLite, so no need to check for them. However, "`" characters cause problems when appearing in SQL statements so disallow them instead.
Configuration menu - View commit details
-
Copy full SHA for 914d38a - Browse repository at this point
Copy the full SHA 914d38aView commit details -
MainWindow: Update execute query table view when no results returned
Also update the table view widget and the status message in the Execute Query tab of the main window when the query was valid but returned no results. Fixes #38.
Configuration menu - View commit details
-
Copy full SHA for 9f8dd44 - Browse repository at this point
Copy the full SHA 9f8dd44View commit details -
SqlExecutionArea: Replace UTF8 paragraph separator by newline char
When the user selects multiple lines of SQL code and hits F5 to execute them the execution stops after the first line because we use the selectedText() method of the QTextCursor class to get the selected text and this method returns Unicode U+2029 paragraph separator characters instead of newline \n characters. (see http://qt-project.org/doc/qt-4.8/qtextcursor.html#selectedText) Fix this by replacing these by regular newline characters to.
Configuration menu - View commit details
-
Copy full SHA for ed5aa8c - Browse repository at this point
Copy the full SHA ed5aa8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b43234 - Browse repository at this point
Copy the full SHA 0b43234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a41e20 - Browse repository at this point
Copy the full SHA 0a41e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b4343 - Browse repository at this point
Copy the full SHA 09b4343View commit details
Commits on Feb 14, 2014
-
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.
Configuration menu - View commit details
-
Copy full SHA for cde9a70 - Browse repository at this point
Copy the full SHA cde9a70View commit details
Commits on Apr 28, 2014
-
Sort db objects in Database Structure tab by their name
Conflicts: src/DbStructureModel.cpp
Configuration menu - View commit details
-
Copy full SHA for c077d4c - Browse repository at this point
Copy the full SHA c077d4cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 614504d - Browse repository at this point
Copy the full SHA 614504dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 244d811 - Browse repository at this point
Copy the full SHA 244d811View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2577981 - Browse repository at this point
Copy the full SHA 2577981View commit details -
dunno really know whats different here to master branch
Configuration menu - View commit details
-
Copy full SHA for 813ba2d - Browse repository at this point
Copy the full SHA 813ba2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ccf006 - Browse repository at this point
Copy the full SHA 2ccf006View commit details -
Configuration menu - View commit details
-
Copy full SHA for db8b2d0 - Browse repository at this point
Copy the full SHA db8b2d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b305b0 - Browse repository at this point
Copy the full SHA 5b305b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb6fe5 - Browse repository at this point
Copy the full SHA fbb6fe5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff sqlb-3.0.1...sqlb-3.x