Ensure to quote the primary key value if needed while deleting rows from the table. #6130

This commit is contained in:
Khushboo Vashi
2023-04-17 12:38:16 +05:30
parent e33468e661
commit 47a0009d32
3 changed files with 289 additions and 1 deletions
@@ -224,7 +224,8 @@ def save_changed_data(changed_data, columns_info, conn, command_obj,
primary_key_labels=keys,
no_of_keys=no_of_keys,
object_name=command_obj.object_name,
nsp_name=command_obj.nsp_name
nsp_name=command_obj.nsp_name,
conn=conn
)
list_of_sql[of_type].append({'sql': sql, 'data': {}})