MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / toRaw

Method toRaw

packages/sql/src/query/NativeQueryBuilder.ts:427–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425 }
426
427 toRaw(): RawQueryFragment {
428 const { sql, params } = this.compile();
429 return raw(sql, params);
430 }
431
432 protected compileSelect() {
433 const wrapCountSubquery = this.needsCountSubquery();

Callers 1

fromMethod · 0.45

Calls 2

compileMethod · 0.95
rawFunction · 0.90

Tested by

no test coverage detected