vijirams / csharp-sqlite

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

SqliteExecutionException does not derive DbException #121

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The .NET Mysql Connector's exceptions inherit System.Data.Common.DbException. 
It would be nice if this project also used it so that they both share a base 
exception. Also it would be nice to get the error code instead of just the 
error string.

Original issue reported on code.google.com by High...@gmail.com on 1 Jul 2011 at 7:46

GoogleCodeExporter commented 8 years ago
Well it is a simple edit. I have never used mercurial and I don't know about 
sqlite internals so this is probably wrong(in terms of the error code int).

http://dl.dropbox.com/u/29760911/sqlitediffs.zip

Those are for

Community.CsharpSqlite.SQLiteClient\src\SqliteCommand.cs
Community.CsharpSqlite.SQLiteClient\src\SqliteExceptions.cs

Original comment by High...@gmail.com on 3 Jul 2011 at 2:23

GoogleCodeExporter commented 8 years ago
Patches posted

Original comment by noah.hart@gmail.com on 3 Jul 2011 at 2:23

GoogleCodeExporter commented 8 years ago

Original comment by noah.hart@gmail.com on 3 Jul 2011 at 2:23