Skip to content
Snippets Groups Projects
Commit b84c3c86 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '1073032_bugfix' into '2021.0'

[Projekt: Entwicklung - Neon][TicketNr.: 1073032][xrm Basic; 2021.0.0; MSSQL;...

See merge request xrm/basic!634
parents ba45c643 ad66675d
No related branches found
No related tags found
No related merge requests found
...@@ -3527,7 +3527,8 @@ SqlMaskingUtils.prototype.cast = function (pField, pTargetDatatype, pTargetLengt ...@@ -3527,7 +3527,8 @@ SqlMaskingUtils.prototype.cast = function (pField, pTargetDatatype, pTargetLengt
switch(pTargetDatatype) switch(pTargetDatatype)
{ {
case SQLTYPES.TIMESTAMP: case SQLTYPES.TIMESTAMP:
return "datetime"; sqlDataType = "datetime";
break;
case SQLTYPES.DATE: case SQLTYPES.DATE:
case SQLTYPES.DECIMAL: case SQLTYPES.DECIMAL:
case SQLTYPES.INTEGER: case SQLTYPES.INTEGER:
......
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