found_something=false; found_something=true; architectures="any i486 i686 pentium4" if ! ${found_something}; then >&2 echo "Some variable was not found in the database."; exit 1; fi; found_something=false; found_something=true; architecture_ids__any=1 found_something=true; architecture_ids__i486=3 found_something=true; architecture_ids__i686=2 found_something=true; architecture_ids__pentium4=4 if ! ${found_something}; then >&2 echo "Some variable was not found in the database."; exit 1; fi; found_something=false; found_something=true; non_any_architecture_ids=2,3,4 if ! ${found_something}; then >&2 echo "Some variable was not found in the database."; exit 1; fi; found_something=false;