-
Notifications
You must be signed in to change notification settings - Fork 119
Fixed sorting by virtual column in PostgreSQL #998
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
base: master
Are you sure you want to change the base?
Conversation
|
@ppetzold ping? |
|
@ppetzold there is also an upstream bug with the abandoned TypeORM for JSON columns, if you merge this PR I can work on a fix in my fork to allow for more JSON column operators. |
ah sorry, missed this one. yep - could you rebase with master? |
192cd95 to
fa90ad3
Compare
|
Ok! Good to go! |
|
@ppetzold It appears Elevantiq has reached an agreement for maintenance of TypeORM with the original maintainers, they've picked up about 1 commit a day on main since January 2025! They've also just merged the PR for this issue! This is great news, so let's wait a bit with switching to my fork, I'll update you if there's more changes. Full announcement here: https://orkhan.gitbook.io/typeorm/docs/future-of-typeorm |
Closes #997 , quick recap: TypeORM is abandoned, I "fixed" this by pulling in my fork as dev dependency. I added a note in the README for users to install my fork to stay up to date with the latest fixes there.