Possible bug with Query with Result
Posted: 07.03.2007, 05:48
Steps to reproduce bug
>Create a new db called (myTest) with a primary key (interger) that auto-increments
>Create a new Field called Main type text
>In the sql query tab type this command
INSERT INTO myTest (Main) VALUES ("Hello World")
>Press the execute query tab with results
>Click on the result tab
After I click on the result tab I get this error:
"Access violation at address 0069c273 in module 'sqliteadmin.exe' Read of Address 00000040
This issue does not occur if I click on execute query without results
Below is the schema of the db
CREATE TABLE [myTest] (
[id] INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
[Main] TEXT NULL
)
Thanks for making a great product, looking forward to the next versions!
>Create a new db called (myTest) with a primary key (interger) that auto-increments
>Create a new Field called Main type text
>In the sql query tab type this command
INSERT INTO myTest (Main) VALUES ("Hello World")
>Press the execute query tab with results
>Click on the result tab
After I click on the result tab I get this error:
"Access violation at address 0069c273 in module 'sqliteadmin.exe' Read of Address 00000040
This issue does not occur if I click on execute query without results
Below is the schema of the db
CREATE TABLE [myTest] (
[id] INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
[Main] TEXT NULL
)
Thanks for making a great product, looking forward to the next versions!