Browse Source

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

amiramix-master
Pedram Nimreezi 11 years ago
parent
commit
457e980d60
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/glc_code.erl

+ 1
- 1
src/glc_code.erl View File

@ -299,7 +299,7 @@ field_variable_([]) ->
param_variable(Key) -> param_variable(Key) ->
?erl:variable("Param_" ++ integer_to_list(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 %% 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. %% that is accessed by the conditions in the query. Only allow alpha-numeric.
%%-spec field_variables(glc_ops:op()) -> [{atom(), string()}]. %%-spec field_variables(glc_ops:op()) -> [{atom(), string()}].

Loading…
Cancel
Save