You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
A Node.js-based tool for generating Excel files from SQL query results.
4
4
5
-
## v2.1.5-beta(v1.3.5) Highlights
5
+
## v2.1.5 Highlights
6
6
7
7
- DynamicVar DB routing
8
8
-`dynamicVar` now supports `db` (alias of `database`) attribute in XML.
9
9
- Each dynamic variable executes on its specified DB adapter (falls back to default DB when omitted).
10
10
- XML validation update
11
11
-`queryDef` now allows `db` attribute in XML schema validation. Note: current execution still uses sheet-level `db` or global default; `queryDef.db` is for future use/documentation.
12
12
13
-
## v2.1.4-beta(v1.3.4) Highlights
13
+
## v2.1.4(v1.3.4) Highlights
14
14
15
15
- Adapter-level DB connection test queries
16
16
- Added `getTestQuery()` to all DB adapters
@@ -20,7 +20,7 @@ A Node.js-based tool for generating Excel files from SQL query results.
Copy file name to clipboardExpand all lines: USER_MANUAL.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@
19
19
20
20
SQL2Excel is a powerful Node.js-based tool for generating Excel files from SQL query results with advanced styling, template support, and standalone executable distribution.
21
21
22
-
### What's New (v2.1.5-beta, v1.3.5)
22
+
### What's New (v2.1.5, v1.3.5)
23
23
24
24
- DynamicVar DB routing
25
25
- XML `dynamicVar` supports `db` (alias of `database`) attribute
26
26
- Each dynamic variable runs on its specified DB adapter; falls back to default DB if omitted
27
27
- XML validation update
28
28
-`queryDef` accepts `db` in schema validation (execution DB is still determined by sheet `db` or global default)
29
29
30
-
### What's New (v2.1.4-beta, v1.3.4)
30
+
### What's New (v2.1.4, v1.3.4)
31
31
32
32
- Adapter-level DB connection test queries
33
33
- Added `getTestQuery()` to all DB adapters
@@ -37,7 +37,7 @@ SQL2Excel is a powerful Node.js-based tool for generating Excel files from SQL q
0 commit comments