Merging upstream version 6.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0822fbed3a
commit
9bc11b290e
22 changed files with 312 additions and 45 deletions
6
tests/dialects/test_oracle.py
Normal file
6
tests/dialects/test_oracle.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from tests.dialects.test_dialect import Validator
|
||||
|
||||
|
||||
class TestOracle(Validator):
|
||||
def test_oracle(self):
|
||||
self.validate_identity("SELECT * FROM V$SESSION")
|
Loading…
Add table
Add a link
Reference in a new issue