From 5d041851a0f2c33b00e28ae12c86cc5a1d1ae59f Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Wed, 15 Apr 2020 19:32:08 +0300 Subject: [PATCH] Misc comment --- examples/interfaces/13.null_pk.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/interfaces/13.null_pk.cpp b/examples/interfaces/13.null_pk.cpp index 69f4304840..36fa7fc1a4 100644 --- a/examples/interfaces/13.null_pk.cpp +++ b/examples/interfaces/13.null_pk.cpp @@ -3,6 +3,7 @@ * MODULE: 13.null_pk.cpp * DESCRIPTION: Changing metadata, passed from DB engine, and using modified * copy later. Useful for changing nullability or coercing datatype. + * In this sample we insert NULLs in all columns. * * Example for the following interfaces: * IMessageMetadata - describe input and output data format