forked from VimPlug/jedi
The sqlite3 test was not correct and depends if there is a RowFactory present
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user