We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeffa76 commit 1f73394Copy full SHA for 1f73394
DESCRIPTION.md
@@ -17,6 +17,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
17
- Fixed PyArrow Table type hinting
18
- Added support for connecting using an existing connection via the session and master token.
19
- Added support for connecting to Snowflake by authenticating with multiple SAML IDP using external browser.
20
+ - Fixed compilation issue due to missing cstdint header on gcc13.
21
22
- v3.6.0(December 09,2023)
23
src/snowflake/connector/nanoarrow_cpp/ArrowIterator/SnowflakeType.hpp
@@ -6,6 +6,7 @@
6
#define PC_SNOWFLAKETYPE_HPP
7
8
#include <algorithm>
9
+#include <cstdint>
10
#include <string>
11
#include <unordered_map>
12
0 commit comments