]> git.mxchange.org Git - friendica.git/commit
Changed:
authorRoland Häder <roland@mxchange.org>
Mon, 20 Jun 2022 06:18:53 +0000 (08:18 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 20 Jun 2022 06:20:07 +0000 (08:20 +0200)
commit6743de63f5d0d276d6ee6bfa0d065b7f289f48ac
treefaa38615628dc5d35a616f44f460283ceef223a0
parentcc750d743b9008daf28b1088fbc560a4f7cc2dc0
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
src/Database/DBA.php
tests/src/Database/DBATest.php
tests/src/Database/DBStructureTest.php