Browse Source

Fix in-code documentation of `ReadData`

pull/8/head
Anton Tarasenko 3 years ago
parent
commit
ee6c3084e9
  1. 2
      sources/Data/Database/Database.uc

2
sources/Data/Database/Database.uc

@ -84,7 +84,7 @@ enum DBQueryResult
* It must be deallocated once no longer needed.
* * Possible `DBQueryResult` types are `DBR_Success`,
* `DBR_InvalidPointer` and `DBR_InvalidDatabase`;
* * `data != none` iff `result == DBR_Success`;//TODO: JSON null???
* * `data` is guaranteed to be `none` if `result != DBR_Success`;
* * `DBR_InvalidPointer` can be produced if either `pointer == none` or
* it does not point at any existing value inside the caller database.
*/

Loading…
Cancel
Save