diff options
Diffstat (limited to 'doc/src/sql.rst')
-rw-r--r-- | doc/src/sql.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/src/sql.rst b/doc/src/sql.rst index fe807c6..9cd18e7 100644 --- a/doc/src/sql.rst +++ b/doc/src/sql.rst @@ -77,16 +77,26 @@ to cursor methods such as `~cursor.execute()`, `~cursor.executemany()`, .. autoclass:: Identifier - .. autoattribute:: string + .. versionchanged:: 2.8 + added support for multiple strings. + + .. autoattribute:: strings + + .. versionadded:: 2.8 + previous verions only had a `!string` attribute. The attribute + still exists but is deprecate and will only work if the + `!Identifier` wraps a single string. .. autoclass:: Literal .. autoattribute:: wrapped + .. autoclass:: Placeholder .. autoattribute:: name + .. autoclass:: Composed .. autoattribute:: seq |