Hey  Guys,

I didn't a ticket for this one anywhere, so forgive me if it's already been 
reported.

Trying to use the compile option SQLITE_RTREE_INT_ONLY with SQLITE_ENABLE_RTREE 
and  sqlite3_compileoption_used() won't acknowledge that it's set.  I did a 
quick check in the source and it seems like the only issue is that it isn't 
added to azCompileOpt like it is with the others.

#ifdef SQLITE_ENABLE_RTREE
  "ENABLE_RTREE",
#endif

Thanks,
Mike
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to