1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications/phriction/query
epriestley 99bcf06c62 Fix minor issues with PhrictionDocumentQuery
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
2014-11-11 18:49:53 -08:00
..
PhrictionDocumentQuery.php Fix minor issues with PhrictionDocumentQuery 2014-11-11 18:49:53 -08:00
PhrictionSearchEngine.php Phriction - sever remaining project ties 2014-11-07 22:34:06 -08:00
PhrictionTransactionQuery.php Phriction - start the move towards transactions and an editor 2014-10-30 08:59:21 -07:00