summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2020-07-14 15:48:45 +0200
committerUrban Müller2020-07-14 15:48:45 +0200
commit9c61c7fdccead96d1d934afed0aa937031a1cf0e (patch)
tree4b9ecc2372f654ceb4c7c89b3fbd4962a8a1b6e7
parent66baf45169a903fc18352ae49c1febefd7381fdf (diff)
downloaditools-9c61c7fdccead96d1d934afed0aa937031a1cf0e.tar.gz
itools-9c61c7fdccead96d1d934afed0aa937031a1cf0e.tar.bz2
itools-9c61c7fdccead96d1d934afed0aa937031a1cf0e.zip
document current behaviour
-rw-r--r--it_dbi.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/it_dbi.class b/it_dbi.class
index 7223904..32ae831 100644
--- a/it_dbi.class
+++ b/it_dbi.class
@@ -1041,6 +1041,7 @@ function valid()
/**
* Updates or inserts record
+ * @return false for error, true for insert, number of changed records (can be 0) for update
*/
function upsert($tags)
{