go to post Henrique Dias · Jul 16, 2019 That's a good question :) We can add an issue on GitHub https://github.com/dbeaver/dbeaver
go to post Henrique Dias · Jul 16, 2019 I tried DataGrip in the past, and the software is outstanding. Nowadays I'm using DBeaver Community Edition. It's an alternative to DataGrip, and it's free. DBeaver also has code completion for table/field names and standard SQL syntax.
go to post Henrique Dias · Jan 15, 2019 Hi, Excellent extension ! My personal preference VSCode over Eclipse Atelier. Just one thing. Anyone is editing CSP files using VSCode? How do you deal with syntax highlight for CSP ?
go to post Henrique Dias · May 22, 2018 Hi Sivan, Take a look at this video: https://community.intersystems.com/post/developer-video-week-building-modern-web-applicationsThe video shows how you can create a web application using angular and Caché.
go to post Henrique Dias · Jul 22, 2016 Paul, When the command ^%GSIZE asked if you wanted "All Globals", your aswer was NoAll Globals? No => NoGlobal ^0 globals selected from 187 available globals.So, the command do not selected no globals of your 187 globals.Try to answer Yes instead and look what happens after.
go to post Henrique Dias · Jul 13, 2016 Nice recommendation! Another SQL external client is DataGrip from JetBrains https://www.jetbrains.com/datagrip/The connection method is the exactly the same used in Squirrelsql.The interface and tools are great !DataGrip is a tool that at least worth a try!
go to post Henrique Dias · Jul 11, 2016 If you use the command d ^%GSIZE the result will be something like this: Global Blocks Bytes Used Packing Contig. -------- -------- --------------- ------- ------- Aviation.AircraftD 64 455,452 87 % 62 Aviation.AircraftI 4 27,300 84 % 2 Aviation.Countries 1 4,300 53 % 0 Aviation.CrewI 5 36,824 90 % 3 Aviation.EventD 1,153 6,980,501 74 % 649 Aviation.EventI 3 19,020 78 % 1 Aviation.States 1 820 10 % 0 CacheMsg 6 30,040 61 % 0 Cinema.ReviewD 1 4,012 49 % 0Maybe this command could help you.I hope that helps