Expression.asSQL()
is no longer available. Expressions now implementCustomStringConvertible
, wheredescription
returns the SQL.Statement.prepareRowIterator()
is now longer available. Instead, use the methods of the same name onConnection
.Connection.registerTokenizer
is no longer available to register custom FTS4 tokenizers.