commit()
This method commits the current transaction. If you don’t call this method, anything you did since the last call to commit()
is not visible from other database connections. If you wonder why you don’t see the data you’ve written to the database, please check you didn’t forget to call this method.
Please login to continue.