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
|
|
|
|
|
|
|
|
drop table t1, t_many_col_types;
|