diff --git a/include/snowflake/BindUploader.hpp b/include/snowflake/BindUploader.hpp index 6754eea5a4..e32668f569 100644 --- a/include/snowflake/BindUploader.hpp +++ b/include/snowflake/BindUploader.hpp @@ -2,6 +2,11 @@ * Copyright (c) 2024 Snowflake Computing, Inc. All rights reserved. */ +/* + * Notice: For Snowflake internal use only. + * External application should not use this class. + */ + #pragma once #ifndef SNOWFLAKECLIENT_BINDUPLOADER_HPP #define SNOWFLAKECLIENT_BINDUPLOADER_HPP diff --git a/include/snowflake/client.h b/include/snowflake/client.h index e7436e9bdd..80a9bcae7c 100644 --- a/include/snowflake/client.h +++ b/include/snowflake/client.h @@ -906,8 +906,6 @@ uint64 STDCALL snowflake_num_params(SF_STMT *sfstmt); * * For Positional parameters: * SF_BIND_INPUT name = NULL; - * - * * * @param input preallocated SF_BIND_INPUT instance * @return void