diff options
author | Erich Eckner <git@eckner.net> | 2018-05-09 09:55:20 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-09 09:55:20 +0200 |
commit | 5b05846de56b19458d7eae4ffa086beb7a6af7d7 (patch) | |
tree | 4b5acf403e0c3504a071ae9a0c83eeed1a66a1bf /lib | |
parent | d9b9a2f81e539357feab0d2cc2e3042c5844294c (diff) | |
download | builder-5b05846de56b19458d7eae4ffa086beb7a6af7d7.tar.xz |
lib/mysql-functions: move TODO to the function where it belongs
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/mysql-functions | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions index 03c73b3..a51ac8c 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -2,9 +2,6 @@ # contains functions used to access mysql db -# TODO: return ids on INSERT/UPDATE queries and use those in subsequent -# queries - # shellcheck disable=SC2016,SC2039,SC2119,SC2120 if [ -z "${base_dir}" ]; then @@ -198,6 +195,8 @@ mysql_add_package_source() { mysql_run_query } +# TODO: return ids on INSERT queries and use those in subsequent queries + # mysql_generate_package_metadata $current_repository $package $git_revision $old_git_revision $mod_git_revision $repository # if sub_pkgrel should be determined automatically # and |