mirror of
https://github.com/php/pecl-database-ibm_db2.git
synced 2026-03-23 23:02:16 +01:00
Updating test case
This commit is contained in:
@@ -36,7 +36,7 @@ if ($conn) {
|
||||
}
|
||||
|
||||
//Drop the anime_cat view, in case it exists
|
||||
$drop = 'DROP TABLE ANIME_CAT';
|
||||
$drop = 'DROP VIEW ANIME_CAT';
|
||||
$res = @db2_exec($conn, $drop);
|
||||
|
||||
//Create the anime_cat view
|
||||
|
||||
Reference in New Issue
Block a user