浏览代码

Merge branch 'master' of https://github.com/amiramix/goldrush into amiramix-master

amiramix-master
Pedram Nimreezi 11 年前
父节点
当前提交
457e980d60
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/glc_code.erl

+ 1
- 1
src/glc_code.erl 查看文件

@ -299,7 +299,7 @@ field_variable_([]) ->
param_variable(Key) ->
?erl:variable("Param_" ++ integer_to_list(Key)).
%% @private Generate a list of field variable names.
%% @ private Generate a list of field variable names.
%% Walk the query tree and generate a safe variable name string for each field
%% that is accessed by the conditions in the query. Only allow alpha-numeric.
%%-spec field_variables(glc_ops:op()) -> [{atom(), string()}].

正在加载...
取消
保存