2004-07-01 16:30:29 +02:00
|
|
|
###############################################
|
|
|
|
# #
|
|
|
|
# Prepared Statements test on BDB tables #
|
|
|
|
# #
|
|
|
|
###############################################
|
|
|
|
|
2004-07-02 20:01:34 +02:00
|
|
|
#
|
|
|
|
# NOTE: PLEASE SEE ps_1general.test (bottom)
|
|
|
|
# BEFORE ADDING NEW TEST CASES HERE !!!
|
|
|
|
|
2004-07-01 16:30:29 +02:00
|
|
|
use test;
|
|
|
|
|
|
|
|
-- source include/have_bdb.inc
|
|
|
|
let $type= 'BDB' ;
|
|
|
|
-- source include/ps_create.inc
|
|
|
|
-- source include/ps_renew.inc
|
|
|
|
|
|
|
|
-- source include/ps_query.inc
|
|
|
|
-- source include/ps_modify.inc
|
|
|
|
-- source include/ps_modify1.inc
|
2004-09-25 17:08:02 +02:00
|
|
|
-- source include/ps_conv.inc
|
2004-07-01 16:30:29 +02:00
|
|
|
|
2004-09-25 17:08:02 +02:00
|
|
|
drop table t1, t9;
|