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

sql lib docu improvement

parent 04da2f81
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(...)
----
So the previous workaround is not needed anymore.
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