index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-05-04 13:20:36 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-04 13:20:36 +0200 |
commit | 3bfee019dfc23b768e4b9cc9c6f0228fadd9d9e1 (patch) | |
tree | 21d7f82d4110897a752200ab564d3123a7039282 | |
parent | 191f125d5352072a983d406c5f5be55acb3c7105 (diff) |
-rwxr-xr-x | lib/mysql-functions | 3 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index b9e1f1f..1b63093 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -2,6 +2,9 @@ # contains functions used to access mysql db +# TODO: return ids on INSERT/UPDATE queries and use those in subsequent +# queries + # shellcheck disable=SC2016,SC2039 if [ -z "${base_dir}" ]; then |