Are there plans to enable sqlite3_collation_needed
Not sure what the default collation is for SQLite, but are there plans to provide access to this via SQLiteCPP? Thanks
Hello, there is no plan yet since I have never had the usage of collation myself.
What are your use case? How would you like it implemented on the C++ wrapper (you can already use the C library directly through the C++ wrapper)?
Sébastien
Hi, I'm in the process of porting a mysql app (Amarok) to sqlite and most of the tables in mysql are defined with utf8_bin which compares strings by the binary value of each character in the string to find exact matches.
Happy to try this directly through the wrapper if you can give me an example Thanks, Leo