laravel-pdo-odbc icon indicating copy to clipboard operation
laravel-pdo-odbc copied to clipboard

ODBC/Snowflake integration for Laravel Framework to easily create a ODBC connection via Laravel Eloquent.

Results 14 laravel-pdo-odbc issues
Sort by recently updated
recently updated
newest added

when I try to install the package in my project I get this error ``` Your requirements could not be resolved to an installable set of packages. Problem 1 -...

So I installed `pdo_snowflake` oficial driver and this package It finally works more or less BUT I create a table - works I wanna insert data into that table -...

Ours and Snowflake's documentation states that `prepare` queries are executed directly on sent to the server. This is the default behavior of Snowflake, it can be disabled by adding to...

I recently reported an issue with named parameter bindings to the snowflake pdo driver but after a bit more digging it looks like the issue might actually be with this...