(table, col string)
| 23 | // Helpers commonly used by dialects |
| 24 | Quote(s string) |
| 25 | ColWithTable(table, col string) |
| 26 | RenderJSONFields(sel *qcode.Select) |
| 27 | IsTableMutated(table string) bool |
| 28 | RenderExp(ti sdata.DBTable, ex *qcode.Exp) |
no outgoing calls
no test coverage detected