correct mariadb sequence behavior when cycle=False
Fixed the SQL compilation for the mariadb sequence "NOCYCLE" keyword that
is to be emitted when the :paramref:`.Sequence.cycle` parameter is set to
False on a :class:`.Sequence`. Pull request courtesy Diego Dupin.
Fixes: #13073
Closes: #13074
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/13074
Pull-request-sha:
ead18a04018db6d574a3bc4bd71f21c23256737c
Change-Id: Ie1640c969aaa64e41da334fe0eff21e0d12a8bf0
(cherry picked from commit
c36643fbb933c0defd00b9caa7a184c24e2a544b)