View Issue Details

IDProjectCategoryView StatusLast Update
0000357HopperInterBasepublic2013-06-03 16:49
ReporterMartijn Tonies Assigned ToMartijn Tonies  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version1.3.0 
Summary0000357: Possible "datatype not supported" error on preparing certain SQL statements with certain parameter construct
DescriptionPossible "datatype not supported" error on preparing certain SQL statements.

Example:

for select PRODUCTID, PRODUCT_NAME, PRODUCT_PRICE, VENDORCODE,
             CATEGORYID, CATEGORY, SIZES_AVAILABLE, PRODUCT_IMAGE
   from browse_products
   where :filter_pid = productid
      or :filter_pid is null

If "filter_pid" is NOT NULL, the error is raised.
TagsNo tags attached.
DBMS Version

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-05-23 19:27 Martijn Tonies New Issue
2012-05-23 19:27 Martijn Tonies Issue generated from: 0000356
2012-05-30 13:56 Martijn Tonies Status new => confirmed
2013-05-31 16:57 Martijn Tonies Status confirmed => assigned
2013-05-31 16:57 Martijn Tonies Assigned To => Martijn Tonies
2013-06-03 08:50 Martijn Tonies Summary Possible "datatype not supported" error on preparing certain SQL statements => Possible "datatype not supported" error on preparing certain SQL statements with certain parameter construct
2013-06-03 10:09 Martijn Tonies Status assigned => resolved
2013-06-03 10:09 Martijn Tonies Fixed in Version => 1.3.0
2013-06-03 10:09 Martijn Tonies Resolution open => fixed
2013-06-03 16:49 Martijn Tonies Status resolved => closed