Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] IronPython.SQlite Malformed database schema
----------------------------------------------
ISSUES
1. [New issue] IronPython.SQlite Malformed database schema
http://ironpython.codeplex.com/workitem/34431
User celldet has proposed the issue:
"In running my VS application and calling a created python script against an
SQLite db file IronPython.Sqlite is returning "malformed database schema
(UTF-16le (not supported)).
The version of IronPython.SQlite is 2.7.0.40
a snippet of the py file:
import System
import time
clr.AddReference("Ironpython.SQlite")
import sys
import _sqlite3
from _sqlite3 import *
conn = _sqlite3.connect(sys.argv[1])
_
Thank you"
----------------------------------------------
----------------------------------------------
You are receiving this email because you subscribed to notifications on
CodePlex.
To report a bug, request a feature, or add a comment, visit IronPython Issue
Tracker. You can unsubscribe or change your issue notification settings on
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users