@@ -49,6 +49,7 @@ Your code is tested against every combination of:
4949- SQL Server
5050- H2 (embedded)
5151- Oracle
52+ - SQLite
5253
5354**Total**: ~35 different environment combinations
5455
@@ -59,7 +60,7 @@ strategy:
5960 fail-fast: false
6061 matrix:
6162 cfengine: ["lucee5", "lucee6", "lucee7", "adobe2018", "adobe2021", "adobe2023", "boxlang"]
62- dbengine: ["mysql", "postgres", "sqlserver", "h2", "oracle"]
63+ dbengine: ["mysql", "postgres", "sqlserver", "h2", "oracle", "SQLite" ]
6364` ` `
6465
6566**Exclusions**:
@@ -89,6 +90,7 @@ strategy:
8990| SQL Server | `wheels-sqlserver-1` | 1434→1433 | `wheels-sqlserver:v1.0.2` |
9091| Oracle | `wheels-oracle-1` | 1522→1521 | `gvenzl/oracle-free:23-slim` |
9192| H2 | (embedded) | n/a | Built into CFML engines |
93+ | SQLite | (embedded) | n/a | Built into CFML engines |
9294
9395# # Test Execution Process
9496
@@ -140,7 +142,7 @@ http://localhost:{PORT}/wheels/core/tests?db={DATABASE}&format=json&only=failure
140142` ` `
141143
142144**Parameters**:
143- - `db` : Database type (mysql, postgres, sqlserver, h2, oracle)
145+ - `db` : Database type (mysql, postgres, sqlserver, h2, oracle, sqlite )
144146- `format` : Response format (json)
145147- `only` : Show only failures and errors
146148
0 commit comments