1
0
forked from VimPlug/jedi

The sqlite3 test was not correct and depends if there is a RowFactory present

This commit is contained in:
Dave Halter
2018-10-23 09:46:09 +02:00
parent be58b627b2
commit a45d86c2a4

View File

@@ -167,10 +167,6 @@ import sqlite3
con = sqlite3.connect()
#? sqlite3.Cursor()
c = con.cursor()
#? sqlite3.Row()
row = c.fetchall()[0]
#? str()
row.keys()[0]
def huhu(db):
"""