filthysocks

Results 2 issues of filthysocks

Selecting single columns does not work for me. eg. the following is not working ``` db = UnifiedAlchemyMagicMock() db.session.query(MyTable.col).all() ```

Hello, I stumbled upon your project because I basically wrote the same thing (but much simpler) at my company. I am tempted to use your project instead, but there is...