On 9/02/2009 2:47 PM, W Allan Edwards wrote: > > By preprocessor do you mean #define? I did a search in my sqlite.c file for > > SQLITE_ENABLE_COLUMN_METADATA.. then I #defined above them ALL!
The usual way of doing such a thing is somewhat less intrusive and labour-intensive and easier to get right and demonstrate as right: put -DSQLITE_ENABLE_COLUMN_METADATA in as a argument to the compiler. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users