Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2] crud does not work with postgresql #525

Merged
merged 6 commits into from
Feb 4, 2022
Merged

Conversation

4fdal
Copy link
Contributor

@4fdal 4fdal commented Jan 31, 2022

No description provided.

@4fdal 4fdal closed this Jan 31, 2022
@4fdal 4fdal reopened this Jan 31, 2022
@4fdal 4fdal linked an issue Jan 31, 2022 that may be closed by this pull request
let addFields = _.filter(dataRows, ["add", 1]);
let editFields = _.filter(dataRows, ["edit", 1]);
let readFields = _.filter(dataRows, ["read", 1]);
// let addFields = _.filter(dataRows, ["add", 1]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just delete unused code

Just use comment to logic explaination

@rizkiheryandi rizkiheryandi merged commit 6de4156 into 2.x Feb 4, 2022
@rizkiheryandi rizkiheryandi deleted the task/v2/fix-postgresql branch February 4, 2022 02:56
@rahmatalmubarak rahmatalmubarak linked an issue Feb 16, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No Add for Crud with Postgresql Crud does not work with postgresql
3 participants