https://github.com/illuminate/database
Name Target Message Date
HEAD 185985a Merge branch '11.x' # Conflicts: # CHANGELOG.md # src/Illuminate/Foundation/Application.php 27 May 2024, 15:49:16 UTC
refs/heads/10.x c57f5c8 Revert " Change ssl: broken pipe to broken pipe (#51388)" (#51399) This reverts commit 8059bea88f78e431659f6adc982e31e0475d17bc. 13 May 2024, 17:20:36 UTC
refs/heads/11.x c3bd851 [11.x] Allow callback to be passed to `updateOrInsert()` to pass different `$values` if the record already exists (#51566) * allow a callback to be passed to `updateOrInsert()` to pass different `$values` if the record already exists * follow Laravel codestyle * update method signature to add parameter type hinting 30 May 2024, 14:38:32 UTC
refs/heads/4.0 41ce559 Fix command bug. 03 December 2013, 02:09:00 UTC
refs/heads/4.1 1ad336e Backport an eloquent model fix 09 July 2014, 17:49:22 UTC
refs/heads/4.2 5bdc4cc Merge pull request #7079 from bryceray1121/forceRelationQueryWithNoScopes [4.2] Ignore parent global scopes when relation grabs its parent's query builder in order to avoid loop 11 February 2015, 20:10:47 UTC
refs/heads/5.0 e8933b4 Merge pull request #8859 from lukasgeiter/fix-self-relation-table-prefix [5.0] Fix has() on self referencing relationship with table prefix 02 June 2015, 13:39:10 UTC
refs/heads/5.1 b58906f Apply fixes from StyleCI (#21965) 05 November 2017, 20:38:30 UTC
refs/heads/5.2 d92dcf2 Apply fixes from StyleCI (#24151) 08 May 2018, 19:43:26 UTC
refs/heads/5.3 cdceca7 Update SoftDeletingScope.php (#22858) Fix for PHP 7.2 backported from 5.5 branch 19 January 2018, 13:47:22 UTC
refs/heads/5.4 7df5170 Apply fixes from StyleCI (#22344) 07 December 2017, 13:59:34 UTC
refs/heads/5.5 97b9f72 Apply fixes from StyleCI (#28864) 17 June 2019, 09:27:32 UTC
refs/heads/5.6 47775e2 Apply fixes from StyleCI (#29062) 03 July 2019, 17:39:03 UTC
refs/heads/5.7 9c9aec5 Apply fixes from StyleCI (#29061) 03 July 2019, 17:28:05 UTC
refs/heads/5.8 ac9ae2d add multipolygonz type for postgreSQL (#30173) 03 October 2019, 16:22:57 UTC
refs/heads/6.x 8eb6281 [6.x] Fix for dropping columns when using MSSQL as database (#39905) 06 December 2021, 14:14:42 UTC
refs/heads/7.x e26b023 [7.x] Fixes database offset value with non numbers (#39656) * Fixes database offset value with non numbers (#37164) * Apply fixes from StyleCI Co-authored-by: Nuno Maduro <enunomaduro@gmail.com> Co-authored-by: Taylor Otwell <taylorotwell@users.noreply.github.com> 17 November 2021, 15:00:14 UTC
refs/heads/8.x f6f1645 CS fixes 11 June 2023, 21:11:10 UTC
refs/heads/9.x 93cfc8e CS fixes 11 June 2023, 21:17:10 UTC
refs/heads/master 185985a Merge branch '11.x' # Conflicts: # CHANGELOG.md # src/Illuminate/Foundation/Application.php 27 May 2024, 15:49:16 UTC
refs/tags/5.3 b57e7c6 Merge branch '5.2' into 5.3 26 July 2016, 02:22:39 UTC
refs/tags/5.7.17 3594b0c Improve comments (#26804) 11 December 2018, 14:08:37 UTC
refs/tags/5.7.18 3594b0c Improve comments (#26804) 11 December 2018, 14:08:37 UTC
refs/tags/5.7.19 8df1a4c [5.7] Reset doctrineConnection property on Database/Connection when reconnecting (#26890) * Reset doctrineConnection on reconnect Database/Connection * Reset doctrineConnection on reconnect Database/Connection (fix for spacing before return statement) * Reset doctrineConnection on reconnect Database/Connection (fix for spacing before return statement) 18 December 2018, 13:43:55 UTC
refs/tags/v1.0.0 496f948 work on eager loading. 05 July 2012, 21:49:42 UTC
refs/tags/v1.1.0 b491891 added enum support. 04 December 2012, 01:30:57 UTC
refs/tags/v1.1.1 50eb3a7 tweak interfaces. 05 December 2012, 20:02:04 UTC
refs/tags/v10.0.0 8afc626 fix conflicts 14 February 2023, 15:00:37 UTC
refs/tags/v10.0.1 9d72ed5 [10.x] Correct comments on model handleMissingAttributeViolationUsing (#46135) 16 February 2023, 15:35:54 UTC
refs/tags/v10.0.2 7d51c19 chore: remove unused exception variable (#46144) 16 February 2023, 18:46:24 UTC
refs/tags/v10.0.3 7d51c19 chore: remove unused exception variable (#46144) 16 February 2023, 18:46:24 UTC
refs/tags/v10.1.0 7657244 Use InteractsWithDictionary in Eloquent collection (#46196) This improves the behaviour of database collections when using non-scalar primary keys by using the same dictionary behaviour used elsewhere. 21 February 2023, 11:37:46 UTC
refs/tags/v10.1.1 7657244 Use InteractsWithDictionary in Eloquent collection (#46196) This improves the behaviour of database collections when using non-scalar primary keys by using the same dictionary behaviour used elsewhere. 21 February 2023, 11:37:46 UTC
refs/tags/v10.1.2 7657244 Use InteractsWithDictionary in Eloquent collection (#46196) This improves the behaviour of database collections when using non-scalar primary keys by using the same dictionary behaviour used elsewhere. 21 February 2023, 11:37:46 UTC
refs/tags/v10.1.3 bc43f30 wip 22 February 2023, 12:49:48 UTC
refs/tags/v10.1.4 00acad3 version 22 February 2023, 14:38:35 UTC
refs/tags/v10.1.5 782940a [10.x] Remove autoload dumping from make:migration (#46215) * Removes composer autoload generation from make:migration commands * wip * wip * Deprecates composer property 23 February 2023, 18:43:10 UTC
refs/tags/v10.10.0 c92747e [10.x] Add 'hashed' cast (#46947) * Add 'hashed' cast * Fix linting issues 04 May 2023, 15:27:41 UTC
refs/tags/v10.10.1 d8abc89 [10.x] add expression to DB table doctype (#47004) * [10.x] add expression to DB table doctype When using DB::raw(), the parameter type is `Illuminate\Contracts\Database\Query\Expression` * Update Connection.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com> 10 May 2023, 00:14:56 UTC
refs/tags/v10.11.0 b995b32 unify logic around cursor paginate (#47094) 15 May 2023, 14:54:52 UTC
refs/tags/v10.12.0 cd8e990 [10.x] Add `forceCreateQuietly` method (#47162) * Add forceCreateQuietly method * Pass default value * Update Builder.php * Update HasOneOrMany.php * Update MorphMany.php --------- Co-authored-by: Volodya Khurshudyan <volodya.khurshudyan@softconstruct.com> Co-authored-by: Taylor Otwell <taylor@laravel.com> 23 May 2023, 17:43:24 UTC
refs/tags/v10.13.0 5ea6630 Merge branch '9.x' into 10.x 29 May 2023, 15:22:45 UTC
refs/tags/v10.13.1 c5ff4dc [10.x] Database Expressions that are conditions (#47210) * expressions that form a complete condition * style-ci * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com> 30 May 2023, 21:33:10 UTC
refs/tags/v10.13.2 6bcaea8 avoid duplicates in fillable/guarded on merge (#47351) 05 June 2023, 12:47:27 UTC
refs/tags/v10.13.3 adc3e9a [10.x] Add getForeignKeyFrom method (#47378) * [10.x] Add getForeignKeyFrom method * fix comment 08 June 2023, 13:45:57 UTC
refs/tags/v10.13.5 adc3e9a [10.x] Add getForeignKeyFrom method (#47378) * [10.x] Add getForeignKeyFrom method * fix comment 08 June 2023, 13:45:57 UTC
refs/tags/v10.14.0 0bdd76e [10.x] Update doc in Eloquent model (#47562) 25 June 2023, 14:36:40 UTC
refs/tags/v10.14.1 0bdd76e [10.x] Update doc in Eloquent model (#47562) 25 June 2023, 14:36:40 UTC
refs/tags/v10.15.0 f40768c [10.x] Dispatch model pruning started and ended events (#47669) * fire start/end events * test events * style ci * formatting * fix method --------- Co-authored-by: Taylor Otwell <taylor@laravel.com> 08 July 2023, 21:13:43 UTC
refs/tags/v10.16.0 2d4d2c0 [10.x] Revert 47763 fix sql server (#47792) * Revert "Fix sql server paging problems (#47763)" This reverts commit 53b02b3c1d926c095cccca06883a35a5c6729773. * Removed unused functions * Re-enabled sql server workflow 24 July 2023, 14:38:25 UTC
refs/tags/v10.16.1 2d4d2c0 [10.x] Revert 47763 fix sql server (#47792) * Revert "Fix sql server paging problems (#47763)" This reverts commit 53b02b3c1d926c095cccca06883a35a5c6729773. * Removed unused functions * Re-enabled sql server workflow 24 July 2023, 14:38:25 UTC
refs/tags/v10.17.0 099b307 Update Factory.php (#47920) 01 August 2023, 13:53:21 UTC
refs/tags/v10.17.1 099b307 Update Factory.php (#47920) 01 August 2023, 13:53:21 UTC
refs/tags/v10.18.0 a52129b Allow empty port in psql schema dump (#47988) Co-authored-by: Marc-Etienne Barrut <marc-etienne.barrut@axxone.fr> 08 August 2023, 14:15:49 UTC
refs/tags/v10.19.0 cb73580 createMany & createManyQuietly add count argument (#48048) 14 August 2023, 14:50:08 UTC
refs/tags/v10.2.0 851046b Remove obsolete function_exists('enum_exists') calls (#46319) 02 March 2023, 14:29:55 UTC
refs/tags/v10.20.0 10b3518 [10.x] Support providing subquery as value to `where` builder method (#48116) * Add failing test * Allow $value to be query builder 21 August 2023, 21:08:22 UTC
refs/tags/v10.21.0 d15f10d Revert "Merge pull request #48228 from FrazerFlanagan/remove-unneeded-static-array-ret-type-from-db-eloquent-builder-get" This reverts commit 86b76dcefc85f8b02b86a292cd3ae5d40472892b, reversing changes made to c779c11e266371524ef72092179187ad66a8e796. 29 August 2023, 13:06:25 UTC
refs/tags/v10.21.1 4151134 [10.x] BelongsToMany Docblock Improvements (#48282) Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> 04 September 2023, 14:22:40 UTC
refs/tags/v10.22.0 4151134 [10.x] BelongsToMany Docblock Improvements (#48282) Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> 04 September 2023, 14:22:40 UTC
refs/tags/v10.23.0 4151134 [10.x] BelongsToMany Docblock Improvements (#48282) Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> 04 September 2023, 14:22:40 UTC
refs/tags/v10.23.1 4151134 [10.x] BelongsToMany Docblock Improvements (#48282) Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> 04 September 2023, 14:22:40 UTC
refs/tags/v10.24.0 dbf15dc [10.x] Get value attribute when default value is an enum (#48452) * feat: get value attribute when default value is an enum * Update Grammar.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com> 19 September 2023, 14:11:01 UTC
refs/tags/v10.25.0 8d95c8d [10.x] Adds the `firstOrCreate` and `createOrFirst` methods to the `HasManyThrough` relation (#48541) * Test firstOrCreate on HasManyThrough relation * Add the firstOrCreate method in the HasManyThrough relation to avoid select * issue * Invert the if statement on the firstOrCreate method * Adds tests for the firstOrCreate when model doesn't exist * Test createOrFirst on HasManyThrough relations with existing models * Fix the createOrFirst also happening the regression test from the updateOrCreate * Wraps the create part of the createOrFirst in a savepoint if needed * Fix comment * Adds the not is_null in the guard if statement 26 September 2023, 13:41:08 UTC
refs/tags/v10.25.1 a0ca938 [10.x] Use the dedicated key getters in BelongsTo (#48509) * [10.x] Use the dedicated key getters in BelongsTo * fix method call * Update tests * fix style ci 26 September 2023, 21:52:54 UTC
refs/tags/v10.25.2 137d49f Apply fixes from StyleCI 27 September 2023, 01:38:52 UTC
refs/tags/v10.26.0 f3be980 Hint query builder closures (#48562) 02 October 2023, 18:33:10 UTC
refs/tags/v10.26.1 f3be980 Hint query builder closures (#48562) 02 October 2023, 18:33:10 UTC
refs/tags/v10.26.2 f3be980 Hint query builder closures (#48562) 02 October 2023, 18:33:10 UTC
refs/tags/v10.27.0 ef935c9 [10.x] Implement chunkById in descending order (#48666) * Implement chunkById in descending order * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com> 09 October 2023, 14:49:26 UTC
refs/tags/v10.28.0 7b82234 Fixed issue: Added a call to the getValue method (#48652) * Fixed issue: Added a call to the getValue method. Without this, raw SQL queries in conditions throw an exception. * Added check to prevent call on types other than Expression * Added new test cases for the modified method * Refactored the variable names * Fixed a StyleCI issue * Update Grammar.php --------- Co-authored-by: Bojan Lozo <bojanlo@maestralsolutions.com> Co-authored-by: Taylor Otwell <taylor@laravel.com> 09 October 2023, 18:36:56 UTC
refs/tags/v10.29.0 bfe1d2b Correct phpdoc for Grammar::setConnection (#48779) 20 October 2023, 10:10:54 UTC
refs/tags/v10.3.0 dbff41a FIX on CanBeOneOfMany trait giving erroneous results (#46309) * Add test to pinpoint the dysfunction * FIX CanBeOneOfMany.php * FIX test on raw sql 06 March 2023, 19:57:42 UTC
refs/tags/v10.3.1 dbff41a FIX on CanBeOneOfMany trait giving erroneous results (#46309) * Add test to pinpoint the dysfunction * FIX CanBeOneOfMany.php * FIX test on raw sql 06 March 2023, 19:57:42 UTC
refs/tags/v10.3.2 d3c9449 Revert "FIX on CanBeOneOfMany trait giving erroneous results (#46309)" (#46402) This reverts commit 494a417e41c9fb0bb8716d8398ddf53f3618a579. 08 March 2023, 15:48:16 UTC
refs/tags/v10.3.3 a001088 Revert "[10.x] allow override of the Builder `paginate()` total (#46336)" (#46406) This reverts commit df0135bcba14b442bb62f48d5a627445a349c141. 09 March 2023, 14:00:22 UTC
refs/tags/v10.30.0 1cd72b9 [10.x] Throw exception when trying to escape array for database connection (#48836) * Throw error when trying to escape array * Add tests to test escaping array throwing exception * Update Connection.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com> 30 October 2023, 14:29:38 UTC
refs/tags/v10.30.1 1cd72b9 [10.x] Throw exception when trying to escape array for database connection (#48836) * Throw error when trying to escape array * Add tests to test escaping array throwing exception * Update Connection.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com> 30 October 2023, 14:29:38 UTC
refs/tags/v10.31.0 ceb58d1 [10.x] Fix whereHasMorph() with nullable morphs (#48903) * Support nullable morphs in whereHasMorph() * Expand the whereHasMorph with nullable morph by using a sub condition * Support nullable morphs in whereDoesntHaveMorph and orWhereHasMorph * Fix testOrWhereHasMorphWithWildcardAndOnlyNullMorphTypes so there are no morph types in the database 03 November 2023, 13:08:47 UTC
refs/tags/v10.32.0 0c78194 fix: support expression in computed/virtual/stored columns (#48976) 13 November 2023, 16:39:12 UTC
refs/tags/v10.32.1 0c78194 fix: support expression in computed/virtual/stored columns (#48976) 13 November 2023, 16:39:12 UTC
refs/tags/v10.33.0 8cebe81 dont show milliseconds with decimals (#49014) 15 November 2023, 19:02:12 UTC
refs/tags/v10.34.0 0a6c86f Fix `MorphTo::associate()` PHPDoc parameter (#49162) 28 November 2023, 14:31:58 UTC
refs/tags/v10.34.1 0a6c86f Fix `MorphTo::associate()` PHPDoc parameter (#49162) 28 November 2023, 14:31:58 UTC
refs/tags/v10.34.2 0a6c86f Fix `MorphTo::associate()` PHPDoc parameter (#49162) 28 November 2023, 14:31:58 UTC
refs/tags/v10.35.0 3368e28 [10.x] Determine if the given view exists. (#49231) * add `Schema::hasView()` * override `Schema::hasTable()` on SQL Server * add a test * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com> 04 December 2023, 22:26:42 UTC
refs/tags/v10.36.0 0edc7e0 [10.x] Get foreign keys of a table (#49264) * get foreign keys * fix tests * fix tests * fix tests * fix tests 11 December 2023, 19:31:00 UTC
refs/tags/v10.37.1 2cce84c [10.x] Get user-defined types on PostgreSQL (#49303) * get user defined types * wip * fix tests * fix tests * wip * fix tests 12 December 2023, 16:36:26 UTC
refs/tags/v10.37.2 dff792e [10.x] Exclude extension types on PostgreSQL when retrieving types (#49358) * exclude extension types * also exclude implicit extension types 13 December 2023, 12:12:40 UTC
refs/tags/v10.37.3 dff792e [10.x] Exclude extension types on PostgreSQL when retrieving types (#49358) * exclude extension types * also exclude implicit extension types 13 December 2023, 12:12:40 UTC
refs/tags/v10.38.0 aa45f12 [10.x] Improve schema builder `getColumns()` method (#49416) * wip * fix tests * wip 18 December 2023, 15:43:11 UTC
refs/tags/v10.38.1 55b4633 Revert "[10.x] Drop the primary key if it exists when adding a new primary key (#49392)" (#49448) This reverts commit be24812761ab23deaea9b8fe1b28933589e89a07. 20 December 2023, 14:23:33 UTC
refs/tags/v10.38.2 f014850 [10.x] Add `conflict` for `doctrine/dbal` to `illuminate/database` (#49456) Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> 21 December 2023, 01:49:42 UTC
refs/tags/v10.39.0 f014850 [10.x] Add `conflict` for `doctrine/dbal` to `illuminate/database` (#49456) Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> 21 December 2023, 01:49:42 UTC
refs/tags/v10.4.0 7d9461c Revert Code fixes & consistency (#46500) 17 March 2023, 13:33:11 UTC
refs/tags/v10.4.1 7d9461c Revert Code fixes & consistency (#46500) 17 March 2023, 13:33:11 UTC
refs/tags/v10.40.0 d41a5b7 [10.x] Ability to establish connection without using Config Repository (#49527) * Ability to establish connection without using Config Repository * StyleCI * Update src/Illuminate/Database/DatabaseManager.php Co-authored-by: Dries Vints <dries@vints.be> * FQN * FQN * FQN on tests as well * FQN * formatting --------- Co-authored-by: Dries Vints <dries@vints.be> Co-authored-by: Taylor Otwell <taylor@laravel.com> 07 January 2024, 15:44:56 UTC
refs/tags/v10.41.0 f7a7d35 Revert "[10.x] Improve numeric comparison for custom casts" (#49702) 16 January 2024, 14:41:20 UTC
refs/tags/v10.42.0 f7a7d35 Revert "[10.x] Improve numeric comparison for custom casts" (#49702) 16 January 2024, 14:41:20 UTC
refs/tags/v10.43.0 a98f7b9 [10.x] Fix expressions in with-functions doing aggregates (#49912) * support expression in with-functions doing aggregates * apply Laravel docblock rules * typo 30 January 2024, 15:46:52 UTC
back to top