Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

createSequence is not supported on Azure MS SQL

$
0
0
Hello, what is the reasoning on not supporting createSequence on Azure SQL Database?

I found this code but did not find any clues online:
  1. public boolean supportsSequences() {
    try {
    if (isAzureDb()) {
    return false;
    }
    if (this.getDatabaseMajorVersion() >= 11) {
    return true;
    }
    } catch (DatabaseException e) {
    return false;
    }
    return false;
    }
Thanks, Yateam

Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>