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, I will revist my intended fix


Viewing all articles
Browse latest Browse all 2796

Trending Articles



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