is converted to sql queries similiar to INSERT IGNORE in MySQL, and that IGNORE modifier specifically designed to silence insertion failures. So, I believe actual failures can't be detected using Exposed.
redenergy
11/18/2020, 1:15 AM
However, I suggest you reading through the documentation of your target database because IGNORE might have some intricate implementation details in different RDBMS.
s
spand
11/18/2020, 8:59 AM
I think ie. mysql reports the actual number of inserted rows. Its just that exposed does not really expose it (ba dum tsh)