On Thu, Aug 6, 2015 at 8:55 AM, Sairam Gaddam <gaddamsairam at gmail.com> wrote:
> I have enabled the transitive closure extension and I followed the steps > regarding querying the virtual table mentioned in closure.c file as follows > Given that SQLite supports CTE's now, why use that extension? AFAIK, it was to add hierarchical query capability to SQLite, which CTE does builtin now. --DD