summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/engine.py')
-rw-r--r--lib/sqlalchemy/engine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/engine.py b/lib/sqlalchemy/engine.py
index 68cf08931..07574a260 100644
--- a/lib/sqlalchemy/engine.py
+++ b/lib/sqlalchemy/engine.py
@@ -260,7 +260,7 @@ class SQLEngine(schema.SchemaEngine):
def rowid_column_name(self):
"""returns the ROWID column name for this engine, or None if the engine cant/wont support OID/ROWID."""
- return "oid"
+ return None
def supports_sane_rowcount(self):
"""Provided to indicate when MySQL is being used, which does not have standard behavior