Files
sqlalchemy/test/sql
Mike Bayer d856f640b5 use clone, not constructor, in BindParameter.render_literal_execute()
Fixed issue where the :meth:`_sql.BindParameter.render_literal_execute`
method would fail when called on a parameter that also had ORM annotations
associated with it. In practice, this would be observed as a failure of SQL
compilation when using some combinations of a dialect that uses "FETCH
FIRST" such as Oracle along with a :class:`_sql.Select` construct that uses
:meth:`_sql.Select.limit`, within some ORM contexts, including if the
statement were embedded within a relationship primaryjoin expression.

Fixes: #9526
Change-Id: I2f512b6760a90293d274e60b06a891f10b276ecc
2023-03-22 11:56:04 -04:00
..
2023-02-28 11:50:54 -05:00
2021-11-24 22:51:27 -05:00
2023-01-20 09:13:58 -05:00
2023-03-10 15:07:27 -05:00
2023-03-01 22:28:28 +01:00
2022-11-26 18:49:06 -05:00
2022-11-16 23:03:04 +01:00
2021-11-24 22:51:27 -05:00