<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 5, 2015 at 6:25 AM, Michael Van Canneyt <span dir="ltr"><<a href="mailto:michael@freepascal.org" target="_blank">michael@freepascal.org</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span>
On Wed, 4 Mar 2015, silvioprog wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hello,<br>
The patch allows to use this ... :<br>
<br>
    select row_to_json(row(1,'foo'))<br>
<br>
... instead of this (in this case, the ::text cast avoids the "Missing (compatible) underlying dataset, can not open" error):<br>
</blockquote>
<br></span>
I think you better cast it to ftMemo instead of ftString.<br>
<br>
The contents of string fields are limited to 8k in fcl-db.<br>
A lot of JSON will be bigger than that.<br></blockquote><div><br></div><div>Thanks for this information! =)<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Since MyDataset.FieldByName('<u></u>Mymemofield').AsString works as you would expect, there no reason to use string instead of memo fields.<br></blockquote><div><br></div><div>New patch sent to:</div><div><br></div><div><a href="http://bugs.freepascal.org/view.php?id=27606" target="_blank">http://bugs.freepascal.org/view.php?id=27606</a><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
The use of stringlist in jsonscanner is about to be removed, because it adversely affects performance.</blockquote><div><br></div><div>Very good. You could use a similar approach used in jsscanner: using stream. =)</div><div><br></div></div>-- <br><div>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a></div>
</div></div>