PySQLQuery class causes endless recursion

Bug #660073 reported by Eugene
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PySQLPool
Fix Released
High
Nikoleta Verbeck

Bug Description

def escape_string(self, string):
  """
  This is just an adapter function to allow previus users of MySQLdb.
  To be familier with there names of functions.

  @see: escapeString
  """
  return self.escape_string(string)
Method returns itself. Should be:
                return MySQLdb.escape_string(string)

Changed in pysqlpool:
importance: Undecided → High
assignee: nobody → Nick Verbeck (nerdynick)
status: New → In Progress
Changed in pysqlpool:
status: In Progress → Fix Released
milestone: none → 0.3.7
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.