arvanus

Results 115 comments of arvanus

This? ![Image](https://github.com/user-attachments/assets/931614a6-8865-441e-b8b5-7d3afae58e6c)

Not exactly a bug, more to a friendly warning when you are committing the transaction that you have pending dependencies and need to take a look at than.

So, I found the commit https://github.com/mariuz/flamerobin/commit/f5ceb75b34e7e050eaf0f712bcb6fe43573f1c61 > Warn user when he's about to encounter the FB bug CORE-1592 > svn path=/trunk/flamerobin/; revision=1542 > https://firebirdsql.org/en/report-core-dsql-201905/ Fixed CORE-1592 - Altering procedure parameters...

**Steps to reproduce:** 1. Create a trigger `TABLE_NAME_BIUD`. 2. Select its node in the tree. 3. Run the following SQL (which recreates and then drops the trigger): ```sql SET TERM...

Just to inform that the same for https://websocket.org, I simply used a idHTTP and a TIdSSLIOHandlerSocketOpenSSL. `IdHTTP1.Get('https://websocket.org');` and I got: ``` First chance exception at $73E508C2. Exception class EIdOSSLConnectError with...

Great! It worked for me, I don't know how I didn't tested changing it before, I was so focused in the error that forgot to test, thanks! In advance, I`m...

Hello @tester0077 Can you describe your project changes to detect memory leaks? In pascal I use regularly, but was reading for C++ and found to be a little pain to...

[Try latest build ](https://github.com/mariuz/flamerobin/actions/runs/8590332317)

If you go back to 0.9.12, it works fine? Is this a local or remote database, and can you inform approximately how many objects (users, tables, SPs, views, functions....) this...

@baldeuniversel did you were able to reproduce the problem @livius2 have? created a sample database in a remote server, and got no delay ``` set term ` ; execute block...