My program has a transaction in which all statements are
SELECT statements. After commit I find inTransaction is still true
and thus preventing another such transaction.
If the statements in the transaction are INSERT statements, then it's fine.
Any clue?
If the statements in the transaction are INSERT statements, then it's fine.
Any clue?