Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
rm own post-processing (#289)
Browse files Browse the repository at this point in the history
* rm own post-processing

fixes #288

@gregorwolf @vobu why do you have your own impl?

* Delete post-processing.js
  • Loading branch information
sjvans committed Apr 1, 2022
1 parent 36ad372 commit 50fe613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 251 deletions.
250 changes: 0 additions & 250 deletions lib/pg/data-conversion/post-processing.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/pg/execute.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { createJoinCQNFromExpanded, rawToExpanded, hasExpand } = require('@sap/cds/libx/_runtime/db/expand')
const { sqlFactory } = require('@sap/cds/libx/_runtime/db/sql-builder')
const { PGSelectBuilder, PGResourceBuilder, PGFunctionBuilder, PGExpressionBuilder } = require('./sql-builder')
const { postProcess, getPostProcessMapper } = require('./data-conversion/post-processing')
const { postProcess, getPostProcessMapper } = require('@sap/cds/libx/_runtime/db/data-conversion/post-processing')
const { PG_TYPE_CONVERSION_MAP } = require('./converters/conversion')
const { flattenArray } = require('./utils/deep')
const { remapColumnNames } = require('./utils/columns')
Expand Down

0 comments on commit 50fe613

Please sign in to comment.