This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The new version fixes some bugs. Improved performance and increased stability of the file cache. Fixed minor bugs in the ORM class and SqlClient. Fixed typos in the documentation. Documentation translated into English.
- Loading branch information
1 parent
f363795
commit f088b31
Showing
97 changed files
with
28,434 additions
and
10,887 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,4 +55,4 @@ | |
|
||
|
||
�������� �������: | ||
https://github.com/alekseynemiro/nemiro.data.dll | ||
http://data.nemiro.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ SYSTEM REQUIREMENTS | |
|
||
|
||
Homepage: | ||
https://github.com/alekseynemiro/nemiro.data.dll | ||
http://data.nemiro.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
NEMIRO.DATA.DLL V2.11.4.126 RELEASE NOTES | ||
|
||
March 30th, 2014 | ||
|
||
The new version fixes some bugs. | ||
Improved performance and increased stability of the file cache. | ||
Fixed minor bugs in the ORM class and SqlClient. | ||
Fixed typos in the documentation. Documentation translated into English. | ||
|
||
Additions | ||
|
||
* In the <CacheCleanupResult> class added <TimeElapsed> property, | ||
which contains execution time of cleanup cache. | ||
|
||
* In the file cache added <BufferAccessTimeout> property, which | ||
allows you to control the buffer timeout. | ||
|
||
* Added possibility of transmitting custom CacheBinder from | ||
the classes: <SqlClient> and <BaseObject>. | ||
|
||
Changes | ||
|
||
* In the <CacheInfo> class names of most properties was lost a <Cache> prefix. | ||
|
||
* Improved search of cache object in the <CacheCollection>. | ||
|
||
* Improved memory buffer in the file cache. | ||
|
||
Fixes | ||
|
||
* Fixed a bug that occurred when calling <PreviousPage> and <NextPage> methods | ||
of the <DataObjectCollection> class. | ||
|
||
* Fixed bug with incorrect parse a connection string when the specified | ||
physical path to a database file. | ||
|
||
* Fixed a bug that could occur when you initialize an instance of | ||
the <SqlClient> class, if the <CachePath> parameter set <null> (Nothing) value. | ||
|
||
* Fixed bug with a SQL-statements building in the <CreateTable> method | ||
of the <BaseObject> class. | ||
|
||
* In the <GetList> method of the <BaseObject> class fixed a bug that | ||
could occur when requesting all data, without pagination. |
Oops, something went wrong.