Skip to content
Snippets Groups Projects
Commit badf5d19 authored by Johannes Hörmann's avatar Johannes Hörmann Committed by Benjamin Ulrich
Browse files

add some missing methods from sqlUtils

parent 77f2cb09
No related branches found
No related tags found
No related merge requests found
......@@ -946,6 +946,8 @@ SqlBuilder._ERROR_UPDATE_VALUES_INVALID = function ()
*/
SqlBuilder.begin = function ()
{
logging.log("Warning: using .where with a SqlCondition as pFieldOrCond is deprecated. The SqlCondition will be removed in version >= 2020.x\n"
+ "For SqlBuilder usage see the documentation-property of the Sql_lib.");
return new SqlBuilder();
}
......
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