Zach Schumacher

Results 28 comments of Zach Schumacher

Realizing that Postgres doesn't have an alter view mechanism for modifying the query, but auto dropping and creating the view would be nice!

Any update on this? It is still an issue for us at @Simplebet and probably others

Thanks for the PR - looks like you just need to run isort

Thanks for the issue! I’ll look into this and get back to you.

Looking at the [pymssql docs](https://www.pymssql.org/ref/pymssql.html#pymssql.Cursor.execute), you do in fact have to call commit explicitly. I can add a blurb in the docs similar to what I have for [pymysql](https://pydapper.readthedocs.io/en/latest/database_support/mysql/#example-connect) (or...

closed the PR as there hasn't been any activity, I can take this one when I have a moment

you might be interested in checking out my package https://github.com/zschumacher/giphpy

Checkout my package https://github.com/zschumacher/giphpy

sounds like this is the way oracle wants python devs to go - will speed up the test suite a lot if I can deprecate cxOracle in the future

not super familiar w/ sysbase, but seems like you can can use pymssql for it. Have you tried that connector?