grafana/pkg/services/sqlstore/migrator
Sofia Papagiannaki 74e87ccbbd
SQLStore: Align SQLite IsUniqueConstraintViolation() with other backend implementations (#69224)
* Add integration test for primary key and unique constrain violation

* Align SQLite IsUniqueConstraintViolation implementation with other backends
2023-05-29 14:45:08 +00:00
..
column.go
conditions.go
dialect.go
migrations.go
migrator.go
mysql_dialect.go
postgres_dialect.go
sqlite_dialect.go SQLStore: Align SQLite IsUniqueConstraintViolation() with other backend implementations (#69224) 2023-05-29 14:45:08 +00:00
types.go
upsert_test.go