Add to_char support
SQLite does not support to_char function. This is function that is useful to format date/datetime into char directly in SQL.
I think we should support it at least to format date and datetime (interval, integer and float are less useful and more complex) for compatible format with Python strftime.