Hi, all. Really enjoying honeysql, thanks to @seancorfield for the great work. Does anyone have any info on this issue? I'm using honey with PG and the extension. When trying to insert, I get "Execution error (AssertionError) at honeysql.format/seq->sql (format.cljc:385). Assert failed: Alias should have two parts["Genre A"]". "Genre A" is a string in a vector (in this example, the only string). For example: {:id "1" :genres ["Genre A"]}. The key is for a PG text array column. I also tried this outside of the PG extension and get the same assertion error. My searches for this or related issues haven't worked. Any ideas?
@frankiecheezoli That sounds like a bug in HoneySQL. Can you create an issue with enough details for me to repro? I'm a bit surprised it's a path that attempts to turn values into SQL rather than just using them as plain values.
@seancorfield Thanks for the feedback, I'll do that.