Skip to content

Conversation

@davidAtInleague
Copy link
Contributor

I had run into a case where it was emitting invalid sql like

select foo
from bar
for json auto -- invalid position for this, needs to come last
join baz on 1=1

So this is intended to move the for clause into the last position after all the select/from/join/where

I had run into a case where it was emitting invalid sql like
```
select foo
from bar
for json auto -- invalid position for this, needs to come last
join baz on 1=1
```

So this is intended to move the for clause into the last position after all the select/from/join/where
@elpete elpete merged commit cfed85d into coldbox-modules:main Aug 13, 2025
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants