New stable release
Compare changes
- Martin Weise authored
+ 33
− 11
@@ -36,7 +36,7 @@ def create_user(username):
@@ -45,7 +45,7 @@ def auth_user(username):
@@ -64,7 +64,7 @@ def create_container():
@@ -72,8 +72,9 @@ def start_container(container_id):
@@ -83,7 +84,7 @@ def create_database(container_id, is_public=True):
@@ -99,7 +100,7 @@ def update_database(container_id, database_id, is_public=True):
@@ -154,13 +155,13 @@ def create_table(container_id, database_id, columns=None):
@@ -172,7 +173,7 @@ def fill_table(container_id, database_id, table_id):
@@ -181,7 +182,7 @@ def create_query(container_id, database_id, statement, page=0, size=3):
@@ -209,7 +210,7 @@ def create_identifier(container_id, database_id, query_id, visibility="everyone"
@@ -271,3 +272,24 @@ if __name__ == '__main__':