Searched refs:constraintsToQueryPrefix (Results 1 – 2 of 2) sorted by relevance
15 import {constraintsToQueryPrefix, constraintsToQuerySuffix} from './sql_utils';23 expect(normalize(constraintsToQueryPrefix({}))).toEqual('');29 constraintsToQueryPrefix({39 constraintsToQueryPrefix({
44 export function constraintsToQueryPrefix(c: SQLConstraints): string { function