vijirams / csharp-sqlite

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

make c#sqlite compile with SQLITE_HAS_CODEC #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add support for CODEC

Original issue reported on code.google.com by noah.hart@gmail.com on 10 Jun 2010 at 5:54

GoogleCodeExporter commented 8 years ago
and please with SQLITE_ENABLE_COLUMN_METADATA too

Original comment by ralf.war...@gmail.com on 14 Jun 2010 at 2:07

GoogleCodeExporter commented 8 years ago
Added crypto.cs, with RijndaelManaged AES256 based encryption.

Not sure if this will work with Silverlight

Passes most tests at this time

Original comment by noah.hart@gmail.com on 18 Jun 2010 at 11:12

GoogleCodeExporter commented 8 years ago
Implemented with changeset cfb824b19b6c

Original comment by noah.hart@gmail.com on 22 Jun 2010 at 11:55