|
|
|
|
|
by flyinRyan
4802 days ago
|
|
I know we're talking about python, but personally I advise against raw SQL because there is no type protection of any kind. In, e.g. C# I can use Linq to ensure I build a query that type checks and makes sense, even across joins. |
|