php / pecl-database-ibm_db2

Extension for IBM DB2 Universal Database, IBM Cloudscape, and Apache Derby
http://pecl.php.net/package/ibm_db2
Apache License 2.0
23 stars 27 forks source link

Fix GH-62 #63

Closed NattyNarwhal closed 4 days ago

NattyNarwhal commented 5 days ago

Other varchar-like types (i.e. nvarchar as wvarchar) need the same treatment so they use SQL_NTS, so that empty strings as the bound parameter will work.