Anyone know what type of SQL Civ VI uses?

CivilizationAce

Warlord
Joined
Jan 17, 2017
Messages
240
I'd like to be able to check out the available features to see how far I can push it.

All I know about it so far is that concat() is apparently not a valid function, which was a surprise as I thought that was part of the SQL standard.
 
As civ5, civ6 use SQLite, for concatenation use ||
 
Thanks. That'll be useful. I'd like to make my mods compatible with other mods, so if I add some text to Ilkum (for instance) it won't overwrite someone else's additional text.

Perhaps it's naive to presume that anyone else will use Text = Text || "New text", but I figure I can only lead a horse to water…
 
Back
Top Bottom