mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-30 04:24:38 -04:00
add oursql to the list of offenders...
This commit is contained in:
@@ -1416,8 +1416,8 @@ class NumericRawSQLTest(TestBase):
|
||||
val = testing.db.execute("select val from t").scalar()
|
||||
assert isinstance(val, float)
|
||||
|
||||
# some DBs have unusual float handling
|
||||
if testing.against('oracle+cx_oracle'):
|
||||
# some DBAPIs have unusual float handling
|
||||
if testing.against('oracle+cx_oracle', 'mysql+oursql'):
|
||||
eq_(round_decimal(val, 3), 46.583)
|
||||
else:
|
||||
eq_(val, 46.583)
|
||||
|
||||
Reference in New Issue
Block a user