You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/SQLiteEditor/qml/main.qml
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Views.AppWindow {
11
11
id: superRoot
12
12
13
13
property QtObject queries : QtObject {
14
-
property string tableView :"SELECT * FROM sqlite_master WHERE type = 'table' OR type = 'view' ORDER BY type"
14
+
readonly property string tableView :"SELECT * FROM sqlite_master WHERE type = 'table' OR type = 'view' ORDER BY type"
15
15
property string fat :"SELECT * FROM Track tra JOIN (SELECT * FROM Album alb JOIN Artist art ON art.ArtistId = alb.ArtistId) albart ON tra.AlbumId = albart.AlbumId"
0 commit comments