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

Chap11. sql.DB経由でアクセスするとクラッシュする #24

Open
rst76 opened this issue Sep 1, 2024 · 1 comment
Open

Chap11. sql.DB経由でアクセスするとクラッシュする #24

rst76 opened this issue Sep 1, 2024 · 1 comment

Comments

@rst76
Copy link
Collaborator

rst76 commented Sep 1, 2024

tx.Query ではなく db.Query という形で呼び出すと、トランザクションが開始されていないため、エラーとなってしまう。

@rst76 rst76 changed the title Chap. 11 sql.DB経由でアクセスするとクラッシュする Chap11. sql.DB経由でアクセスするとクラッシュする Sep 1, 2024
@rst76
Copy link
Collaborator Author

rst76 commented Sep 2, 2024

sql.DB 経由でアクセスされたときに、勝手にトランザクションを開始すると、クライアントからは閉じることができない&自動的に閉じることもできないので、対応が難しいのではないか?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant