init
This commit is contained in:
@@ -968,7 +968,7 @@ class AnalyzerSqlite:
|
|||||||
print("Daily # :", rowid, ", CODE: ", stock['CODE'], ", NAME: ", stock['NAME'])
|
print("Daily # :", rowid, ", CODE: ", stock['CODE'], ", NAME: ", stock['NAME'])
|
||||||
|
|
||||||
sql = 'SELECT ymd, close, diff, open, high, low, volume FROM ' + stockTableName + ' where CODE=? order by ymd desc '
|
sql = 'SELECT ymd, close, diff, open, high, low, volume FROM ' + stockTableName + ' where CODE=? order by ymd desc '
|
||||||
#sql += ' limit 350'
|
sql += ' limit 500'
|
||||||
cursor.execute(sql, (stock['CODE'],))
|
cursor.execute(sql, (stock['CODE'],))
|
||||||
items = cursor.fetchall()
|
items = cursor.fetchall()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user