microsoft / msphpsql

Microsoft Drivers for PHP for SQL Server
MIT License
1.8k stars 374 forks source link

Regression test for GitHub issue 1391 #1402

Closed talkinnl closed 2 years ago

talkinnl commented 2 years ago

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

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

talkinnl commented 2 years ago

Ok, I opened a new PR with 'dev' as base branch and the drop_table table name fixed: https://github.com/microsoft/msphpsql/pull/1404