
| RedEnchilada #311508 1 year ago |
I get an error message like this when I use the "ratio=x:x" tags.
Sorry if this is old news. |
| Anonymous #311597 1 year ago |
Looks like they'll need to CAST (:width AS [type]) so the program will know what precision to use for the division operator.
While they're at it, they should put a cast on width or height if they're both stored as integers. Int division is definitely not what you want on aspect ratios (3:4 would round down to 0!). |
| bersl2 #311621 1 year ago |
lolSQL |
| Turin_Aramaia #311930 1 year ago |
so it's you jackasses who are derping Ponibooru! |
| Eco #320097 1 year ago |
Thanks for letting me know about this. Apparently this is why the Shimmie devs still class Postgres support as "beta".
I'll play around with it when I get home. |