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