[DiscordArchive] Why is it that we are loading stuff from the database and the database is empty but it still works?
[DiscordArchive] Why is it that we are loading stuff from the database and the database is empty but it still works?
Archived author: M'Dic • Posted: 2021-11-22T20:40:34.682000+00:00
Original source
Not being confusing. We been making alot of heavy changes moving the core forward in alot of areas
Archived author: Yehonal • Posted: 2021-11-22T20:41:10.587000+00:00
Original source
that was a crash fix
Archived author: Claudiodfc • Posted: 2021-11-22T20:41:27.149000+00:00
Original source
I remember it, I still wonder why did it crash, but not the rest of the DBCs
Archived author: Yehonal • Posted: 2021-11-22T20:41:28.980000+00:00
Original source
the author of the original PR forgot to add the table support
Archived author: Yehonal • Posted: 2021-11-22T20:41:38.915000+00:00
Original source
because there was no table
Archived author: Claudiodfc • Posted: 2021-11-22T20:41:56.096000+00:00
Original source
Ok, so even if the tables are empty, the core load from the DBCs regardless?
Archived author: Yehonal • Posted: 2021-11-22T20:42:02.837000+00:00
Original source
yes
Archived author: Claudiodfc • Posted: 2021-11-22T20:42:09.701000+00:00
Original source
What if there's data on the tables
Archived author: Yehonal • Posted: 2021-11-22T20:42:17.616000+00:00
Original source
they override dbc
Archived author: M'Dic • Posted: 2021-11-22T20:42:24.143000+00:00
Original source
If there is not table to override it then it will pull from the dbc if u am to understand