We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: Hello,
getting this error :
"odbc_connect(): SQL error: [unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed, SQL state IM004 in SQLConnect"
How to reproduce:
$dns ='DRIVER=SnowflakeDSIIDriver;Server=X;Warehouse=W;';
$conn = odbc_connect($dns, 'user', 'password');
aws service : lambda
"bref/bref": "2.3.13", "bref/extra-php-extensions": "1.7.0",
runtime: php-84 layers:
Previous version and layer without getting the error :
"bref/bref": "2.3.11", "bref/extra-php-extensions": "1.5.0", runtime: php-83 layers:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Hello,
getting this error :
"odbc_connect(): SQL error: [unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed, SQL state IM004 in SQLConnect"
How to reproduce:
$dns ='DRIVER=SnowflakeDSIIDriver;Server=X;Warehouse=W;';
$conn = odbc_connect($dns, 'user', 'password');
aws service : lambda
"bref/bref": "2.3.13",
"bref/extra-php-extensions": "1.7.0",
runtime: php-84
layers:
Previous version and layer without getting the error :
"bref/bref": "2.3.11",
"bref/extra-php-extensions": "1.5.0",
runtime: php-83
layers:
The text was updated successfully, but these errors were encountered: