diff --git a/cssaw_central/Session.py b/cssaw_central/Session.py index 012d523..9e4af04 100644 --- a/cssaw_central/Session.py +++ b/cssaw_central/Session.py @@ -48,7 +48,8 @@ def execute_SQL(self, filename): return results def insert(self, table, columns, rows): - """ insert given rows into given table + """ insert given rows into given table. + Creates table if it doesn't already exist. args: table ---- name of table to insert into