I am adapting a large open-source Windows program to Linux, using MonoDevelop. I find that the SQLite method names in Windows look like this:

SQLiteConnection
but in Mono.Data.Sqlite they look like this:

SqliteConnection
with different case, so I got lots of reference errors.

With help from others at stackexchange here <http://stackoverflow.com/questions/40636796/c-sharp-shortcut-for-if-else-endif-like-define-something-as-string> I was able to get the projects to compile.

Do any of you know why the two different versions of SQLite have different case in the method names?

Thanks,
Jim

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to