( tableName: string, condition: DpcTabularCondition = TRUE, )
| 79 | ); |
| 80 | |
| 81 | export const getWhereCondition = ( |
| 82 | tableName: string, |
| 83 | condition: DpcTabularCondition = TRUE, |
| 84 | ) => |
| 85 | WHERE + |
| 86 | `(${strReplace(condition, TABLE_NAME_PLACEHOLDER, escapeId(tableName))})`; |
no test coverage detected
searching dependent graphs…