blob: f03cbc9fb9909ae6d62981d5b8405b40ddab7587 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include <util/generic/fwd.h>
namespace NSQLComplete {
// Permits invalid special comments
bool IsAnsiQuery(const TString& query);
} // namespace NSQLComplete
|