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
+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
@@ -10,7 +10,7 @@ A Node.js-based tool for generating Excel files from SQL query results.
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(v1.3.4) Highlights
13
+
## v2.1.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.
-**Configuration**: Define multiple DB keys in `config/dbinfo.json` with optional `type` (defaults to `mssql`) and connection fields. See examples above and in “Multi-Database Support (v2.0.0+)”.
462
+
-**Configuration**: Define multiple DB keys in `config/dbinfo.json` with optional `type` (defaults to `mssql`) and connection fields. See examples above and in “Multi-Database Support (v2.0.0-beta+)”.
463
463
-**Runtime DB selection precedence (v2.1.5+)**
464
464
- Default DB key: CLI `--db` > `excel.db`
465
465
- Per sheet: `sheet.db` overrides default DB
466
466
- Dynamic variables: `dynamicVar.database` or `dynamicVar.db` overrides default DB
467
-
-**Mixed-DB usage**: You can query different DBs within a single export. See “Multi-Database Support (v2.0.0+)” for XML/JSON examples.
467
+
-**Mixed-DB usage**: You can query different DBs within a single export. See “Multi-Database Support (v2.0.0-beta+)” for XML/JSON examples.
468
468
-**Connection test**: Validate connectivity before export with `node src/excel-cli.js list-dbs` (dev) or `sql2excel.exe list-dbs` (EXE).
469
469
-**Adapter behavior**: Row limiting and functions are adapted per DB (e.g., MSSQL uses TOP, MySQL/MariaDB use LIMIT).
470
470
@@ -838,7 +838,7 @@ This feature works automatically - no configuration required!
838
838
839
839
## 🎨 Advanced Features
840
840
841
-
### 1. Multi-Database Support (v2.0.0+)
841
+
### 1. Multi-Database Support (v2.0.0-beta+)
842
842
843
843
SQL2Excel now supports multiple database types with a unified interface:
0 commit comments