You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the specifications, the functions beginTransaction(), commit() and rollback() need to return a value: true in case of success and false in case of failure. So to be compatible, some error checking needs to be introduced.
According to the specifications, the functions beginTransaction(), commit() and rollback() need to return a value: true in case of success and false in case of failure. So to be compatible, some error checking needs to be introduced.