History log of /php-src/ext/odbc/tests/odbc_connect_001.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 61c251d7 07-Nov-2023 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

Add XLEAK for some msodbcsql tests (#12615)


# bbe12229 04-Nov-2023 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

Fix GH-12296: [odbc] [pdo_odbc] Optimized odbc connection string creating (#12306)

Declare and initialize on one line

changed to use php_memnistr

store strlen(db) in a vari

Fix GH-12296: [odbc] [pdo_odbc] Optimized odbc connection string creating (#12306)

Declare and initialize on one line

changed to use php_memnistr

store strlen(db) in a variable

Added a semicolon to the end of dsn.

If there is a semicolon at the end of the original dsn, it will be duplicated, so it will be removed.

Add condition when authentication information is null

show more ...