Stack overflow in cvt.cpp with invalid DSC from UDF
---
Key: CORE-5317
URL: http://tracker.firebirdsql.org/browse/CORE-5317
Project: Firebird Core
Issue Type: Bug
Components: UDF
On 07/22/2016 04:18 PM, Dimitry Sibiryakov wrote:
> Hello, All.
>
> When a provider receive, for example, ITransaction* as a parameter for a
> method, can it
> be sure that this is the object it returned from startTransaction() before?
> For example, can Y-valve get JTransaction from e
Dmitry Yemanov wrote:
> You are confused by what a parameter is. Look:
> "Param1" VARCHAR(80) CHARACTER SET WIN1252 = ?
> "Param1" is a PSQL parameter while ? is a DSQL parameter. The
> latter is filled by your application and assigned to the
> former inside the engine. Adriano was speaking about