Subject Re: [Firebird-Java] setAutoCommit
Author Roman Rokytskyy
> Does Jaybird commit if setAutoCommit(false) is called, when the
> auto-commit state is already false?

Current version does not commit transaction if the current value is equal to
the specified one, but since specification does not tell exact behavior, it
might change in the future if it will be proven to deviate from standart.

Roman