HVF / franchise

🍟 a notebook sql client. what you get when have a lot of sequels.
https://franchise.cloud
MIT License
4.01k stars 262 forks source link

postgres interval type not supported #80

Open zx80 opened 4 years ago

zx80 commented 4 years ago

Pg INTERVAL type is not supported when displaying a value.

On SELECT INTERVAL '1 hour'; it shows [object Object] in the display area, instead of say 1 hour.

Note that dates are ok. It should be enough to simply extract the string representation, which is always available with postgres.