diff options
author | Urban Müller | 2020-07-14 15:48:45 +0200 |
---|---|---|
committer | Urban Müller | 2020-07-14 15:48:45 +0200 |
commit | 9c61c7fdccead96d1d934afed0aa937031a1cf0e (patch) | |
tree | 4b9ecc2372f654ceb4c7c89b3fbd4962a8a1b6e7 | |
parent | 66baf45169a903fc18352ae49c1febefd7381fdf (diff) | |
download | itools-9c61c7fdccead96d1d934afed0aa937031a1cf0e.tar.gz itools-9c61c7fdccead96d1d934afed0aa937031a1cf0e.tar.bz2 itools-9c61c7fdccead96d1d934afed0aa937031a1cf0e.zip |
document current behaviour
-rw-r--r-- | it_dbi.class | 1 |
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) { |