]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- public method name is get_enums()
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Aug 2014 21:42:33 +0000 (17:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Aug 2014 21:42:33 +0000 (17:42 -0400)
commitf39767ad727fcc9493d41451d7112d4f3459e9c4
tree0e5b9887deda1d484ca8c520d6f18ff94d852ab5
parenta0e0f4c289b46c0c9a051c08d7f9a1929e0e30ce
- public method name is get_enums()
- return a list of dicts like other methods do
- don't combine 'schema' with 'name', leave them separate
- support '*' argument so that we can retrieve cross-schema
if needed
- remove "conn" argument
- use bound parameters for 'schema' in SQL
- order by schema, name, label
- adapt _load_enums changes to column reflection
- changelog
- module docs for get_enums()
- add drop of enums to --dropfirst
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/testing/plugin/plugin_base.py
test/dialect/postgresql/test_reflection.py