A tool for downloading and analysing server info from OriginsRO
Find a file
King_DuckZ 80ef2afbee Same treatment as items table, don't drop/re-create
This works in a much simpler way than the items table.
Here we just upsert new values, with the unique constraint
on the internal item_id (not the upstream one, which is
never entered into this table).
This should mean that if an item from the items table with
eg: item_id=501,id=9 gets marked as deleted and re-entered as
item_id=501,id=5000, then icon with item_id=9 should remain
in the table (there is no delete ever), and a new one with
item_id=5000 gets added. Originally they both referred to
item 501 and they still do, but because of how the items
table now works, icons should also benefit and historical
data should remain in the face of upstream changes.
2020-08-12 01:33:13 +01:00
sample_responses I don't know why this thing changed, blame SoapUI 2020-08-11 01:33:36 +01:00
src Same treatment as items table, don't drop/re-create 2020-08-12 01:33:13 +01:00
subprojects Update submodules 2020-08-10 21:52:56 +01:00
.gitignore Improve sql for items table 2020-08-12 01:07:34 +01:00
.gitmodules Add base64 decoding function 2020-08-10 02:35:27 +01:00
COPYING Attach GPL3+ licence 2020-08-10 11:22:25 +01:00
example.c Add example file that's been there forever 2020-08-12 01:07:45 +01:00
meson.build Add base64 decoding function 2020-08-10 02:35:27 +01:00
meson_options.txt Return some default db name if not present in the config file 2020-08-11 01:04:53 +01:00
orotool.conf Add worker_threads setting 2020-08-11 01:33:11 +01:00