John Price
John Price
Look at the code. It loads a record that matches the index-annotated fields. If it finds it, it updates the rest of the fields with the new values, but keeps...
Let me just add that if the user does not annotate any fields as ImportIndex then the import works exactly as it did before.
I believe you can close this [non-]issue.
I know this is old, but demo link does not work.
Probably would be good to create a DB layer that allows swapping out built-in DB functions for external library so that use can decide. Short term I would go with...
Turns out I had to install the "gettext" package, re-ran configure, and now it works. Perhaps this should be a dependency for configure.
From what I can tell, his code is based on the 1.x.x version. 2.x.x [changed a lot](https://bitburner-official.readthedocs.io/en/latest/v2.0.0_migration.html) and I'm working to update it. If I get it working, I'll do...