grafana/pkg/services/sqlstore/migrator
Peter Štibraný 4efdef9b9c
Switch to using in-mem sequence generator only when explicitly configured in connection string. Move spanner-related functions to pkg/util/spanner. (#103363)
* Switch to using in-mem sequence generator only when explicitly configured in connection string.
Move spanner-related functions to pkg/util/spanner.
2025-04-08 16:36:37 +02:00
..
snapshot unistore: update spanner ddl to include unistore tables (#102198) 2025-03-18 14:37:11 +01:00
column.go
conditions.go
dialect.go Skip noop migrations, instead of executing SELECT 0. (#103086) 2025-03-31 15:19:32 +02:00
dialect_test.go
migrations.go Skip noop migrations, instead of executing SELECT 0. (#103086) 2025-03-31 15:19:32 +02:00
migrator.go Skip noop migrations, instead of executing SELECT 0. (#103086) 2025-03-31 15:19:32 +02:00
mysql_dialect.go Speed up truncation in mysql, postgres and sqlite in integration tests. (#102439) 2025-03-19 14:16:20 +01:00
postgres_dialect.go Speed up truncation in mysql, postgres and sqlite in integration tests. (#102439) 2025-03-19 14:16:20 +01:00
spanner_dialect.go Switch to using in-mem sequence generator only when explicitly configured in connection string. Move spanner-related functions to pkg/util/spanner. (#103363) 2025-04-08 16:36:37 +02:00
sqlite_dialect.go Speed up truncation in mysql, postgres and sqlite in integration tests. (#102439) 2025-03-19 14:16:20 +01:00
types.go Chore: Add initial/experimental xorm spanner driver (#101398) 2025-03-03 17:02:10 +01:00
upsert_test.go