-
I am getting an error when trying to pass a srid to
and the error is
Running the generated query through pgAdmin works correctly, as does using
As I'm fairly new to the library, it's entirely possible I'm missing something. That being the case, I thought I would ask fr help as a discussion before opening a bug report. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Oh, interesting! Thanks for opening up the discussion, it seems like it tries to use another overload, where it expects the projection string. Can you show me the generated SQL? Otherwise, I would need some more time until i can try this out in my test setup. |
Beta Was this translation helpful? Give feedback.
Okay weird, I reproduced this. I don't really see any obvious mistake on our side here, since the raw sql looks perfectly fine.
Seems like we gotta dive a bit deeper under the hood of Laravel for this :(
In any case this is a valid bug, so i will create an issue from this.
We try to get this resolved as soon as possible, but i cannot make any guarantees because im currently busy with uni stuff, might look into it when i get some sparetime in the evenings! Just as a heads up!