> On Dec 28, 2018, at 3:25 PM, Dave Delage <d...@supertimer.com> wrote:
> 
>  What are the pros/cons of query.sql.text := 'some string'; versus  
> query.sql.add('some string');

That sounds like a Delphi (Pascal?) question, not anything about SQLite itself.

I haven’t used Pascal since the 1980s, but it looks like the first form assigns 
a string directly while the second appends to a string. Use whichever one is 
appropriate...

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to