OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | test_connect_binary |
def | test_connect_http |
def | test_connect_uri |
def | test_connect_uri_and_others_raises |
def | test_invalid_sql |
def | test_nonexistant_table |
def | test_connection_execute |
def | test_select_sets_description |
def | test_select_parametrized |
def | test_executemany_parametrized |
def | test_executemany_parametrized_insert |
def | test_fetchone |
def | test_fetchmany |
def | test_select_dates |
Definition at line 21 of file test_integration.py.
def tests.test_integration.TestIntegration.test_connect_binary | ( | self | ) |
Definition at line 22 of file test_integration.py.
References heavydb.connection.connect().
def tests.test_integration.TestIntegration.test_connect_http | ( | self | ) |
Definition at line 33 of file test_integration.py.
References heavydb.connection.connect().
def tests.test_integration.TestIntegration.test_connect_uri | ( | self | ) |
Definition at line 44 of file test_integration.py.
References heavydb.connection.connect().
def tests.test_integration.TestIntegration.test_connect_uri_and_others_raises | ( | self | ) |
Definition at line 57 of file test_integration.py.
References heavydb.connection.connect().
def tests.test_integration.TestIntegration.test_connection_execute | ( | self, | |
con | |||
) |
Definition at line 75 of file test_integration.py.
def tests.test_integration.TestIntegration.test_executemany_parametrized | ( | self, | |
con | |||
) |
Definition at line 134 of file test_integration.py.
def tests.test_integration.TestIntegration.test_executemany_parametrized_insert | ( | self, | |
con | |||
) |
Definition at line 157 of file test_integration.py.
def tests.test_integration.TestIntegration.test_fetchmany | ( | self, | |
con | |||
) |
Definition at line 204 of file test_integration.py.
def tests.test_integration.TestIntegration.test_fetchone | ( | self, | |
con | |||
) |
Definition at line 183 of file test_integration.py.
def tests.test_integration.TestIntegration.test_invalid_sql | ( | self, | |
con | |||
) |
Definition at line 65 of file test_integration.py.
def tests.test_integration.TestIntegration.test_nonexistant_table | ( | self, | |
con | |||
) |
Definition at line 70 of file test_integration.py.
def tests.test_integration.TestIntegration.test_select_dates | ( | self, | |
con | |||
) |
Definition at line 230 of file test_integration.py.
def tests.test_integration.TestIntegration.test_select_parametrized | ( | self, | |
con | |||
) |
Definition at line 108 of file test_integration.py.
def tests.test_integration.TestIntegration.test_select_sets_description | ( | self, | |
con | |||
) |
Definition at line 81 of file test_integration.py.
References heavydb._parsers.Description.