jordi fita mas
990a614897
Change draft_payment return type to row of payment
...
This way i can use the function in the from clause of the query that
i already had to do to get the totals formatted with to_price. In this
case, i believe it is better to leave out Go’s function because it would
force me to perform two queries.
Instead of binding a nullable string pointer with the payment’s slug,
i wanted to use pgtype’s zeronull.Text type, but it can not work in this
case because it encodes the value as a text, while the parameters is
uuid. I can not use zero.UUID, because it is a [16]byte array, while i
have it in a string.
Thus, had to create my own ZeroNullUUID type that use a string as a base
but encodes it as a UUID.
2024-02-13 19:51:39 +01:00
..
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-11 21:45:00 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-01-16 21:05:52 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-16 01:26:35 +01:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-01-18 21:05:30 +01:00
2024-01-18 21:05:30 +01:00
2024-02-10 06:18:30 +01:00
2024-01-14 02:09:17 +01:00
2024-01-26 22:27:54 +01:00
2024-02-10 06:18:30 +01:00
2024-01-26 22:27:54 +01:00
2024-02-10 06:18:30 +01:00
2024-01-26 22:27:54 +01:00
2023-10-12 17:43:23 +02:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2023-10-13 20:30:31 +02:00
2024-02-10 06:18:30 +01:00
2024-01-22 20:19:19 +01:00
2024-02-11 21:45:00 +01:00
2023-10-06 13:26:01 +02:00
2024-02-11 21:45:00 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2023-08-16 20:15:57 +02:00
2023-08-03 20:21:21 +02:00
2024-01-17 20:28:42 +01:00
2024-01-17 19:42:47 +01:00
2023-08-08 02:22:16 +02:00
2024-01-14 02:09:17 +01:00
2023-07-29 04:25:56 +02:00
2023-10-19 21:37:34 +02:00
2023-10-19 21:37:34 +02:00
2024-01-16 21:05:52 +01:00
2024-01-16 21:05:52 +01:00
2023-07-29 04:25:56 +02:00
2023-10-27 01:52:04 +02:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-02-13 02:38:38 +01:00
2024-02-13 19:51:39 +01:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-11 21:45:00 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-16 01:26:35 +01:00
2023-07-22 01:59:12 +02:00
2023-10-27 01:52:04 +02:00
2023-08-08 02:22:16 +02:00
2024-01-14 02:09:17 +01:00
2023-12-21 21:17:04 +01:00
2023-09-15 01:05:38 +02:00
2024-01-14 02:09:17 +01:00
2024-01-23 11:52:39 +01:00
2024-01-23 11:52:39 +01:00
2023-09-17 03:42:16 +02:00
2023-08-15 22:35:21 +02:00
2023-08-15 22:35:21 +02:00
2023-10-27 01:52:04 +02:00
2023-12-22 02:23:18 +01:00
2024-01-14 02:09:17 +01:00
2023-12-21 21:17:04 +01:00
2024-01-14 02:09:17 +01:00
2023-09-26 19:35:16 +02:00
2023-08-08 02:22:16 +02:00
2023-08-08 02:22:16 +02:00
2023-09-21 01:56:44 +02:00
2024-01-14 02:09:17 +01:00
2023-09-08 20:03:26 +02:00
2024-01-14 02:09:17 +01:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-11 21:45:00 +01:00
2024-02-10 06:18:30 +01:00
2024-01-16 21:05:52 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-16 01:26:35 +01:00
2023-10-27 01:52:04 +02:00
2024-02-12 18:06:17 +01:00
2024-02-12 05:21:00 +01:00
2024-02-13 02:38:38 +01:00
2024-02-12 05:21:00 +01:00
2024-02-12 05:21:00 +01:00
2024-02-12 05:21:00 +01:00
2024-02-13 02:38:38 +01:00
2024-02-12 18:06:17 +01:00
2024-02-13 02:38:38 +01:00
2024-01-14 02:09:17 +01:00
2023-10-27 01:52:04 +02:00
2023-10-27 01:52:04 +02:00
2023-10-27 01:52:04 +02:00
2024-02-13 02:38:38 +01:00
2024-02-13 02:40:02 +01:00
2023-10-27 01:52:04 +02:00
2024-01-14 02:09:17 +01:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-11 21:45:00 +01:00
2024-01-16 21:05:52 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-23 14:53:15 +01:00
2024-01-16 01:26:35 +01:00
2023-07-22 01:59:12 +02:00
2023-07-22 01:59:12 +02:00
2024-01-14 02:09:17 +01:00
2023-10-03 21:14:37 +02:00
2024-01-14 02:09:17 +01:00
2023-09-17 03:42:16 +02:00
2024-01-14 02:09:17 +01:00
2023-09-17 03:42:16 +02:00
2024-01-14 02:09:17 +01:00
2024-02-10 06:18:30 +01:00
2024-02-11 21:45:00 +01:00
2024-02-10 06:18:30 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-23 11:52:39 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-23 14:53:15 +01:00
2024-01-23 14:53:15 +01:00
2024-01-23 14:53:15 +01:00
2024-01-16 01:26:35 +01:00
2024-01-16 01:26:35 +01:00
2023-08-16 20:15:57 +02:00
2023-08-16 20:15:57 +02:00
2023-10-06 13:23:20 +02:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-01-27 22:51:41 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-02-11 21:45:00 +01:00
2024-02-10 06:18:30 +01:00
2024-02-10 06:18:30 +01:00
2024-01-16 21:05:52 +01:00
2024-01-14 02:09:17 +01:00
2024-01-23 11:52:39 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2024-01-23 14:53:15 +01:00
2024-01-16 01:26:35 +01:00
2023-09-25 20:10:33 +02:00
2024-02-10 06:18:30 +01:00
2024-01-14 02:09:17 +01:00
2024-01-14 02:09:17 +01:00
2023-09-26 19:35:16 +02:00
2023-10-27 01:52:04 +02:00