Nika Jukić

Results 10 comments of Nika Jukić

I think this could be a similar issue like #1119. I had the same problems where a table with alias in `join` wasn't properly referenced in `where` part.

Thanks! 😄 I'm not promising anything, but I'll try to propose a solution soon 😄

@greena13 @Marahin I've opened a PR that follows suggested idea. I've tested it thoroughly on a project I'm currently working on and we haven't had any issues with this solution.

Thanks for your comments and suggestions 👍 I think the best solution is the one @greena13 provided, with setting a default `client_id_prefix` to `nil` and checking if it's defined. I...

@greena13 @choosen sorry for the late response and feature update. I've applied the changes you wanted: - renamed client_id_prefix to ignore_ids_with_prefix - set default value for ignore_ids_with_prefix config to nil...

@uncoverd @vr4b4c please leave your review

@vr4b4c @uncoverd please do a final round of review before we merge this.