Database: String optimizations
- Rework string assembly
- Remove unused strings or turn them into
const char*
(copy-on-write string optimizations haven't been used since C++11 so they aren't harmless)
const char*
(copy-on-write string optimizations haven't been used since C++11 so they aren't harmless)