Francois Gouget : testbot: Replace a non-ascii character in the Item:: PutColValue() documentation.
Module: tools Branch: master Commit: 17686c20f3dfddf797245f09789e36d145b4fcd4 URL: http://source.winehq.org/git/tools.git/?a=commit;h=17686c20f3dfddf797245f097... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Nov 20 17:41:39 2017 +0100 testbot: Replace a non-ascii character in the Item::PutColValue() documentation. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/lib/ObjectModel/Item.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/lib/ObjectModel/Item.pm b/testbot/lib/ObjectModel/Item.pm index 170f44c..c27e40c 100644 --- a/testbot/lib/ObjectModel/Item.pm +++ b/testbot/lib/ObjectModel/Item.pm @@ -173,7 +173,7 @@ then invoke KeyChanged() so the object can be retrieved from the Collection using the new key value. Further note that KeyChanged() should only be called once all of the -primary key??s columns have reached their final values: in a two column +primary key's columns have reached their final values: in a two column primary key, calling KeyChanged() with the (new1, old2) values may collide with another Item which would cause a spurious error even though the final (new1, new2) key is unique.
participants (1)
-
Alexandre Julliard