PostgreSQL range types need better documentation

Issue #3046 resolved
David Lord created an issue

When initializing a model, what is the correct value to pass to a range column? Prompted by this StackOverflow question, I looked at the tests and found they were using a type helper from psycopg2. Is that the proper way, or is there something on SQLAlchemy's side too? Either way, it's not made clear in the docs.

Comments (4)

  1. Log in to comment