Skip to content

Commit

Permalink
fix: api update
Browse files Browse the repository at this point in the history
  • Loading branch information
devgor88 committed Dec 8, 2024
1 parent d9be5f8 commit 4f9bc1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exposed-core/api/exposed-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -4155,7 +4155,9 @@ public final class org/jetbrains/exposed/sql/vendors/MariaDBDialect : org/jetbra
public fun getName ()Ljava/lang/String;
public fun getSupportsCreateSequence ()Z
public fun getSupportsOnlyIdentifiersInGeneratedKeys ()Z
public fun getSupportsSequenceAsGeneratedKeys ()Z
public fun getSupportsSetDefaultReferenceOption ()Z
public fun sequences ()Ljava/util/List;
}

public final class org/jetbrains/exposed/sql/vendors/MariaDBDialect$Companion : org/jetbrains/exposed/sql/vendors/VendorDialect$DialectNameProvider {
Expand Down

0 comments on commit 4f9bc1b

Please sign in to comment.