Skip to content

Releases: appsfortableau/laravel-pdo-odbc

v1.2.4

15 Jan 14:31
1a0bef6
Compare
Choose a tag to compare
  • Change getColumnType signature for Laravel >= 10.30.0

V1.2.3

14 Jul 12:47
128bb2a
Compare
Choose a tag to compare

Hotfix: Fixed fetching wrong auto incremented primary key column when using Eloquent insertGetId() function

v1.2.2

13 Jul 08:15
Compare
Choose a tag to compare
  • Hotfix: weird PHP7.4 <> PHP8.0 compatibility issues..

v1.2.1

05 Jul 06:42
aca66a2
Compare
Choose a tag to compare
  • Backwards compatible with PHP 7.4.

v1.2.0

03 Jul 10:51
ab15d95
Compare
Choose a tag to compare
  • Added Snowflake native driver snowflake_native.
  • Fix: ODBC Snowflake accepts the server prop.
  • Support PHP > 8.0.
  • Do not require ext-odbc anymore.
  • Improved documentation/README.

v1.1.7

30 Jun 14:14
Compare
Choose a tag to compare
  • Make sure the Snowflake session is not being affected by QUOTED_IDENTIFIERS_IGNORE_CASE=true setting.
  • Changed composer package name.

1.1.6

01 Nov 14:38
Compare
Choose a tag to compare
  • Fix: aggregate value in select statement will be uppercased and causes Laravel to crash. Mainly happening via DB::table('...')->paginate();

1.1.5

25 May 08:29
Compare
Choose a tag to compare
  • Adding support for Snowflakes PHP extension snowflake_pdo.
  • Support for "native" Snowflake PDO is a new database driver called "snowflake_native", for backward compatibility.
  • Improved README with an example for "native" snowflake connection.
  • Added extra check if the odbc_driver configuration property was set properly.
  • Adding proper workaround for #8. Adding constraints queries are now respecting the NoExecuteInSqlPrepare=true driver configuration option.

1.1.4

23 May 18:57
Compare
Choose a tag to compare
  • Added a fix for ODBC connection problem, is ignoring the NoExecuteInSqlPrepare=true driver configuration. #8