26.05.2014, 18:24
I ran into an issue yesterday in SQL, so instead of creating the table during game-mode startup, I did so manually through the SQLite browser. Since there were about 50 fields, I used and set default values for fields. Later, I realized that I cannot insert new tables into rows unless I specify all the fields during the query. Is there a way around this? I thought that setting default values would have worked, but I guess not since I can't even insert rows now. The reason for all this is because of what I mentioned before, the 50 or so fields (my query string size would be 8000 - 1000). Thanks.