James Gilbert
Results
3
comments of
James Gilbert
Yes, I was going to ask for the same thing. The action I want to perform most often is to copy the URL to the clipboard.
+1 When remote working I tunnel to my institute's HTTP proxy over `ssh` to access internal servers, and I just discovered that DuckDB can't use this mechanism.
We've recently implemented this keyset pagination, in PostgreSQL in our case. It's also known as cursor paging and can be used wherever pagination is sorted by a unique key. You...