hoangduit / csharp-sqlite

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

SQLiteParameter (caps-case) lacks the constructors of SqliteParameter (Pascal-case) #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In SqliteParamter.cs, SQLiteParameter currently has no constructor other than 
the default constructor.  It needs equivalent constructors to SqliteParameter.  
Otherwise, the capitalization synonym isn't so useful.

The synonym seems to have been added to make it possible to reuse code targeted 
at System.Data.SQLite -- which consistently adopts the SQLite capitalization.  
If the goal is to be a drop-in replacement for System.Data.SQLite, then perhaps 
the SqliteClient should be revised to use that capitalization as well.

Original issue reported on code.google.com by tanza...@gmail.com on 7 Mar 2011 at 5:57

GoogleCodeExporter commented 9 years ago
The Community.CsharpSqlite.SQLiteClient code was supplied as sample code for 
how to use C#SQLite

Volunteers to make it compatible as a drop in for the SQLite client as welcome 
to submit the needed changes

Original comment by noah.hart@gmail.com on 7 Mar 2011 at 6:50