PassXml

Results 6 comments of PassXml

so good,because i has more client network mode is NAT 3 ,so hole punching not work . that sad. i think dose client use tcp on lighthouse of if hole...

几个月过去了。。。

> I think what you are looking to try and do is? > > `new QClass().alias("b").select("b.source_id::text")` > > ... but the code in the question uses `::string` in the subquery...

> > So, I’m wondering if I can explicitly specify the type in qclass, or add a type conversion function > > Is this being used in a subquery or...

> Right, so the workaround is to use `eqSubQuery()` passing the subquery as a string like: > > ``` > where().eqSubQuery("sourceId", "select id::text from b") > ``` > > or...

> Cool. > > I'm going to reopen this in that yes we have a decent workaround, and the question now is can we address this case of casting when...