def
|
1fd5c3ebc3
|
Try out higher mysql timeouts
|
2020-09-06 21:51:31 +02:00 |
|
def
|
c3f9dc7c9f
|
INSERT OR IGNORE on sqlite
|
2020-09-04 16:12:12 +02:00 |
|
def
|
a51f38e6b8
|
Fix syntax for primary key tables
|
2020-08-31 23:14:58 +02:00 |
|
def
|
7417c2f937
|
Introduce primary keys for record_race and record_teamrace
|
2020-08-29 14:53:36 +02:00 |
|
Zwelf
|
2cbbd9088b
|
Fix copy paste error
|
2020-08-21 22:43:22 +02:00 |
|
Zwelf
|
3a30dfbd84
|
Keep connecting to last reachable MySQL server
|
2020-08-21 19:46:44 +02:00 |
|
Zwelf
|
a808ad5463
|
Enhance SQL error reporting
|
2020-08-21 10:37:52 +02:00 |
|
Zwelf
|
961ad077fb
|
Don't print MySQL password to console
|
2020-08-09 18:18:25 +02:00 |
|
Zwelf
|
5893913922
|
Clean up includes in sql backend
|
2020-08-09 17:54:25 +02:00 |
|
Zwelf
|
61ffd88f34
|
Reformulate #if not defined() because MSVC errors on this expression
|
2020-08-09 17:13:21 +02:00 |
|
Zwelf
|
b2cf3cafc5
|
Implement dump_sqlserver
|
2020-08-03 16:37:50 +02:00 |
|
Zwelf
|
9e1979f561
|
Rename Database connect result from ERROR to FAILURE
|
2020-08-03 13:11:52 +02:00 |
|
Zwelf
|
c6b1b08355
|
Database specific collate utf8 nocase
making and work
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
d16bb5cc08
|
Make timestamps compatible with SQLite
works for `/mapinfo`, `/load`, `/save`, `/times`
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
044edbe42b
|
Make storing teamrank compatible with SQLite
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
e3a78a7a31
|
Add BindBlob and BindFloat function to IDbConnection interface
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
26a2c91235
|
Trying to reconnect when ongoing MySQL connection failed
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
eb4d77f071
|
Make inserting ranks compatible with SQLite
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
17de42a947
|
Implement locking in SQLite
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
1677e1fed5
|
Gracefully shutdown database pool
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
00da45191c
|
Make CREATE TABLE compatible with SQLite
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
452017a58b
|
Move format string to CREATE TABLE into own file
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
2c5f892205
|
Apply suggestions from code review
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
7c31a15c93
|
Add SQLite interface
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
2eb3d23ef4
|
Rewrite score using the new interface
delete file_score for now as it will be replaced by a sqlite backend
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
295ce95d64
|
Roughly define database pool interface
|
2020-08-03 12:58:52 +02:00 |
|
Zwelf
|
d59cdf47b5
|
Define new database interface
|
2020-08-03 12:58:52 +02:00 |
|