cohoe / starrs

System Technology Accounting and Resource Registration Solution
grantcohoe.com/projects/starrs
Other
16 stars 6 forks source link

Range Option Modify #232

Closed cohoe closed 11 years ago

cohoe commented 11 years ago

Fatal error(s): ERROR: column "range" does not exist LINE 3: WHERE "range" = $1 AND "option" = $2 AND "value" = $3 ^ QUERY: UPDATE "dhcp"."range_options" SET value = $5, date_modified = localtimestamp(0), last_modifier = api.get_current_user() WHERE "range" = $1 AND "option" = $2 AND "value" = $3 CONTEXT: PL/pgSQL function "modify_dhcp_range_option" line 20 at EXECUTE statement