Skip to content

Commit

Permalink
Merge pull request #1740 from Prestaworks/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodemski authored Oct 31, 2023
2 parents 3e8c535 + 04e5855 commit f8ed664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/components/database/db.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The result is a boolean whose state indicates if the request was properly execut
: If false, PrestaShop's cache management is disabled during this query. Do not change this parameter unless you knew exactly what you are doing.

`$type`
: If you wish to change the insertion, this parameter can take the following constants: `Db::INSERT`, `Db::INSERT_IGNORE` or `Db::REPLACE`.
: If you wish to change the insertion, this parameter can take the following constants: `Db::INSERT`, `Db::INSERT_IGNORE`, `Db::REPLACE` or `Db::ON_DUPLICATE_KEY`.

`$add_prefix`
: If false, table prefix will not be automatically added to the table name.
Expand Down

0 comments on commit f8ed664

Please sign in to comment.