We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6e35b commit 2679306Copy full SHA for 2679306
src/usecase/services/analyzer_service_test.go
@@ -110,7 +110,7 @@ func TestSelectQueries(t *testing.T) {
110
{
111
query: "select * from table_a as test WHERE `deleted_at` IS NULL",
112
analyzer: model.Analyzer{
113
- TableName: "test",
+ TableName: "table_a",
114
Operations: nil,
115
StmtType: model.StmtTypeSelect,
116
NotNullColumns: []string{"deleted_at"},
0 commit comments