on SQL Server specifically in order to affect the "start" and "increment"
parameters for the ``IDENTITY`` specification on a primary key column. In order
to make the transition towards normal sequences being available as well,
-using :class:.`.Sequence` will emit a deprecation warning throughout the
+using :class:`.Sequence` will emit a deprecation warning throughout the
1.3 series. In order to affect "start" and "increment", use the
new ``mssql_identity_start`` and ``mssql_identity_increment`` parameters
on :class:`_schema.Column`::
:meth:`_query.Query.with_statement_hint`
- :meth:.`.Query.prefix_with` - generic SELECT prefixing which also
+ :meth:`.Query.prefix_with` - generic SELECT prefixing which also
can suit some database-specific HINT syntaxes such as MySQL
optimizer hints
:meth:`_expression.Select.with_hint`
- :meth:.`.Select.prefix_with` - generic SELECT prefixing which also
+ :meth:`.Select.prefix_with` - generic SELECT prefixing which also
can suit some database-specific HINT syntaxes such as MySQL
optimizer hints