TeamSQL / desktop-app

This repository is currently being used for hosting the official issue & bug tracker of TeamSQL Desktop App.
102 stars 6 forks source link

Won't format document. #398

Closed mgrabenstein closed 6 years ago

mgrabenstein commented 6 years ago

OS: Darwin x64 17.7.0 VERSION: 3.4.230

Database Type: Redshift This sql: insert into dateTable select cast( '2018-09-11T15:00:00.000' as timestamp without time zone ) as start_date, cast( '2018-09-11T21:00:00.000' as timestamp without time zone ) as end_date, dateadd( 'month', -3, cast( '2018-09-11T15:00:00.000' as timestamp without time zone ) ) as start_date_lookback;

Will not complete format document.

murtezao commented 6 years ago

Hi @mgrabenstein ,

Thank you for reaching out to us. We’ll fix this known issue with the next update. Also, I notice that you're using 3.4 version of TeamSQL. We released a new version last month (TeamSQL 4.0). You can download from our website. So, please stay tuned!

mgrabenstein commented 6 years ago

Thank you.