mirror of
https://github.com/chaisql/chai.git
synced 2025-10-05 07:36:56 +08:00
chore: upgrade dependencies
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
var IsNotFoundError = errs.IsNotFoundError
|
||||
|
||||
// IsAlreadyExistsError determines if the error is returned as a result of
|
||||
// a conflict when attempting to create a table, an index, a object or a sequence
|
||||
// a conflict when attempting to create a table, an index, an row or a sequence
|
||||
// with a name that is already used by another resource.
|
||||
func IsAlreadyExistsError(err error) bool {
|
||||
if errs.IsAlreadyExistsError(err) {
|
||||
|
Reference in New Issue
Block a user