Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error isc_read_only_trans (335544361) should report SQLSTATE 25006 #8112

Closed
mrotteveel opened this issue May 12, 2024 · 0 comments
Closed

Error isc_read_only_trans (335544361) should report SQLSTATE 25006 #8112

mrotteveel opened this issue May 12, 2024 · 0 comments

Comments

@mrotteveel
Copy link
Member

Currently error isc_read_only_trans (335544361) reports SQLSTATE 42000 (syntax error or access rule violation). It should report SQLSTATE 25006 (invalid transaction state, read-only SQL-transaction). See ISO/IEC 9075-2:2023, section 24.1 SQLSTATE, and the general rules for various modifying DML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment