Perfect-MySQL icon indicating copy to clipboard operation
Perfect-MySQL copied to clipboard

Added missing autocommit call.

Open matej-io opened this issue 6 years ago • 1 comments

Added missing autocommit call to MySQL wrapper.

Without this you can't start transactions which can be rolled back, which I think it is important for integrity of the database especially on the server side.

matej-io avatar Mar 06 '19 19:03 matej-io

@matejukmar Thanks for the PR. Would you please add the corresponding test script as well? Also please note that most future of end users would probably use CRUD as well, so would you like to make some comments for this call in CRUD applications? @kjessup @iamjono

RockfordWei avatar Mar 11 '19 12:03 RockfordWei