mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-22 00:22:01 -04:00
change "psotgresql" to 'postgresql' in decorator
This commit is contained in:
@@ -127,7 +127,7 @@ class UserDefinedTest(fixtures.TestBase, AssertsCompiledSQL):
|
||||
class MyThingy(ColumnClause):
|
||||
pass
|
||||
|
||||
@compiles(MyThingy, "psotgresql")
|
||||
@compiles(MyThingy, 'postgresql')
|
||||
def visit_thingy(thingy, compiler, **kw):
|
||||
return "mythingy"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user