yayza_
KKysely
•Created by yayza_ on 3/26/2025 in #query-showcase
A pagination helper
lmk if i can make it better.. i'm still learning 🙂
2 replies
Inconsistent Typing of NUMERIC Fields with jsonBuildObject
I recently came a cross this as well , when a property is numeric i have to cast it to text or it will change the value to a number and i lose precision
price: sql<string>
${eb.ref('product.price')}::TEXT,
10 replies