mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
SQL Expressions: Simplify where code is being stubbed out (#96227)
* Rename from DuckDB * Remove unused function
This commit is contained in:
@ -9,10 +9,6 @@ import (
|
||||
type DB struct {
|
||||
}
|
||||
|
||||
func (db *DB) TablesList(rawSQL string) ([]string, error) {
|
||||
return nil, errors.New("not implemented")
|
||||
}
|
||||
|
||||
func (db *DB) RunCommands(commands []string) (string, error) {
|
||||
return "", errors.New("not implemented")
|
||||
}
|
||||
|
Reference in New Issue
Block a user