snowflakedb / pdo_snowflake

PHP PDO driver for snowflake
Apache License 2.0
59 stars 30 forks source link

[Question] How to store array or json to snowflake? #183

Closed mkantautas closed 1 year ago

mkantautas commented 5 years ago

When using snowflake with php I encountered an issue, that it's very tricky to insert e.g. array datatypes to snowflake. Possibly you know a good approach?

sfc-gh-kwagner commented 5 years ago

Here is an example from one of our tests on how to insert array or json objects to snowflake:

https://github.com/snowflakedb/pdo_snowflake/blob/master/tests/selectvar.phpt

sfc-gh-igarish commented 1 year ago

To clean up and re-prioritize more pressing bugs and feature requests we are closing all issues older than 6 months as of April 1, 2023. If there are any issues or feature requests that you would like us to address, please create them according to the new templates we have created. For urgent issues, opening a support case with this link Snowflake Community is the fastest way to get a response.