@benoit strange, this is working (no exception, ruby 3.2.2, ar 7.0.4.3), what is the minimal query which bug ? :
ActiveRecord::Base.connection.execute("with foo as (select 1 as
id), bar as (select 2 as id) select * from foo left join bar on foo.id = bar.id
").to_a

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
Benoit

@gmonserand Yes for me too. But still I am seing weird issue like mentionned in the comment. I think it is somewhere else. I will keep the inital comment updated. :)

0
1y
Replies