Go to file
jordi fita mas 79eee41365 Fix update of weather_forecast
The real problem was that i was trying to update the forecast via
pgx.Pool, not the acquired connection, therefore it did not have the
correct role.

I moved everything to a different function where db is not visible in
scope, just to make sure i did not fuck up anywhere else.
2025-01-29 12:07:29 +01:00
cmd Fix update of weather_forecast 2025-01-29 12:07:29 +01:00
debian Add camper-weather to Debian’s camper.install 2025-01-29 10:53:42 +01:00
demo Add season dates for “next year” 2024-11-20 19:43:59 +01:00
deploy Add a weather forecast 2025-01-28 21:37:30 +01:00
pkg Add a weather forecast 2025-01-28 21:37:30 +01:00
po Update translations 2025-01-28 21:40:20 +01:00
revert Add a weather forecast 2025-01-28 21:37:30 +01:00
test Add a weather forecast 2025-01-28 21:37:30 +01:00
verify Add a weather forecast 2025-01-28 21:37:30 +01:00
web Reduce vertical spacing of weather widget 2025-01-29 10:44:47 +01:00
.gitignore Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
Makefile Send an email on notification of success payment 2024-02-13 05:20:35 +01:00
go.mod Add customer and invoices sections 2024-04-28 20:28:45 +02:00
go.sum Add customer and invoices sections 2024-04-28 20:28:45 +02:00
guix.scm Add Guix package definition 2024-01-28 18:12:38 +01:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Add a weather forecast 2025-01-28 21:37:30 +01:00