On 2/26/19, Jean-Baptiste Gardette <jb.garde...@orens.fr> wrote:
> the type of a value returned by one UDF
> dereferencing a tcl dictionnary : the type is changing depending from
> the context.

I am unable to reproduce the behavior you observe.

I did a copy/paste of your script with simple changes: (1) The "#
Sequence" comments were put inside a "puts" so that they appear in the
output.  (2) Version identification was printing at the top of the
script.  The modified script can be downloaded from

    https://sqlite.orge/tmp/tcl-sqlite-testcase-20190227125331.txt

When I run this script, I get:

8.6
8.6.9
{2019-02-26 18:21:08
6d39d6a68bf09e0b4f6706218373e74fc03148fd8bdba5031c3de2f750d87cf2}
# Sequence A
1.00
1.00 text
1.00 text
1.00 text
1.00 blob
1.00 text
# Sequence B
1.00
1.0 real
1.0 real
1.0 real
1.00 blob
1.00 text
# Sequence C
1.00
1.00 text
1.00 text
1.00 text
1.00 blob
1.00 text

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to