Skip to content

Commit fa659e6

Browse files
extend SQLite support (#9768)
1 parent 46ad3e9 commit fa659e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Almost every modern web application interacts with a database. Laravel makes int
2222
- MariaDB 10.3+ ([Version Policy](https://mariadb.org/about/#maintenance-policy))
2323
- MySQL 5.7+ ([Version Policy](https://en.wikipedia.org/wiki/MySQL#Release_history))
2424
- PostgreSQL 10.0+ ([Version Policy](https://www.postgresql.org/support/versioning/))
25-
- SQLite 3.35.0+
25+
- SQLite 3.26.0+
2626
- SQL Server 2017+ ([Version Policy](https://docs.microsoft.com/en-us/lifecycle/products/?products=sql-server))
2727

2828
</div>

upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@ public function dump(...$args);
205205
### Database
206206

207207
<a name="sqlite-minimum-version"></a>
208-
#### SQLite 3.35.0+
208+
#### SQLite 3.26.0+
209209

210210
**Likelihood Of Impact: High**
211211

212-
If your application is utilizing an SQLite database, SQLite 3.35.0 or greater is required.
212+
If your application is utilizing an SQLite database, SQLite 3.26.0 or greater is required.
213213

214214
<a name="eloquent-model-casts-method"></a>
215215
#### Eloquent Model `casts` Method

0 commit comments

Comments
 (0)