Conversation
|
@aminalaee Why this change? They changed in sqlalchemy? My PR was wrong ? If that's the case surely we could have an extra test to ensure the behaviour was wrong and is now good. |
|
@PrettyWood It's a matter of formatting, and the code is working alright. P.S.: I don't know if SQLAlchemy changed that or not, but that works ok because Sorry but it wasn't anything personal, I was working on another IDE error and found this too. |
Haha don't worry 😉 I wasn't concerned about anything like this. Was just surprised tests were working fine if the import was wrong. Thanks for clarifying! |
Rowimports fromSQLAlchemyquery, _, _ = compile(query)toquery_str, _, _ = compile(query)