mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
214 stars 66 forks source link

Long freeze at connecting to database #138

Closed arvanus closed 3 years ago

arvanus commented 3 years ago

With new Fb3 merge 82c4fac, the connection freeze at this screen when connecting to an remote DB: image After some seconds, connects normally No idea of what could be @Jdochoa can you test if this occurs to you too? Thanks

Jdochoa commented 3 years ago

works the same, will investigate the problem

Jdochoa commented 3 years ago

Hi @arvanus Fixed at https://github.com/Jdochoa/flamerobin/tree/FB3.

please help me with feedback

arvanus commented 3 years ago

Looks like it worked, just please fix your build, because the new build are using CMake do prepare build environment, so you need do edit CMakeList.txt and add ${SOURCEDIR}/metadata/package.cpp

and


        ${SOURCEDIR}/metadata/constants.h
        ${SOURCEDIR}/metadata/package.h

to its respective places (any doubt I can help you) This way, the build will be successful at Github actions Thanks!

arvanus commented 3 years ago

@Jdochoa can you pull request please? I`ld like to build a new snapshot this year 😃

Jdochoa commented 3 years ago

@Jdochoa can you pull request please? I`ld like to build a new snapshot this year 😃

Today