Skip to content

Tags: illuminate/database

Tags

v10.48.20

Toggle v10.48.20's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: prevent casting empty string to array from triggering json error…

… (#52415)

v11.20.0

Toggle v11.20.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch '10.x' into 11.x

# Conflicts:
#	CHANGELOG.md
#	src/Illuminate/Database/Eloquent/Factories/Factory.php
#	src/Illuminate/Database/MySqlConnection.php
#	src/Illuminate/Database/Query/Processors/MySqlProcessor.php
#	src/Illuminate/Foundation/Application.php

v10.48.19

Toggle v10.48.19's commit message
[10.x] Fix callable argument type (#52335)

v11.19.0

Toggle v11.19.0's commit message
Apply fixes from StyleCI

v10.48.18

Toggle v10.48.18's commit message
[10.x] Fix runPaginationCountQuery not working properly for union que…

…ries (#52314)

* Fix runPaginationCountQuery not working properly for union queries

* Added tests

v11.18.1

Toggle v11.18.1's commit message
[11.x] Apply relation constraitns on upsert (#52239)

* [11.x] Apply relation constraitns on upsert

* tests

* Update MorphOneOrMany.php

---------

Co-authored-by: Taylor Otwell <[email protected]>

v11.18.0

Toggle v11.18.0's commit message
[11.x] Fix SQLite schema dumps missing most tables (#52275)

* Update test to make sure all expected tables are present in dump

* Fix removal of sqlite internal tables

v11.17.0

Toggle v11.17.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
wip

v10.48.17

Toggle v10.48.17's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Backport #51615 (#52215)

Co-authored-by: Hafez Divandari <[email protected]>

v11.16.0

Toggle v11.16.0's commit message
[11.x] Fix dumping migrations table with schema or prefixed name (#52…

…098)

* fix dump with schema and prefixed migrations table

* formatting

---------

Co-authored-by: Taylor Otwell <[email protected]>