diff options
author | Konstantin Tretyakov <kt@ut.ee> | 2018-12-17 17:21:03 -0500 |
---|---|---|
committer | sqla-tester <sqla-tester@sqlalchemy.org> | 2018-12-17 17:21:03 -0500 |
commit | 8722fb84a67905aaf9ac6be79255f58e422fa6ea (patch) | |
tree | 5cee6268152463f1b5cdaf8e3f1437016a475b78 /test/dialect/postgresql/test_reflection.py | |
parent | 3b6ff1b9f9d740f9a5b11b1774ee77c563926f84 (diff) | |
download | sqlalchemy-8722fb84a67905aaf9ac6be79255f58e422fa6ea.tar.gz |
Fix the "greatest" example.
The current example code does not pass `**kw` down to the `compiler.process` calls, thus the example does not work when invoked with, `literal_binds=True`.
Besides, the calls to `process` each argument twice are wasteful, and reusing the built-in `case` expression instead of hard-coding the SQL statements is slightly nicer overall, isn't it?
Closes: #4402
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4402
Pull-request-sha: 24ee93f63e21fccae6cbc1cc1c154dd56f1e1963
Change-Id: I02424d9eb2b35abd5cdec5c2cd5d464a56e7fae6
Diffstat (limited to 'test/dialect/postgresql/test_reflection.py')
0 files changed, 0 insertions, 0 deletions