Go to file
jordi fita mas 59fe8dd131 Add Go functions for campsite_type PostgreSQL functions
I want these because when there are changes in the signature i then have
to find where it is used, and it is easier to do when the compiler tells
you.

For relations it is less necessary because GoLand knows how to validate
SQL strings for them, but it seems to not work with functions,
apparently due to the lack of the “FROM” keyword.

Besides, it tx.FunctionName(ctx, params...) is shorter than
tx.Exec("select functions_name($1, $2…)", params...).
2023-10-13 12:53:30 +02:00
cmd/camper Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
debian Add the contact page, containing a map with the company location 2023-10-06 21:21:00 +02:00
demo Add the “spiel” for campsite types 2023-10-12 18:47:08 +02:00
deploy Add the “spiel” for campsite types 2023-10-12 18:47:08 +02:00
pkg Add Go functions for campsite_type PostgreSQL functions 2023-10-13 12:53:30 +02:00
po Add the “spiel” for campsite types 2023-10-12 18:47:08 +02:00
revert Add the “spiel” for campsite types 2023-10-12 18:47:08 +02:00
test Add the “spiel” for campsite types 2023-10-12 18:47:08 +02:00
verify Add the “spiel” for campsite types 2023-10-12 18:47:08 +02:00
web Update CKEditor4 from 39.0.1 to 40.0.0 and switch to the classic editor 2023-10-13 10:55:13 +02:00
.gitignore Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
Makefile Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
go.mod Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
go.sum Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Add the carousel for campsite types 2023-10-12 17:43:23 +02:00