Update conn_test.py (#15385)

This commit is contained in:
Imri Paran 2024-02-28 14:21:30 +01:00 committed by GitHub
parent ec503c3afc
commit c61ab94ff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ def _(*_, **__):
@compiles(ConnTestFn, Dialects.IbmDbSa)
@compiles(ConnTestFn, Dialects.Ibmi)
def _(*_, **__):
return "SELECT 42 FROM SYSIBM.SYSDUMMY1;"
return "SELECT 42 FROM SYSIBM.SYSDUMMY1"
@compiles(ConnTestFn, Dialects.Hana)