SQL Expressions: Simplify where code is being stubbed out (#96227)

* Rename from DuckDB

* Remove unused function
This commit is contained in:
Sam Jewell
2024-11-18 12:05:08 +00:00
committed by GitHub
parent 30bbcf8200
commit 1915efbc95
2 changed files with 2 additions and 6 deletions

View File

@ -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")
}