gumblex / tg-export

Export Telegram messages.
GNU Lesser General Public License v3.0
57 stars 9 forks source link

sqlite3.OperationalError: near "+": syntax error #5

Closed seadog007 closed 7 years ago

seadog007 commented 7 years ago

2017-02-27 00_55_06-my - tmux a - xshell 5 free for home_school

gumblex commented 7 years ago

What's the SQLite version?

seadog007 commented 7 years ago

If you are asking the sqlite3 command on my computer

> sqlite3
3.8.2 2013-12-06 14:53:30 27392118af4c38c5203a04b8013e1afdb1cebd0d
gumblex commented 7 years ago

This version doesn't support index on expressions. Should be fixed now.

seadog007 commented 7 years ago

Thanks