mirror of
https://github.com/php/pecl-database-ibm_db2.git
synced 2026-03-23 23:02:16 +01:00
Make sure this is our default library
This commit is contained in:
@@ -9,7 +9,8 @@ IBM-DB2: PECL bug 10931 -- no result for db2_columns with lowercase table name
|
||||
|
||||
require_once('connection.inc');
|
||||
|
||||
$conn = db2_connect($database, $user, $password);
|
||||
// HACK: so you dont need to run as a "DB2" user; make sure you have the DB2 schema made though
|
||||
$conn = db2_connect($database, $user, $password, array('i5_lib' => 'DB2'));
|
||||
|
||||
if ($conn) {
|
||||
$sql = "DROP TABLE \"DB2\".\"test_10931\"";
|
||||
|
||||
Reference in New Issue
Block a user