Skip to content

Commit 3b4cd6f

Browse files
committed
fix: Update CHANGELOG.md date and improve formatting in testing documentation for database compatibility.
1 parent c8c2a17 commit 3b4cd6f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change Log
22

3-
## 0.1.0 July 4, 2025
3+
## 0.1.0 July 8, 2025
44

55
- Initial release

docs/testing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ composer run test
5353

5454
This package supports testing with multiple database systems to ensure compatibility across different environments.
5555

56-
- **MySQL** (8.0, 8.4, latest).
57-
- **Oracle** (23).
58-
- **PostgreSQL** (15, 16, 17) .
59-
- **SQL Server** (2022-latest).
60-
- **SQLite** (default, in-memory) - No setup required.
56+
- **MySQL** (8.0, 8.4, latest)
57+
- **Oracle** (23)
58+
- **PostgreSQL** (15, 16, 17)
59+
- **SQL Server** (2022-latest)
60+
- **SQLite** (default, in-memory) - No setup required
6161

6262
#### Database-Specific Testing
6363

@@ -125,7 +125,7 @@ docker run -d --name pgsql-test \
125125
```shell
126126
docker run -d --name mssql-test \
127127
-e ACCEPT_EULA=Y \
128-
-e SA_PASSWORD=YourStrong!Passw0rd \
128+
-e 'SA_PASSWORD=YourStrong!Passw0rd' \
129129
-e MSSQL_PID=Developer \
130130
-p 1433:1433 \
131131
mcr.microsoft.com/mssql/server:2022-latest

0 commit comments

Comments
 (0)