Skip to content

Commit 979c6c2

Browse files
committed
#148: Remove --!syntax_v1 directive from YQL queries
1 parent 798f4fa commit 979c6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository-ydb-v2/src/main/java/tech/ydb/yoj/repository/ydb/YdbRepositoryTransaction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ private TxControl<?> getTxControl() {
268268
}
269269

270270
private String getYql(Statement<?, ?> statement) {
271-
return "--!syntax_v1\n" + statement.getQuery(repo.getTablespace());
271+
return statement.getQuery(repo.getTablespace());
272272
}
273273

274274
private static <PARAMS> Params getSdkParams(Statement<PARAMS, ?> statement, PARAMS params) {

0 commit comments

Comments
 (0)