Skip to content
Snippets Groups Projects
Commit 6ab60ad9 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

refactor sqlLib docu

parent 1af4efbb
No related branches found
No related tags found
No related merge requests found
......@@ -523,7 +523,7 @@ It is not possible just to replace the SqlCondition by the SqlBuilder. There are
new SqlBuilder(...)
.where(...)
----
Therefore, do not use SqlBuilder.begin() anymore - even if it might be still included in your version of Sql_lib, as deprecated method. Use exclusively new SqlBuilder(...) or the shortcut functions newSelect(...), newWhere(...) or newWhereIfSet(...).
Therefore, do not use `SqlBuilder.begin()` anymore - even if it might be still included in your version of `Sql_lib`, as deprecated method. Use exclusively new `SqlBuilder(...)` or the shortcut functions `newSelect(...)`, `newWhere(...)` or `newWhereIfSet(...)`.
==== the new .where
......
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