Various fixes, SQL injection prevention (escaping) and basic web-server. Also remove the fake data file of 7mb...

This commit is contained in:
Joe Tretter
2020-04-22 21:10:21 -05:00
parent 886467327c
commit 07ceb58dda
7 changed files with 39 additions and 11 deletions

View File

@@ -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);