gimpel.cs
Results
1
issues of
gimpel.cs
Python objects to be stored in a SQLite database are converted to str by (pony/orm/dbproviders/sqlite.py) ``` class SQLiteJsonConverter(dbapiprovider.JsonConverter): json_kwargs = {'separators': (',', ':'), 'sort_keys': True, 'ensure_ascii': False} ``` based on...