thswlsqls commented on PR #39136: URL: https://github.com/apache/shardingsphere/pull/39136#issuecomment-5030852303
Thanks for the review. You're right — an omitted isolation flag should resolve to Firebird's default CONCURRENCY, not `NONE`, which Jaybird rejects. Fixed: the no-isolation case now returns `TransactionIsolationLevel.REPEATABLE_READ` (keeping `CONSISTENCY` → `SERIALIZABLE`), with the regression test updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
