tortoise-orm
tortoise-orm copied to clipboard
When creating objects via bulk_create with ignore_confilcts=False, an exception does not fire, the program simply stops execution, you have to wrap it in an exception handler and only then it catches the error, can you fix it? So that raise pops up in case of an exception by itself
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior, preferably a small code snippet.
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here.