The messages displayed by the \commit
command when Autocommit is set to true (\autocommit ON
) seems to vary when using different DB connection types.
For instance in case of MySQL the displayed message is:
$ \autocommit ON
$ \commit
Can't call commit when autocommit=true
Issue #8031 |
Closed |
Won't Fix |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
FluidShell issues a commit call to the database engine. Different database engines return different error messages. FluidShell just displays the error message from the database engine.