pdyc
pdyc
If we had cookies for sesssion instead of token than this would become simpler to solve?
> are you using absolute or relative paths in those vars? Does it look like one of these issues? I am using absolute paths > Which version of hof are...
yes this is not issue with template rather it is issue with PK not getting detected. It impacts all sqlite databases as PK will not be detected. In my code...
I did bit of digging and it looks like the sql generated by xo is not matching with that of schema however json of schema generated by xo is identifying...
Ok, i removed the comments and result is still the same. Offtopic is there a way to go back to previous version or i need to rebuild the code myself?...
fyi sqlite pragma table_info() indicates if the field is pk. May be this can be used in addition to the current heuristic that is getting used to identify the primary...
Thanks for this, i hit the same issue with pgx v5 and postgres 14. This fixed it for me.
can we merge this?
If i understand correctly i don't need dataloader with this, right?
Thanks for responding i have few more suggestions for improvement, please think about them as well. i think since we are using react-aria it would be better to use https://react-spectrum.adobe.com/internationalized/date/DateFormatter.html...