You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(db): introduce a ignoreConflictsOnInsert method on the QueryBuilder
Since the DB adapters insertIgnoreConflict methods are using the conn directly to alter the produced
SQL, bypassing the ShardedQueryBuilder logic, hinting for sharded keys didn't work. We need to
expose to the QueryBuilder the information that we want to ignore conflicts, and how to handle it.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
0 commit comments