System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: de3ca74a997ac7cd181c3394da922663745ceefc
Title: TYPES keyword raises SQLite error in Visual Studio's output window
Status: Closed Type: Question
Severity: Minor Priority: Medium
Subsystem: Integration_Via_PInvoke Resolution: Works_As_Designed
Last Modified: 2017-09-07 18:34:31
Version Found In: 1.0.105.2
User Comments:
anonymous added on 2017-09-07 13:41:44: (text/x-fossil-plain)
When using the TYPES keyword in an sql query and using this as CommandText for an SQLiteDataAdapter's Command object, Visual Studio's output window shows "SQLite error (1): near "TYPES": syntax error" during debugging. Can this be handled or is it because it's purely an ADO.NET "hack" and the output window shows native SQLite's output?

mistachkin added on 2017-09-07 18:34:31: (text/x-fossil-plain)
This is expected and accounted for in the SQLite3.Prepare method, see:

[/artifact?ln=1437&name=320fb230386f375d]