Skip to content

Nuget packages updated #434

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 50 commits into from
Apr 24, 2025
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
f968006
Update BitFaster.Caching to version 2.5.3
alex-kulakov Jan 28, 2025
f6f7864
Update Firebird client package to version 10.3.2
alex-kulakov Jan 28, 2025
78ff9d7
Update log4net package to version 3.0.3
alex-kulakov Jan 28, 2025
8eb7842
Update NLog package to version 5.3.4
alex-kulakov Jan 28, 2025
5dbcfde
Update Ms SQL Server client library to version 5.2.2
alex-kulakov Jan 28, 2025
09a4a9d
Update Oracle client library to version 23.7.0
alex-kulakov Jan 28, 2025
6e1ede4
Update MySQL client library to version 8.4.0
alex-kulakov Jan 30, 2025
9a7b5ff
Update Postgresql client library package to version 6.0.13
alex-kulakov Feb 17, 2025
74bc666
SqlExtract: Remove commented code
alex-kulakov Feb 17, 2025
49129f0
Postgre drivers: Add extra provider specific info to driver
alex-kulakov Feb 17, 2025
ac30a98
Paths and Polygon types are fixed now and no longer throw NRE on gett…
alex-kulakov Feb 17, 2025
180425e
Sql level tests for new behavior of Npgsql
alex-kulakov Feb 17, 2025
3b35b2c
Tests for operations over Min/Max values of DateOnly/DateTime/DateTim…
alex-kulakov Feb 17, 2025
b77aa48
Required changes for type mapper for correct reading writing values
alex-kulakov Feb 17, 2025
bbd4a59
PostgreSql connection: access internal property to keep functionality
alex-kulakov Feb 17, 2025
a6e8ed3
Add support for infinity/-infinity replacement within Npgsql
alex-kulakov Feb 17, 2025
446a8a2
Another Npgsql exception detected as operation timeout
alex-kulakov Feb 18, 2025
8ab8c8b
Update Postgresql client library package to version 8.0.6
alex-kulakov Feb 18, 2025
06391a9
Pgsql connection: IsCompleted now can be replace with tx.Connection==…
alex-kulakov Feb 19, 2025
33c22e4
Connection implementations: direct access to activeTransaction property
alex-kulakov Feb 19, 2025
2751df6
Init AppContext switches before any tests
alex-kulakov Feb 20, 2025
9d75199
No explicit tests because of AppContext
alex-kulakov Feb 20, 2025
f0b9e1a
PostgreSQL TypeMapper: assign real Min/Max values instead of server v…
alex-kulakov Feb 24, 2025
8180757
Remove unnecessary parameter SqlNodeCloneContext ctor
alex-kulakov Feb 24, 2025
4fba084
Improved InfinityAliasTests
alex-kulakov Feb 24, 2025
e88b982
Linq Dates operations tests improved
alex-kulakov Feb 24, 2025
8fcc534
PostgreSql: Apply connection timezone to datetimeoffset values on rea…
alex-kulakov Feb 27, 2025
f7edd11
Tests improved
alex-kulakov Feb 27, 2025
b9f3956
StorageProviderVersion extended + TestConfiguration better names
alex-kulakov Feb 27, 2025
57ee1a5
Fixed mismatch of +/-Infinity replacements when part extracted
alex-kulakov Feb 27, 2025
fe73869
Postgre: Native support of reading/binding DateOnly values
alex-kulakov Feb 27, 2025
daffaad
Improved checks for min/max values
alex-kulakov Feb 27, 2025
4d349c3
InfinityAliasTest: Handles extraction non-Year part from infinity value
alex-kulakov Mar 3, 2025
2519969
Postgresql TypeMapper changes
alex-kulakov Mar 3, 2025
b62b2e9
Postgresql compiler changes
alex-kulakov Mar 4, 2025
df67eac
Add IntervalToMilliseconds test
alex-kulakov Mar 4, 2025
aeae65a
Correct fields place
alex-kulakov Mar 4, 2025
2617841
Handle change of result type of Extract in Posgre for TotalMilliseconds
alex-kulakov Mar 6, 2025
540a9c5
Optimize test values
alex-kulakov Mar 6, 2025
b9a1654
PostgreSqlHelper: Change getting timezone
alex-kulakov Apr 21, 2025
a228af6
PostgreSql: TimeZoneInfo as DefaultTimeZone
alex-kulakov Apr 21, 2025
30c151d
Output timezone when test failed
alex-kulakov Apr 22, 2025
b2d70fc
PostgreSqlHelperTest : better split to resolvable and unresolvable zo…
alex-kulakov Apr 22, 2025
80dd482
Improve changelog
alex-kulakov Apr 22, 2025
d6f5159
Merge branch 'master' into master-packages-update
alex-kulakov Apr 22, 2025
770a7c7
Fix error after merge
alex-kulakov Apr 23, 2025
e6b0ee3
Exclude not PostgreSql providers from using MinMaxXXXEntity
alex-kulakov Apr 23, 2025
b9a912b
Temporary revert SQLite client library change
alex-kulakov Apr 24, 2025
1b70d5d
Revert SQLite client package downgrade
alex-kulakov Apr 24, 2025
6c36792
Merge branch 'master' into master-packages-update
alex-kulakov Apr 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update log4net package to version 3.0.3
  • Loading branch information
alex-kulakov committed Jan 28, 2025
commit 78ff9d7568b198453e80fcfadc83b9baabeeba4d
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.10" />
<PackageReference Include="log4net" Version="3.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Orm\Xtensive.Orm\Xtensive.Orm.csproj" />
Expand Down