Guilherme dos Santos Souza Júnior

Results 9 comments of Guilherme dos Santos Souza Júnior

Using PDO it works: ![Screenshot from 2023-06-09 08-59-06](https://github.com/harrygulliford/laravel-firebird/assets/66959217/7132f882-ee6a-424d-9b9f-6a7ae55ed879) ![Screenshot from 2023-06-09 09-00-14](https://github.com/harrygulliford/laravel-firebird/assets/66959217/097d7fdf-eb6f-4e8d-856e-7a92db4ec93b)

Update: Using whereRaw worked. Will keep using it for now but curious as to why it doesn't work with where, maybe something when the params are bind? I tried looking...

Same here, have a project to fix but can't even build...

I'm having something similar when job starts the default connection is set to tenant the tenant connection with null host

> Hi @gssj85, I remember your ticket from last year. Did you start working on a PR? Nah man I would like to but I don't even know where to...

Thanks man, sent you a message on Twitter (X)

> Hi @gssj85, The first step would be to add support for Firebird to the underlying CTE package: https://github.com/staudenmeir/laravel-cte > > Are you using https://github.com/harrygulliford/laravel-firebird to connect to Firebird? Thanks...

> What part of the package would you like to use with Firebird? [Trees](https://github.com/staudenmeir/laravel-adjacency-list?tab=readme-ov-file#trees-one-parent-per-node-one-to-many) or [graphs](https://github.com/staudenmeir/laravel-adjacency-list?tab=readme-ov-file#graphs-multiple-parents-per-node-many-to-many)? I did implement "manually" the tree functionality I needed, the crucial logic I got...

Nice, thank you. Unfortunatelly I'm on Laravel 9 still so no CTE to me hehe but I think we will be upgrading the project to 10 or 11 "soon". =)