Skip to content
Snippets Groups Projects
Commit 947cad56 authored by S.Listl's avatar S.Listl
Browse files

SqlLib refactoring

parent 49913f15
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,6 @@ import("KeywordRegistry_basic");
import("Keyword_lib");
import("Sql_lib");
result.string(translate.text(new SqlBuilder().select("NAME_LATIN ").from("AB_LANGUAGE").andPrepareVars("AB_LANGUAGE.ISO3", "$field.LANG")
.cell()));
\ No newline at end of file
result.string(translate.text(new SqlBuilder().select("NAME_LATIN ").from("AB_LANGUAGE")
.where().andPrepareVars("AB_LANGUAGE.ISO3", "$field.LANG")
.cell()));
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment