php-sqlsrv/source
Sicong 15d25ceb76
Fix right truncation issue and add unit test (#1408)
* Reset column size

* Fix clientInfo related test cases (#1407)

* Create pdo_1391_string_truncation_after_short_string.phpt

Regresssion tests: Use the same Statement to insert a row with short strings first, and longer strings second.

- Issue also happens with VARCHAR( >=4002 ). Not just Max or NVARCHAR
- Issues 1391, 1393 (and possibly 1371 ?) might all have the same root cause.

* fetchAll() -> fetch(), we only want 1 row.

* Revert trigger

Co-authored-by: Maarten S <42799774+talkinnl@users.noreply.github.com>
2022-09-13 13:30:58 -07:00
..
pdo_sqlsrv Added HostNameInCertificate (#1350) 2022-01-05 08:59:48 -08:00
shared Fix right truncation issue and add unit test (#1408) 2022-09-13 13:30:58 -07:00
sqlsrv Added HostNameInCertificate (#1350) 2022-01-05 08:59:48 -08:00
packagize.sh Issue 970: use quotes for variables (#971) 2019-04-15 15:15:02 -07:00