mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
99bcf06c62
Summary: - Order checks used `=` but intended `==`. We could probably write a lint rule for this. - Selecting `*` with a join could pick (for example) `id` columns from both the document and content tables and end up using the wrong one. - `%Q` expects a string and chokes on `null`. Auditors: btrahan |
||
---|---|---|
.. | ||
PhrictionDocumentQuery.php | ||
PhrictionSearchEngine.php | ||
PhrictionTransactionQuery.php |