Files
mailpit/internal
Ralph Slooten 5107ce0191 Fix: Use float64 for returned SQL value types for rqlite compatibility (#520)
The goqlite library is designed to be flexible and does not make assumptions about the types of JSON values returned from rqlite, using the type `any` for variables. When a numeric value is received in the response, the `any` type does not specify a numeric type, leading Go to default to using `float64`.
2025-06-14 11:52:11 +12:00
..
2025-05-30 11:03:30 +12:00
2024-10-12 15:20:11 +13:00
2024-10-12 15:20:11 +13:00
2024-10-12 15:20:11 +13:00