EddieTheCubeHead / Scrimbot-2.0

1 stars 0 forks source link

Polish Sqlalchemy ORM queries #43

Open EddieTheCubeHead opened 1 year ago

EddieTheCubeHead commented 1 year ago

Most joined queries utilizing eager loading are using bad/incorrect/faulty syntax where both joins and load options are specified. This can be simplified to only specifying load options. These should also be chained with method calls, not chaining inside a single method call.