fix(postgres): Dashboard search is now case insensitive when using Postgres, fixes #1896

This commit is contained in:
Torkel Ödegaard
2015-08-10 20:25:01 +02:00
parent 4f3a3329e2
commit 835fd383ad
4 changed files with 11 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
- [Issue #2460](https://github.com/grafana/grafana/issues/2460). SinglestatPanel: Fix to handle series with no data points
- [Issue #2461](https://github.com/grafana/grafana/issues/2461). LDAP: Fix for ldap users with empty email address
- [Issue #2484](https://github.com/grafana/grafana/issues/2484). Graphite: Fix bug when using series ref (#A-Z) and referenced series is hidden in query editor.
- [Issue #1896](https://github.com/grafana/grafana/issues/1896). Postgres: Dashboard search is now case insensitive when using Postgres
**Enhancements**
- [Issue #2477](https://github.com/grafana/grafana/issues/2477). InfluxDB(0.9): Added more condition operators (`<`, `>`, `<>`, `!~`), thx @thuck