From 5b05846de56b19458d7eae4ffa086beb7a6af7d7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 9 May 2018 09:55:20 +0200 Subject: lib/mysql-functions: move TODO to the function where it belongs --- lib/mysql-functions | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/mysql-functions') 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 -- cgit v1.2.3-54-g00ecf