I am authoring a dialect for our database technology and one of the tests 
is failing, but I am not quite sure why, or how to proceed.

Would someone know where I'd look, or what I may be missing, to fix this 
aspect of the dialect?

I am likely missing something, but I've already messed with the colspecs 
and ischema_names hooks to no avail (not that what I've tried is right or 
wrong).  Thoughts?

============================================================================== 
FAILURES 
===============================================================================
____________________________________________________ 
NumericTest_nuodb_pynuodb.test_render_literal_numeric_asfloat 
____________________________________________________
Traceback (most recent call last):
  File "<string>", line 2, in test_render_literal_numeric_asfloat
  File 
"/Users/rbuck/.venv/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/testing/assertions.py"
, line 71, in decorate
    return fn(*args, **kw)
  File 
"/Users/rbuck/.venv/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/testing/suite/test_types.py"
, line 368, in test_render_literal_numeric_asfloat
    [15.7563],
  File "<string>", line 2, in _literal_round_trip
  File 
"/Users/rbuck/.venv/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/testing/util.py"
, line 196, in provide_metadata
    return fn(*args, **kw)
  File 
"/Users/rbuck/.venv/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/testing/suite/test_types.py"
, line 40, in _literal_round_trip
    assert value in output
AssertionError: assert Decimal('15.7563') in [15.7563]

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to