mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 00:01:52 +00:00
use @steedos/odata-v4-typeorm
This commit is contained in:
parent
383dfb27ae
commit
255ed1c49a
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ website/node_modules
|
||||
website/i18n/*
|
||||
packages/objectql/test/**/*.db
|
||||
packages/objectql/test/**/*.db-journal
|
||||
packages/odata-v4-typeorm/
|
||||
|
@ -4,7 +4,7 @@ import { createConnection, QueryRunner, EntitySchema, ConnectionOptions } from "
|
||||
import { SteedosQueryOptions, SteedosQueryFilters } from "../types/query";
|
||||
import { SteedosIDType, SteedosObjectType } from "../types";
|
||||
import { formatFiltersToODataQuery } from "@steedos/filters";
|
||||
import { executeQuery } from 'odata-v4-typeorm';
|
||||
import { executeQuery } from '@steedos/odata-v4-typeorm';
|
||||
import { getEntities, getPrimaryKey } from "../typeorm";
|
||||
|
||||
import _ = require("underscore");
|
||||
|
Loading…
Reference in New Issue
Block a user