You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Provider/src/FirebirdSql.EntityFrameworkCore.Firebird/Query/ExpressionTranslators/Internal/FbObjectToStringTranslator.cs
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* All Rights Reserved.
14
14
*/
15
15
16
-
//$Authors = Jiri Cincura (jiri@cincura.net), Jean Ressouche, Rafael Almeida (ralms@ralms.net)
16
+
//$Authors = Jiri Cincura (jiri@cincura.net)
17
17
18
18
usingSystem;
19
19
usingSystem.Collections.Generic;
@@ -30,7 +30,6 @@ public class FbObjectToStringTranslator : IMethodCallTranslator
30
30
typeof(int),
31
31
typeof(long),
32
32
typeof(DateTime),
33
-
typeof(Guid),
34
33
typeof(bool),
35
34
typeof(byte),
36
35
typeof(byte[]),
@@ -49,9 +48,17 @@ public class FbObjectToStringTranslator : IMethodCallTranslator
0 commit comments