From 5371b9cb57dde6c0d97e50b51ac4b8867647de4e Mon Sep 17 00:00:00 2001 From: Esen Sagynov Date: Thu, 15 Aug 2013 07:42:32 +0000 Subject: [PATCH] [Perl][PHP][Manual] The bind_param() must contain a bind_type when we bind a variable with a shard sql git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331130 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/cubrid/functions/cubrid-bind.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/cubrid/functions/cubrid-bind.xml b/reference/cubrid/functions/cubrid-bind.xml index 010c69bca8..6538f38bdd 100644 --- a/reference/cubrid/functions/cubrid-bind.xml +++ b/reference/cubrid/functions/cubrid-bind.xml @@ -34,6 +34,10 @@ If the type of data to be bound explicitly is ENUM, the $bind_value argument should be the enum element which is in string format. + + In CUBRID shard envrioment, the $bind_value_type must be included in + the cubrid_bind function. + The following table shows the types of substitute values.