php-src/ext/pdo_firebird
Simonov Denis 8487ddb8a3
pdo_firebird: Cleanup code (GH-15510)
Since we're requiring fbclient >= 3.0 anyway, we:

* Remove unneeded `#if FB_API_VER >= 25`, `#if FB_API_VER >= 30`,
  `#ifdef SQL_BOOLEAN`

* Simplify support for new types for query input parameters.
  Support force_null for them.

* fbclient 3.0+ does not have a limit on the length of a SQL query of 64 KB.
  The new limit is 10 MB, no one in their right mind would transmit a query of such length.
2024-08-27 11:35:04 +02:00
..
tests pdo_firebird: Formatting time zone types 2024-08-13 01:25:48 +02:00
config.m4 Cater to raised requirement of fbclient 3.0+ for pdo_firebird (GH-15498) 2024-08-20 16:00:00 +02:00
config.w32 Cater to raised requirement of fbclient 3.0+ for pdo_firebird (GH-15498) 2024-08-20 16:00:00 +02:00
CREDITS Cleanup $ is not needed for git 2014-04-10 17:42:32 +03:00
firebird_driver.c pdo_firebird: Cleanup code (GH-15510) 2024-08-27 11:35:04 +02:00
firebird_statement.c pdo_firebird: Cleanup code (GH-15510) 2024-08-27 11:35:04 +02:00
pdo_firebird_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
pdo_firebird_utils.cpp pdo_firebird: Formatting time zone types 2024-08-13 01:25:48 +02:00
pdo_firebird_utils.h pdo_firebird: Formatting time zone types 2024-08-13 01:25:48 +02:00
pdo_firebird.c ext/pdo_firebird: Added getApiVersion() and removed from getAttribute (#15004) 2024-07-18 11:17:52 +09:00
pdo_firebird.stub.php ext/pdo_firebird: Added getApiVersion() and removed from getAttribute (#15004) 2024-07-18 11:17:52 +09:00
php_pdo_firebird_int.h ext/pdo_firebird: Added getApiVersion() and removed from getAttribute (#15004) 2024-07-18 11:17:52 +09:00
php_pdo_firebird.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00