File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## 0.1.0 July 4 , 2025
3+ ## 0.1.0 July 8 , 2025
44
55- Initial release
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ composer run test
5353
5454This 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
126126docker 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
You can’t perform that action at this time.
0 commit comments