mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-28 04:33:16 +00:00
Minor patch (TravisCI related)
This commit is contained in:
parent
03dfd6b4d5
commit
9c503873ad
2 changed files with 2 additions and 2 deletions
|
|
@ -3275,7 +3275,7 @@ def parseSqliteTableSchema(value):
|
|||
Parses table column names and types from specified SQLite table schema
|
||||
|
||||
>>> kb.data.cachedColumns = {}
|
||||
>>> parseSqliteTableSchema("CREATE TABLE users\\n\\t\\tid INTEGER\\n\\t\\tname TEXT\\n);")
|
||||
>>> parseSqliteTableSchema("CREATE TABLE users(\\n\\t\\tid INTEGER,\\n\\t\\tname TEXT\\n);")
|
||||
True
|
||||
>>> repr(kb.data.cachedColumns).count(',') == 1
|
||||
True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue