Quantcast
Channel: SQL Server Compact & SQLite Toolbox
Viewing all articles
Browse latest Browse all 2796

Commented Unassigned: Tabs don't parse in queries [11195]

$
0
0
Related to issue 11165.

In the stand-alone app (v. 3.1.3.1) the following queries parses but returns no records:
```
SELECT *
FROM MyTable
```

While this code correctly returns all records:
```
SELECT *
FROM MyTable
```

The only difference is a tab instead of a space after SELECT. With the space the query always returns zero records. This does not happen in VS2012 Server Explorer, so I don't think the problem is with the SQL CE engine. This is repeatable and works with any SELECT statement, with any table(s).

Neil
Comments: ** Comment from web user: ErikEJ **

Thanks for reporting this, it is of course an issue with my SQL parsing (real issue being that SQL CE does not support multiple statement, but my Query window does)
Could you test with build 3.1.4, I think it may already fixed in that build ?


Viewing all articles
Browse latest Browse all 2796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>