On 3/22/19, R Smith <[email protected]> wrote:
> On 2019/03/22 5:30 PM, Richard Hipp wrote:
>>
>> More recent versions of SQLite do issue a warning on the sqlite3_log
>> interface if you use a double-quoted string literal.  But not many
>> people look at warnings, it turns out.
>
>
> I don't see these in my logs from the standard sqlite3_log interface
> using standard downloadable DLL from the sqlite.org site of version
> 3.25.1 - is this addition even more recent or do I need to compile
> something in or such?
>
> Or perhaps I'm not understanding what specific use case would trigger
> the log?

Looks like this was added to 3.27.0.

The following script demonstrates:


.log stdout
SELECT "This is a test";



-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to