quoting bug in UPPERCASE dialects (or test glitch)

Issue #2615 resolved
Mike Bayer repo owner created an issue

recent additions to test_quote have smoked out an issue that occurs with oracle and firebird, the two UPPERCASE dialects:

======================================================================
FAIL: test.sql.test_quote.QuoteTest.test_reflect
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/Users/classic/dev/sqlalchemy/test/sql/test_quote.py", line 46, in test_reflect
    assert 'UPPERCASE' in t2.c
AssertionError

need to determine if the dialects or the tests are at fault with these.

testing with a mock "UPPERCASE" dialect might be helpful.

Comments (2)

  1. Log in to comment