Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
v2.11.4.126
Browse files Browse the repository at this point in the history
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
alekseynemiro committed Mar 30, 2014
1 parent f363795 commit f088b31
Show file tree
Hide file tree
Showing 97 changed files with 28,434 additions and 10,887 deletions.
Binary file modified DB2Class3/DB2Class3.exe
Binary file not shown.
Binary file modified DB2Class3/User Guide.pdf
Binary file not shown.
Binary file modified DB2Class3/en/DB2Class3.resources.dll
Binary file not shown.
Binary file added Guide Nemiro.Data (en).chm
Binary file not shown.
Binary file modified Guide Nemiro.Data (ru).chm
Binary file not shown.
5,940 changes: 5,940 additions & 0 deletions Nemiro.Data (ru).XML

Large diffs are not rendered by default.

4,041 changes: 1,377 additions & 2,664 deletions Nemiro.Data.XML

Large diffs are not rendered by default.

Binary file modified Nemiro.Data.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion ReadMe (ru).txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@


�������� �������:
https://github.com/alekseynemiro/nemiro.data.dll
http://data.nemiro.net
2 changes: 1 addition & 1 deletion ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ SYSTEM REQUIREMENTS


Homepage:
https://github.com/alekseynemiro/nemiro.data.dll
http://data.nemiro.net
44 changes: 44 additions & 0 deletions Release Note.txt
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.
Loading

0 comments on commit f088b31

Please sign in to comment.