>> Should I get the exception "sqlalchemy.exc.IntegrityError" directly >> after I attempted to insert a second record set with unique attributes >> into a SQLite table? > I don’t have a stack trace here to see what the nature of the issue is > but it is likely that the INSERT is proceeding using DBAPI executemany(),
Yes. - It seems that this method was used in my use case. > which receives the full set of records in one batch before any > communication with the database is established. Can it happen then that an error will be reported for a single SQL statement which was submitted within an unit of more database commands? > SQLAlchemy doesn’t have access to at what point each individual series > of parameters are invoked as the interface is too coarse-grained. Do you know any attempts to make the affected error reporting more precise? Regards, Markus -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+unsubscr...@googlegroups.com. To post to this group, send email to sqlalchemy@googlegroups.com. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.