1. sqlite3_create_window_function(...) is not available in the indirection list (sqlite3ext.h) and so you cannot have an "Windowing Function" in a loadable extension, they must all the part of the core (appended to the amalgamation file).
2. the fileio.c extension also only works (will only compile) as a builtin (as in appended to the amalgamation) because it references symbols which are not exported/available through the extension API. Any chance these can be fixed? --- The fact that there's a Highway to Hell but only a Stairway to Heaven says a lot about anticipated traffic volume. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users