yiskang / csharp-sqlite

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

UltraLite Version #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Need to create an Ultra-Lite Version having just the following features:
1. CREATE TABLE.
    No Triggers, No Views, No Alter-Tables, etc
2. SELECT/INSERT/UPDATE/DELETE data

What version of the product are you using? On what operating system?
3.6.23.  OS=WinXP

Please provide any additional information below.
--

Original issue reported on code.google.com by tanveer...@gmail.com on 27 Nov 2010 at 12:18

GoogleCodeExporter commented 8 years ago
Compiling with the following Conditional compilation symbols, reports errors:

1. SQLITE_OMIT_VIEW
2. SQLITE_OMIT_TRIGGER

Thanks

Original comment by tanveer...@gmail.com on 27 Nov 2010 at 12:38

GoogleCodeExporter commented 8 years ago
Feel free to strip out all the pieces you don't need

Original comment by noah.hart@gmail.com on 3 Dec 2010 at 3:12

GoogleCodeExporter commented 8 years ago

Original comment by noah.hart@gmail.com on 17 Feb 2011 at 1:59

GoogleCodeExporter commented 8 years ago
Apply this diff to fix compilation issues when enabling the following. It will 
compile cleanly.

SQLITE_OMIT_VIEW
SQLITE_OMIT_TRIGGER

Original comment by diego.to...@gmail.com on 26 Feb 2011 at 12:27

Attachments:

GoogleCodeExporter commented 8 years ago
Reopened for 3.7.5

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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 2e89938690.

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