chenchun / gosqlite

Automatically exported from code.google.com/p/gosqlite
0 stars 0 forks source link

Junk in the error text #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Error number 9 contains leftovers from the C comment.

        9: "Operation terminated by sqlite3_interrupt()*/",

should be:

        9: "Operation terminated by sqlite3_interrupt()",

Original issue reported on code.google.com by Jacek.Ma...@gmail.com on 17 Jan 2011 at 7:27