Fixes #42
This commit is contained in:
@@ -231,7 +231,6 @@ namespace Framework.Database
|
|||||||
connection.Open();
|
connection.Open();
|
||||||
using (MySqlCommand cmd = connection.CreateCommand())
|
using (MySqlCommand cmd = connection.CreateCommand())
|
||||||
{
|
{
|
||||||
cmd.CommandTimeout = 240;
|
|
||||||
cmd.CommandText = query;
|
cmd.CommandText = query;
|
||||||
cmd.ExecuteNonQuery();
|
cmd.ExecuteNonQuery();
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Google.Protobuf" Version="4.0.0-rc2" />
|
<PackageReference Include="Google.Protobuf" Version="4.0.0-rc2" />
|
||||||
<PackageReference Include="MySqlConnector" Version="2.1.2" />
|
<PackageReference Include="MySqlConnector" Version="2.1.12" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user