[Firebird-devel] [FB-Tracker] Created: (CORE-5317) Stack overflow in cvt.cpp with invalid DSC from UDF

2016-07-23 Thread Geoff Worboys (JIRA)
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

Re: [Firebird-devel] Providers and interfaces in parameters

2016-07-23 Thread Alex Peshkoff
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

Re: [Firebird-devel] UDF by descriptor - paramdsc.dsc_sub_type - character sets

2016-07-23 Thread Geoff Worboys
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