grafana/pkg/services/sqlstore/migrator
Leonard Gram f46038ed3a
Search: sort results correctly when using postgres (#46466)
* Search: sort results correctly when using postgres

postgresql puts nulls first while both mysql and sqlite puts them last

* linting
2022-03-15 15:08:40 +01:00
..
column.go move database-specific code into dialects (#11884) 2018-05-10 16:54:21 +02:00
conditions.go Chore: Fix SQL related Go variable naming (#28887) 2020-11-11 06:21:08 +01:00
dialect.go Search: sort results correctly when using postgres (#46466) 2022-03-15 15:08:40 +01:00
migrations.go Alerting: modify DB table, accessors and migration to restrict org access (#37414) 2021-08-12 16:04:09 +03:00
migrator.go SQLStore: Prevent concurrent migrations (#44101) 2022-02-15 18:54:27 +02:00
mysql_dialect.go SQLStore: Prevent concurrent migrations (#44101) 2022-02-15 18:54:27 +02:00
postgres_dialect.go Search: sort results correctly when using postgres (#46466) 2022-03-15 15:08:40 +01:00
sqlite_dialect.go Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00
types.go Alerting: modify DB table, accessors and migration to restrict org access (#37414) 2021-08-12 16:04:09 +03:00