tortoise-orm icon indicating copy to clipboard operation
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

Open Foldren opened this issue 1 year ago • 0 comments

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.

Foldren avatar Dec 13 '23 11:12 Foldren