Framework: upsert function documented but not yet working

Created on 8 Oct 2020  路  2Comments  路  Source: laravel/framework


  • Laravel Version: 8.0
  • PHP Version: 7.2.5
  • Database Driver & Version: mysql

Description:

On the official documentation, an upsert function is documented here but is not yet working. I think it should be removed from documentation or explicitly mention that it is not yet implemented.

Steps To Reproduce:

run DB::table("table name")->upsert([], [], []);

Most helpful comment

Will be released on Tuesday.

All 2 comments

@hamzamogni the new version isn't yet tagged. It will be available as soon as its tagged. Also, the new version would be 8.10 so you'll have to update from 8.0 for you to be able to use it. The docs are for 8.x not 8.0.

Will be released on Tuesday.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Fuzzyma picture Fuzzyma  路  3Comments

Anahkiasen picture Anahkiasen  路  3Comments

digirew picture digirew  路  3Comments

shopblocks picture shopblocks  路  3Comments

iivanov2 picture iivanov2  路  3Comments