Various fixes, SQL injection prevention (escaping) and basic web-server. Also remove the fake data file of 7mb...
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
CREATE TABLE IF NOT EXISTS "OptionQuotes"("Id" INTEGER,
|
||||
"TimeStamp"DateTime DEFAULT CURRENT_TIMESTAMP,
|
||||
CREATE TABLE IF NOT EXISTS "OptionQuotes"( "TimeStamp"DateTime DEFAULT CURRENT_TIMESTAMP,
|
||||
"Symbol" Text,
|
||||
"Data" Text);
|
||||
|
||||
Reference in New Issue
Block a user