Skip to content

Commit 019278e

Browse files
Update MySQL.cs
1 parent e9cb48a commit 019278e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Flames/Database/Backends/MySQL.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ software distributed under the Licenses are distributed on an "AS IS"
1515
or implied. See the Licenses for the specific language governing
1616
permissions and limitations under the Licenses.
1717
*/
18+
#if !F_DOTNET
1819
using System;
1920
using System.Collections.Generic;
2021
using System.IO;
@@ -382,4 +383,5 @@ public override string DumpValue(int col)
382383
return GetString(col);
383384
}
384385
}
385-
}
386+
}
387+
#endif

0 commit comments

Comments
 (0)