Paul Brown
d7f69d575b
Prevent "Error binding parameter" error
...
Currently last_discussion_id is a `<db.Discussion object at 0x7f5d16fca9b0>` and that isn't supported as a parameter for the sqlite query.
This PR uses the discussion_id from the Discussion object instead to prevent the errror.
2023-04-13 20:06:23 -05:00
Saifeddine ALOUI
7e5cbfdc15
Upgraded code
2023-04-13 21:40:46 +02:00
Saifeddine ALOUI
96bae50151
bugfix: the wait animation is back
2023-04-13 19:02:20 +02:00
Saifeddine ALOUI
d52dbb16e1
conditionning is now separated from the configuration file
2023-04-13 17:55:15 +02:00
Saifeddine ALOUI
329032d213
Conditionning, prefixes and suffixes are now modifiable in the configuration file
2023-04-13 17:24:52 +02:00
Saifeddine ALOUI
645a67a6d3
Enhanced UI
2023-04-13 12:31:48 +02:00
Saifeddine ALOUI
85237770ad
Bugfix: empty database case
2023-04-10 21:17:09 +02:00
Saifeddine ALOUI
10dea92101
Bugfix for first time db
2023-04-10 20:58:53 +02:00
Saifeddine ALOUI
a431586f05
enhanced UI
2023-04-10 17:36:26 +02:00
Saifeddine ALOUI
e8bbdaa6d1
validated renaming
2023-04-10 16:18:01 +02:00
Saifeddine ALOUI
3277b81850
improved ergonomy, enhanced database, added ranking system
2023-04-10 16:14:39 +02:00
Saifeddine ALOUI
f8ed24684a
Final bugfixes for the database
2023-04-10 11:14:10 +02:00
Saifeddine ALOUI
49c7b360d2
bugfix: The new database structure is fully working
2023-04-10 11:02:00 +02:00
Saifeddine ALOUI
eead6bec64
Upgraded database classes
2023-04-10 10:27:25 +02:00
ParisNeo
2b2bbd40af
Multimodel is working
2023-04-08 19:55:33 +02:00