Adriano dos Santos Fernandes

Results 153 comments of Adriano dos Santos Fernandes

I think this is going to cause problems. When external routines are created, engine immediately calls external code, that can interact with existing metadata.

> > I think this is going to cause problems. > > When external routines are created, engine immediately calls external code, that can interact with existing metadata. > >...

> I surely missed the "compilation stage" external calls, could you please point me where it happens? If you put breakpoint in UdrEngine.cpp at ``` IExternalFunction* Engine::makeFunction(ThrowStatusWrapper* status, IExternalContext* context,...

Can we have a tagged version with this change?

Don't this cover your requirements? ``` select list(c) from (select c from t order by n); ```

Is this available for Free Team Orgs? I cannot see it.

@azhu26 you are full of wrong assumptions about how Firebird builds and run. Maybe you should first try to build it in another environment or with another version of ICU.

I tried this inside an archlinux docker container and it worked: ``` docker run -it --rm archlinux bash pacman -Syu pacman -S base-devel git unzip nano git clone https://github.com/FirebirdSQL/firebird.git cd...

Accordingly to https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/ it's expected to have Windows arm64 runners available for open source projects. Then maybe we can do it.

> Any update on this? As time marches on- development (and deployment) on Windows ARM can no longer be deemed an 'exotic' platform. It's the one build variant that is...