Skip to content

Commit dac3682

Browse files
authored
ReadMe file: Important message added
1 parent f642a25 commit dac3682

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ReadMe.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# DataObjects.Net
1+
## :exclamation: Important :exclamation:
2+
We discovered a serious issue connected to entity saving to storage for provider that use batching. Though its appearance is rare, version update is **strongly recommended**.
3+
4+
Minimal versions in which the issue is addressed: [6.0.12](https://github.com/DataObjects-NET/dataobjects-net/releases/tag/6.0.12),
5+
[7.0.4](https://github.com/DataObjects-NET/dataobjects-net/releases/tag/7.0.4),
6+
[7.1.1](https://github.com/DataObjects-NET/dataobjects-net/releases/tag/7.1.1)
7+
8+
The ```master``` branch also has the fix merged (commit ```f642a25```).
9+
10+
If you forked the repository then make sure that this fix will propagate to your fork and branches.
11+
12+
# DataObjects.Net
213

314
DataObjects.Net is a persistence and object-relational mapping framework for the Microsoft .NET. It allows developers to define persistent objects as well as business logic directly in C#, Visual Basic or F#. The persistent objects can be retrieved by LINQ queries. Persistent data can be stored in SQL Servers. In contrast to many other ORM frameworks the database model is generated and maintained automatically.
415

0 commit comments

Comments
 (0)