stimulsoft-data-adapter 2024.3.6 → 2024.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FirebirdAdapter.js +3 -3
- package/MSSQLAdapter.js +3 -3
- package/MongoDBAdapter.js +3 -3
- package/MySQLAdapter.js +3 -3
- package/PostgreSQLAdapter.js +5 -5
- package/index.js +3 -3
- package/package.json +7 -7
package/FirebirdAdapter.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*
|
|
2
2
|
Stimulsoft.Reports.JS
|
|
3
|
-
Version: 2024.
|
|
4
|
-
Build date: 2024.
|
|
3
|
+
Version: 2024.4.2
|
|
4
|
+
Build date: 2024.10.16
|
|
5
5
|
License: https://www.stimulsoft.com/en/licensing/reports
|
|
6
6
|
*/
|
|
7
7
|
exports.process = function (command, onResult) {
|
|
8
8
|
var end = function (result) {
|
|
9
9
|
try {
|
|
10
10
|
if (db) db.detach();
|
|
11
|
-
result.adapterVersion = "2024.
|
|
11
|
+
result.adapterVersion = "2024.4.2";
|
|
12
12
|
onResult(result);
|
|
13
13
|
}
|
|
14
14
|
catch (e) {
|
package/MSSQLAdapter.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*
|
|
2
2
|
Stimulsoft.Reports.JS
|
|
3
|
-
Version: 2024.
|
|
4
|
-
Build date: 2024.
|
|
3
|
+
Version: 2024.4.2
|
|
4
|
+
Build date: 2024.10.16
|
|
5
5
|
License: https://www.stimulsoft.com/en/licensing/reports
|
|
6
6
|
*/
|
|
7
7
|
exports.process = function (command, onResult) {
|
|
8
8
|
var end = function (result) {
|
|
9
9
|
try {
|
|
10
10
|
if (connection) connection.close();
|
|
11
|
-
result.adapterVersion = "2024.
|
|
11
|
+
result.adapterVersion = "2024.4.2";
|
|
12
12
|
onResult(result);
|
|
13
13
|
}
|
|
14
14
|
catch (e) {
|
package/MongoDBAdapter.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
Stimulsoft.Reports.JS
|
|
3
|
-
Version: 2024.
|
|
4
|
-
Build date: 2024.
|
|
3
|
+
Version: 2024.4.2
|
|
4
|
+
Build date: 2024.10.16
|
|
5
5
|
License: https://www.stimulsoft.com/en/licensing/reports
|
|
6
6
|
*/
|
|
7
7
|
exports.process = function (command, onResult) {
|
|
@@ -127,7 +127,7 @@ exports.process = function (command, onResult) {
|
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
client.close();
|
|
130
|
-
result.adapterVersion = "2024.
|
|
130
|
+
result.adapterVersion = "2024.4.2";
|
|
131
131
|
onResult(result);
|
|
132
132
|
});
|
|
133
133
|
}
|
package/MySQLAdapter.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
Stimulsoft.Reports.JS
|
|
3
|
-
Version: 2024.
|
|
4
|
-
Build date: 2024.
|
|
3
|
+
Version: 2024.4.2
|
|
4
|
+
Build date: 2024.10.16
|
|
5
5
|
License: https://www.stimulsoft.com/en/licensing/reports
|
|
6
6
|
*/
|
|
7
7
|
exports.process = function (command, onResult) {
|
|
@@ -13,7 +13,7 @@ exports.process = function (command, onResult) {
|
|
|
13
13
|
catch (e) {
|
|
14
14
|
}
|
|
15
15
|
finally {
|
|
16
|
-
result.adapterVersion = "2024.
|
|
16
|
+
result.adapterVersion = "2024.4.2";
|
|
17
17
|
onResult(result);
|
|
18
18
|
}
|
|
19
19
|
}
|
package/PostgreSQLAdapter.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*
|
|
2
2
|
Stimulsoft.Reports.JS
|
|
3
|
-
Version: 2024.
|
|
4
|
-
Build date: 2024.
|
|
3
|
+
Version: 2024.4.2
|
|
4
|
+
Build date: 2024.10.16
|
|
5
5
|
License: https://www.stimulsoft.com/en/licensing/reports
|
|
6
6
|
*/
|
|
7
7
|
exports.process = function (command, onResult) {
|
|
8
8
|
var end = function (result) {
|
|
9
9
|
try {
|
|
10
10
|
if (client) client.end();
|
|
11
|
-
result.adapterVersion = "2024.
|
|
11
|
+
result.adapterVersion = "2024.4.2";
|
|
12
12
|
onResult(result);
|
|
13
13
|
}
|
|
14
14
|
catch (e) {
|
|
@@ -76,7 +76,7 @@ exports.process = function (command, onResult) {
|
|
|
76
76
|
|
|
77
77
|
case 700: // FLOAT4
|
|
78
78
|
case 701: // FLOAT8
|
|
79
|
-
case
|
|
79
|
+
case 1700: // NUMERIC
|
|
80
80
|
types[columnIndex] = "number"; break;
|
|
81
81
|
|
|
82
82
|
case 702: // ABSTIME
|
|
@@ -113,6 +113,7 @@ exports.process = function (command, onResult) {
|
|
|
113
113
|
case 704: // TINTERVAL
|
|
114
114
|
case 718: // CIRCLE
|
|
115
115
|
case 774: // MACADDR8
|
|
116
|
+
case 790: // MONEY
|
|
116
117
|
case 829: // MACADDR
|
|
117
118
|
case 869: // INET
|
|
118
119
|
case 1033: // ACLITEM
|
|
@@ -121,7 +122,6 @@ exports.process = function (command, onResult) {
|
|
|
121
122
|
case 1186: // INTERVAL
|
|
122
123
|
case 1560: // BIT
|
|
123
124
|
case 1562: // VARBIT
|
|
124
|
-
case 1700: // NUMERIC
|
|
125
125
|
case 1790: // REFCURSOR
|
|
126
126
|
case 2202: // REGPROCEDURE
|
|
127
127
|
case 2203: // REGOPER
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
Stimulsoft.Reports.JS
|
|
3
|
-
Version: 2024.
|
|
4
|
-
Build date: 2024.
|
|
3
|
+
Version: 2024.4.2
|
|
4
|
+
Build date: 2024.10.16
|
|
5
5
|
License: https://www.stimulsoft.com/en/licensing/reports
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -75,7 +75,7 @@ function getResponse(result) {
|
|
|
75
75
|
return result
|
|
76
76
|
}
|
|
77
77
|
function onProcess(onResult, encryptData, result) {
|
|
78
|
-
result.handlerVersion = "2024.
|
|
78
|
+
result.handlerVersion = "2024.4.2";
|
|
79
79
|
result.checkVersion = true;
|
|
80
80
|
result.encryptData = encryptData;
|
|
81
81
|
onResult(result);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stimulsoft-data-adapter",
|
|
3
|
-
"version": "2024.
|
|
3
|
+
"version": "2024.4.2",
|
|
4
4
|
"description": "Nodejs data adapter for Stimulsoft Reports.JS",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"url": "https://github.com/stimulsoft/DataAdapters.JS/tree/main/NodejsDataAdapters"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"mongodb": "^6.
|
|
14
|
+
"mongodb": "^6.9.0",
|
|
15
15
|
"mssql": "^11.0.1",
|
|
16
|
-
"mysql2": "^3.
|
|
17
|
-
"node-firebird": "^1.1.
|
|
18
|
-
"oracledb": "^6.
|
|
19
|
-
"pg": "^8.
|
|
20
|
-
"tzdata": "^1.0.
|
|
16
|
+
"mysql2": "^3.11.3",
|
|
17
|
+
"node-firebird": "^1.1.9",
|
|
18
|
+
"oracledb": "^6.6.0",
|
|
19
|
+
"pg": "^8.13.0",
|
|
20
|
+
"tzdata": "^1.0.42"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"package.json",
|