Browse Source

docs: add changelog for PR 13902

zmstone 1 year atrás
parent
commit
73e6d35edd
1 changed files with 5 additions and 0 deletions
  1. 5 0
      changes/ee/fix-13902.en.md

+ 5 - 0
changes/ee/fix-13902.en.md

@@ -0,0 +1,5 @@
+Fix prepared statements for MySQL integration.
+
+Prior to this fix, when updating a MySQL integration action,
+if an invalid prepared-statements is used, for example reference to an unknown table column name,
+it may cause the action to apply the oldest version prepared-statement from the past.