hoangduit / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

malformed database schema (?) but could be read in official sqlite command line/analyzer #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.download a sample file from the attached file
2.create a sqlite conneciton, either use data reader or data adapter
3.it will always shows malformed database schema, even I manually set PRAGMA 
writable_schema

I am using latest version of csharp sqlite.

but when I use the command line / analyzer from sqlite.org, they are all 
working fine.

Original issue reported on code.google.com by unruled...@gmail.com on 24 Apr 2011 at 10:48

Attachments:

GoogleCodeExporter commented 9 years ago
pragma encoding;
#|        
-+--------
1|UTF-16le

C#-SQLite does not support UTF-16

Original comment by noah.hart@gmail.com on 16 May 2011 at 4:51

GoogleCodeExporter commented 9 years ago
pragma encoding will be enhanced to return the following:

C#-sqlite> pragma encoding;
UTF-16le (not supported)
C#-sqlite>

Original comment by noah.hart@gmail.com on 16 May 2011 at 6:07

GoogleCodeExporter commented 9 years ago

Original comment by noah.hart@gmail.com on 16 May 2011 at 7:16

GoogleCodeExporter commented 9 years ago
would you please add support for it?

Original comment by unruled...@gmail.com on 24 May 2011 at 1:18

GoogleCodeExporter commented 9 years ago
You can open a request and vote on it in the uservoice site.  This is where new 
features are requested

http://csharpsqlite.uservoice.com/

Original comment by noah.hart@gmail.com on 24 May 2011 at 3:00