Hello, I like to make a patch for SQLite so that function xBestIndex gets a collation sequences as a part of sqlite3_index_info structure. Patch will be binary compatible with previous versions, so all existing virtual table implementations will work with new version. I understand, that I must attach also public domain copyright statment to be SQLite team able to merge it.
What I do not know is: Can I somehow contact anybody about internal rules? Can I create new empty typedef for CollSeq struct? (name: sqlite3_coll_seq) Can I create new API functions? (sqlite3_coll_seq_strcmp, sqlite3_coll_seq_name, sqlite3_coll_seq_enc) What all documentation should I provide? (I am not english native speaker) Should be such code in #ifndef SQLITE_OMIT_VIRTUALTABLE blocks? Is there any chance that such patch will be merged to SQLite? Thanks. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users