Robert Lechte

Results 88 comments of Robert Lechte

Yes this needs fixing. There are a couple of workarounds: 1 is to pass parameters via a connection url instead 2 is to pass in a hashable dict, this implementation...

Hey, thanks for filing this. Migra itself only supports postgresql right now, and absolutely will not work on `sqlite` (it could be made to support it in future but would...

To fix this you need to set up that user to be able to connect to postgres without a password. As for more general advice, there's one or two very...

Seems to me that the root cause of the problem is that datetime ranges are being used rather than date ranges. Both have a clear, unambiguous definition of "days", it's...

Keen for this. Any thoughts on if comments should be a separate "thing" that gets inspected or integrated into each existing entity like tables, views etc?

Added column support.

Awesome, glad you like it! I will take a look at these and roll out fixes soon!

The above should be fixed now.