blob: 9c263a033eb4e0ac41aff40a06d292d42573525e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#include "input.h"
#include <util/generic/yexception.h>
namespace NSQLComplete {
TCompletionInput SharpedInput(TString& text) {
return NSQLPureAST::TCursorText::FromSharped(text);
}
} // namespace NSQLComplete
|