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

Commit f088b31

Browse files
committed
v2.11.4.126
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.
1 parent f363795 commit f088b31

File tree

97 files changed

+28434
-10887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+28434
-10887
lines changed

DB2Class3/DB2Class3.exe

0 Bytes
Binary file not shown.

DB2Class3/User Guide.pdf

-147 Bytes
Binary file not shown.

DB2Class3/en/DB2Class3.resources.dll

0 Bytes
Binary file not shown.

Guide Nemiro.Data (en).chm

638 KB
Binary file not shown.

Guide Nemiro.Data (ru).chm

42.7 KB
Binary file not shown.

Nemiro.Data (ru).XML

+5,940
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Nemiro.Data.XML

+1,377-2,664
Large diffs are not rendered by default.

Nemiro.Data.dll

4 KB
Binary file not shown.

ReadMe (ru).txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555

5656

5757
�������� �������:
58-
https://github.com/alekseynemiro/nemiro.data.dll
58+
http://data.nemiro.net

ReadMe.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ SYSTEM REQUIREMENTS
1313

1414

1515
Homepage:
16-
https://github.com/alekseynemiro/nemiro.data.dll
16+
http://data.nemiro.net

Release Note.txt

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
NEMIRO.DATA.DLL V2.11.4.126 RELEASE NOTES
2+
3+
March 30th, 2014
4+
5+
The new version fixes some bugs.
6+
Improved performance and increased stability of the file cache.
7+
Fixed minor bugs in the ORM class and SqlClient.
8+
Fixed typos in the documentation. Documentation translated into English.
9+
10+
Additions
11+
12+
* In the <CacheCleanupResult> class added <TimeElapsed> property,
13+
which contains execution time of cleanup cache.
14+
15+
* In the file cache added <BufferAccessTimeout> property, which
16+
allows you to control the buffer timeout.
17+
18+
* Added possibility of transmitting custom CacheBinder from
19+
the classes: <SqlClient> and <BaseObject>.
20+
21+
Changes
22+
23+
* In the <CacheInfo> class names of most properties was lost a <Cache> prefix.
24+
25+
* Improved search of cache object in the <CacheCollection>.
26+
27+
* Improved memory buffer in the file cache.
28+
29+
Fixes
30+
31+
* Fixed a bug that occurred when calling <PreviousPage> and <NextPage> methods
32+
of the <DataObjectCollection> class.
33+
34+
* Fixed bug with incorrect parse a connection string when the specified
35+
physical path to a database file.
36+
37+
* Fixed a bug that could occur when you initialize an instance of
38+
the <SqlClient> class, if the <CachePath> parameter set <null> (Nothing) value.
39+
40+
* Fixed bug with a SQL-statements building in the <CreateTable> method
41+
of the <BaseObject> class.
42+
43+
* In the <GetList> method of the <BaseObject> class fixed a bug that
44+
could occur when requesting all data, without pagination.

0 commit comments

Comments
 (0)