diff --git a/sources/Data/Database/Database.uc b/sources/Data/Database/Database.uc index aa7079d..c51cdc5 100644 --- a/sources/Data/Database/Database.uc +++ b/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. */