This commit is contained in:
mdipierro
2013-05-28 22:45:15 -05:00
parent dd97b9c8dd
commit a915054602
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.7-stable+timestamp.2013.05.27.11.49.44
Version 2.4.7-stable+timestamp.2013.05.28.22.44.29
-2
View File
@@ -2522,8 +2522,6 @@ class MySQLAdapter(BaseAdapter):
self.execute('select last_insert_id();')
return int(self.cursor.fetchone()[0])
def integrity_error_class(self):
return self.cursor.IntegrityError
class PostgreSQLAdapter(BaseAdapter):
drivers = ('psycopg2','pg8000')