Skip to content

Commit

Permalink
Updated version, tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Zakharov committed Sep 30, 2019
1 parent e13f232 commit 4c5f5fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ClickHouse.Ado/ClickHouse.Ado.NETStandard.csproj
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>.NET driver for Yandex ClickHouse. It implements native ClickHouse protocol with data compression (not a wrapper for HTTP client)</Description>
<AssemblyTitle>ClickHouse.Ado</AssemblyTitle>
<VersionPrefix>1.1.19</VersionPrefix>
<VersionPrefix>1.1.20</VersionPrefix>
<Authors>Andrey Zakharov</Authors>

<TargetFrameworks>net461;netstandard1.5</TargetFrameworks>
Expand All @@ -30,7 +30,7 @@ echo &gt; $(SolutionDir).lock
for /d %%D in ("$(SolutionDir)ClickHouse.Ado\Impl\ATG\*.*") DO $(SolutionDir)Coco.exe %%D\%%~nD.atg -o %%D -frames %%D\..\
del /q $(SolutionDir).lock
:end</PreBuildEvent>
<Version>1.1.19</Version>
<Version>1.1.20</Version>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'net45' or '$(TargetFramework)' == 'net40' or '$(TargetFramework)' == 'net20' ">
Expand Down
Expand Up @@ -30,7 +30,7 @@ public void ShouldConvertIntoConnectionStringAndBack()
Assert.AreEqual(expectedSettings.Password, actualSettings.Password);
}

[TestMethod]
[Test]
public void ChangePropertyValue()
{
const string connectionString = "Compress=True;CheckCompressedHash=False;Compressor=lz4;Host=clickhouse;Port=9000;User=default;Password=;SocketTimeout=600000;Database=Test;";
Expand Down

0 comments on commit 4c5f5fe

Please sign in to comment.