File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Providers/FreeSql.Provider.ClickHouse Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- using ClickHouse . Client . ADO ;
1+ using ClickHouse . Driver . ADO ;
22using FreeSql . Internal ;
33using FreeSql . Internal . CommonProvider ;
44using FreeSql . Internal . Model ;
Original file line number Diff line number Diff line change 66using System . Data . Common ;
77using System . Text . RegularExpressions ;
88using System . Threading . Tasks ;
9- using ClickHouse . Client . ADO ;
9+ using ClickHouse . Driver . ADO ;
1010
1111namespace FreeSql . ClickHouse
1212{
Original file line number Diff line number Diff line change 1010using System . Data . Common ;
1111using System . Reflection ;
1212using FreeSql . Internal . ObjectPool ;
13- using ClickHouse . Client . ADO ;
13+ using ClickHouse . Driver . ADO ;
1414using FreeSql . DataAnnotations ;
1515
1616namespace FreeSql . ClickHouse
Original file line number Diff line number Diff line change 77using System . Linq ;
88using System . Text ;
99using System . Text . RegularExpressions ;
10- using ClickHouse . Client . ADO ;
10+ using ClickHouse . Driver . ADO ;
1111
1212namespace FreeSql . ClickHouse
1313{
Original file line number Diff line number Diff line change 11using FreeSql . Internal ;
22using FreeSql . Internal . Model ;
3- using ClickHouse . Client . ADO ;
3+ using ClickHouse . Driver . ADO ;
44using System ;
55using System . Collections . Generic ;
66using System . Data . Common ;
77using System . Globalization ;
88using System . Data ;
99using System . Text . Json ;
10- using ClickHouse . Client . ADO . Parameters ;
10+ using ClickHouse . Driver . ADO . Parameters ;
1111using System . Text . RegularExpressions ;
1212using System . Text ;
1313
Original file line number Diff line number Diff line change 1- using ClickHouse . Client . ADO ;
2- using ClickHouse . Client . Copy ;
1+ using ClickHouse . Driver . ADO ;
2+ using ClickHouse . Driver . Copy ;
33using FreeSql . Internal ;
44using FreeSql . Internal . Model ;
55using System ;
Original file line number Diff line number Diff line change 3333 </ItemGroup >
3434
3535 <ItemGroup >
36- <PackageReference Include =" ClickHouse.Client " Version =" 7.13.2 " />
36+ <PackageReference Include =" ClickHouse.Driver " Version =" 0.7.20 " />
3737 </ItemGroup >
3838
3939</Project >
You can’t perform that action at this time.
0 commit comments