News

Except for the SETVAL function, all other functions have the same progressions as MariaDB. Here "progression" means that the numbers in a sequence follow a certain arithmetic progression rule defined ...
-- For the test about a sequence not related to a table. -- This sequence must be dropped when executing replace-schema task. CREATE SEQUENCE SEQ_NOT_RELATED_TO_TABLE START 1 INCREMENT 1; -- For the ...