We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7097696 commit 8d8d2e1Copy full SHA for 8d8d2e1
function/da/chronologybyid.sql
@@ -43,8 +43,8 @@ AS $function$
43
aty.agetype,
44
chr.ageboundolder,
45
chr.ageboundyounger,
46
- chr.agemodel,
47
- chr.notes,
48
- chr.chronologyid,
49
- chr.dateprepared
+ chr.agemodel,
+ chr.notes,
+ chr.chronologyid,
+ chr.dateprepared
50
$function$
function/ts/updatelakeparam.sql
@@ -16,7 +16,7 @@ AS $function$
16
FROM ndb.lakeparameters AS lp
17
WHERE lp.siteid = _siteid
18
GROUP BY lp.lakeparameterid
19
- HAVING lp.lakeparameterid = lakeparameterid);
+ HAVING lp.lakeparameterid = _lakeparameterid);
20
21
/* If nparam is not null, then the LakeParameter is already in Neotoma */
22
0 commit comments