HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

connection.commit()

Function

This method commits the currently pending transaction to the database.

img CAUTION: By default, Psycopg opens a transaction before executing the first command. If commit() is not called, the effect of any data operation will be lost.

Prototype

connection.commit()

Parameter

None

Return Value

None

Examples

For details, see Example: Common Operations.

Copyright © 2011-2024 www.enmotech.com All rights reserved.