[Ironpython-users] IronPython, Daily Digest 9/1/2013

CodePlex no_reply at codeplex.com
Mon Sep 2 09:24:34 CEST 2013


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20130902/5f4d4504/attachment.html>


More information about the Ironpython-users mailing list