mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-06 17:01:07 -04:00
Fix rendering of a SQL example in indexable examples (#12751)
This commit is contained in:
@@ -216,6 +216,7 @@ for indexed access, instead of the usual index operator of ``->``::
|
||||
>>> query = session.query(Person).filter(Person.age < 20)
|
||||
|
||||
The above query will render:
|
||||
|
||||
.. sourcecode:: sql
|
||||
|
||||
SELECT person.id, person.data
|
||||
|
||||
Reference in New Issue
Block a user