1 parent 96f15f4 commit f3610cdCopy full SHA for f3610cd
1 file changed
src/cxoConnection.c
@@ -1661,8 +1661,9 @@ static PyObject *cxoConnection_unsubscribe(cxoConnection *conn, PyObject* args,
1661
1662
1663
//-----------------------------------------------------------------------------
1664
-// cxoConnection_commit()
1665
-// Commit the transaction on the connection.
+// cxoConnection_getSodaDatabase()
+// Create and return a new SODA database object associated with the
1666
+// connection.
1667
1668
static PyObject *cxoConnection_getSodaDatabase(cxoConnection *conn,
1669
PyObject *args)
0 commit comments