There are no tables listed in the index creation form except sqlite_master and sqlite_temp_master #3965
Replies: 12 comments 7 replies
-
It seems like it wants to establish a connection to a different database since the dialog needs a while to open. |
Beta Was this translation helpful? Give feedback.
-
How many databases do you have registered in SQLiteStudio? |
Beta Was this translation helpful? Give feedback.
-
I have 3 connections registered. 2 are closed, one is open (Android SQLite). The first one is a local file (SQLite3), the second one is also of type "Android SQLite" but the device does not exist and the connection couldn't be established but I keep it in the list since I often use that device for development. I'm opening the index dialog by either pressing the Insert key or clicking on the toolbar button. The behaviour is the same when I open the dialog from the context menu from the connections treeview. There is no database connection displayed in the table designer, only in the script editor. |
Beta Was this translation helpful? Give feedback.
-
What about if you open SQL Editor and execute query: |
Beta Was this translation helpful? Give feedback.
-
It works and with the correct connection, I'm using it all the time manipulating the database content. The query that you suggested is also returning records related to the current database. |
Beta Was this translation helpful? Give feedback.
-
Please run SQLiteStudio from command line like this: |
Beta Was this translation helpful? Give feedback.
-
Here is the output:
Hope it helps. |
Beta Was this translation helpful? Give feedback.
-
Okay, we will need to do more extensive debug. Please run it this time with This will produce A LOT of debug messages, containing all SQL queries executed on the database. There's no need to post them all here. I'd like to see (if you don't mind) the query that is executed prior to this |
Beta Was this translation helpful? Give feedback.
-
Here are the last few entries including the one before the error:
|
Beta Was this translation helpful? Give feedback.
-
Just a quick update... I have removed all closed connections and left only the current one. |
Beta Was this translation helpful? Give feedback.
-
@pawelsalawa I managed to reproduce it again:
|
Beta Was this translation helpful? Give feedback.
-
Details
Unable to create index with the latest vesion. There are no tables listed in the index creation form except sqlite_master and sqlite_temp_master.
Steps to reproduce
In tab Indexes, add new index.
Operating system
Windows 10
SQLiteStudio version
3.2.1
Beta Was this translation helpful? Give feedback.
All reactions