Fix item name handling
(#12)
* making the field buffer larger - should refactor this to not use staticly sized arrays later
* fix for crash root cause
* - Added item_name to the link table so we no longer join against the
raw_data table this should fix issues on EMU and Live with discovered
links
- Fixed a bug with how item links and item names were being stored.
* SQL Cleanup
Moved raw_data into non-version specific tables
added some new files to keep this abstraction clearer
BUSY failures on link inserts are now silent.
refactored to be more efficient in the sql calls.
SQL Conflict handling.
* Fixed a missing update to the item_links table during exports
* query string optimizations
* added code to fix historically inserted links that were incorrect due to code bugs. also added error coloring.
* Item names and Links are now updated at the same time.
* removed item_name null check so we just update all items