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

fix: add generated property to model properties #622

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

aaqilniz
Copy link
Contributor

@aaqilniz aaqilniz commented Nov 4, 2023

lb4 discover generates buggy code due to the Postgres connector not returning the generated property for columns whether they are generated or not. This PR fixes that.

Checklist

  • DCO (Developer Certificate of Origin) signed in all commits
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • Commit messages are following our guidelines

@aaqilniz aaqilniz force-pushed the fix/return-generated branch 2 times, most recently from f6248d4 to ba16681 Compare November 4, 2023 14:17
@aaqilniz aaqilniz force-pushed the fix/return-generated branch from ba16681 to f6380de Compare November 4, 2023 14:22
@aaqilniz aaqilniz marked this pull request as ready for review November 4, 2023 14:23
@aaqilniz
Copy link
Contributor Author

aaqilniz commented Nov 4, 2023

Hi, @achrinza. Can you please have a look at the PR?

@dhmlau dhmlau requested a review from samarpanB November 6, 2023 15:05
@dhmlau dhmlau merged commit 293dc83 into loopbackio:master Nov 13, 2023
6 checks passed
@aaqilniz aaqilniz deleted the fix/return-generated branch December 1, 2023 17:03
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.

2 participants