mirror of
https://github.com/friendica/friendica
synced 2025-04-30 09:44:22 +02:00
Changed:
- DBA::exists() should only be used for checking if records exists. - if you want to check if a table exists, please ALWAYS use DBStructure::existsTable() instead
This commit is contained in:
parent
cc750d743b
commit
6743de63f5
3 changed files with 2 additions and 6 deletions
|
@ -218,8 +218,8 @@ class DBA
|
|||
/**
|
||||
* Check if data exists
|
||||
*
|
||||
* @param string|array $table Table name or array [schema => table]
|
||||
* @param array $condition array of fields for condition
|
||||
* @param string|array $table Table name or array [schema => table]
|
||||
* @param array $condition array of fields for condition
|
||||
* @return boolean Are there rows for that condition?
|
||||
* @throws \Exception
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue