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

Created 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

Viewing all articles
Browse latest Browse all 2796

Latest Images

Trending Articles



Latest Images