GOG-Galaxy-Export-Script icon indicating copy to clipboard operation
GOG-Galaxy-Export-Script copied to clipboard

Unecessary multiple database requests when determining the release type

Open TheMelmacian opened this issue 4 years ago • 0 comments

To determine the release type the script first makes a database request to get the GamePieceTypes,id and than inserts it in the sql script. It would be much more efficient if we just join the GamePieceTypes table to the MasterList and use the type name directly.

I already prepared a fix but I wanted to ask if it is okay if I also change the whole SQL to ISO/ANSI compliant joins?

TheMelmacian avatar Jul 30 '21 20:07 TheMelmacian