mirror of
https://github.com/apache/lucene.git
synced 2025-02-13 13:35:37 +00:00
As transactions are not supported a request to getTransactionIsolation() should return TRANSACTION_NONE (https://docs.oracle.com/javase/8/docs/api/java/sql/Connection.html#TRANSACTION_NONE) Signed-off-by: Kevin Risden <krisden@apache.org>