Add binding to sqlite3_create_collation_v2

This commit is contained in:
gwenn
2019-06-17 19:20:53 +02:00
parent 6e7d94dffd
commit bb7ae7f215
5 changed files with 150 additions and 5 deletions

View File

@@ -105,6 +105,8 @@ pub mod backup;
pub mod blob;
mod busy;
mod cache;
#[cfg(feature = "collation")]
mod collation;
mod column;
pub mod config;
#[cfg(any(feature = "functions", feature = "vtab"))]