mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
sorry, cosmetics
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
$Id$
|
||||
|
||||
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
|
||||
See the file doc/COPYING for copying permission.
|
||||
See the file 'doc/COPYING' for copying permission
|
||||
"""
|
||||
|
||||
try:
|
||||
@@ -54,6 +54,8 @@ class Connector(GenericConnector):
|
||||
|
||||
def execute(self, query):
|
||||
try:
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
self.cursor.execute(utf8encode(query))
|
||||
except sqlite3.OperationalError, msg:
|
||||
logger.log(8, msg[0])
|
||||
|
||||
Reference in New Issue
Block a user