third parameter is not used

This commit is contained in:
Aaron Patterson 2010-09-26 18:25:13 -07:00
parent f8c7f4cc53
commit 7918a5c966

@ -35,7 +35,7 @@ def select_rows(sql, name = nil)
undef_method :select_rows
# Executes the SQL statement in the context of this connection.
def execute(sql, name = nil, skip_logging = false)
def execute(sql, name = nil)
end
undef_method :execute