Skip to content

Commit f84ce59

Browse files
committed
chore: unasyncd run
1 parent 9302aff commit f84ce59

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

advanced_alchemy/repository/_sync.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,6 @@ def delete_many(
12471247

12481248
for idx in range(0, len(normalized_ids), effective_chunk_size):
12491249
chunk = normalized_ids[idx : min(idx + effective_chunk_size, len(normalized_ids))]
1250-
# MSSQL doesn't support tuple().in_() syntax, use OR of AND conditions instead
12511250
pk_filter = (
12521251
or_(*[self._build_pk_filter(pk_tuple) for pk_tuple in chunk])
12531252
if self._dialect.name == "mssql"

0 commit comments

Comments
 (0)