QueryFailedError: column cnst.consrc does not exist
See original GitHub issueIssue type:
[ ] question [x] bug report [ ] feature request [ ] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[ ] mssql
[ ] mysql
/ mariadb
[ ] oracle
[x] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[x] @next
[ ] 0.x.x
(or put your version here)
tried both, the same error
Steps to reproduce or a small repository showing the problem:
When trying to start the app I am getting the following error during the initialization of DB:
"QueryFailedError: column cnst.consrc does not exist"
hint: 'Perhaps you meant to reference the column ' +
'"cnst.conkey" or the column "cnst.conbin".',
Issue Analytics
- State:
- Created 4 years ago
- Reactions:15
- Comments:14
Top Results From Across the Web
UndefinedColumn: ERROR: column con.consrc does not exist ...
Broken master PG::UndefinedColumn: ERROR: column con.consrc does not exist. Multiple jobs are failing with failure related to con.consrc .
Read more >Npgsql exception: Column c.consrc does not exist
I'm using/targetting .NET Framework 4.6 (not .NET Core) with Windows Forms, so the package should be alright, I think. – Rob.
Read more >Unable to start Planet 9 , configured PostgreSQL and restarted ...
QueryFailedError : column cnst.consrc does not exist ... This should have the new typeorm fix and support PostgreSQL v12. 11 March 2020
Read more >typeorm | Yarn - Package Manager
Supports both DataMapper and ActiveRecord (your choice). Entities and columns. Database-specific column types. Entity manager. Repositories and custom ...
Read more >typeorm function uuid_generate_v4() does not exist - You.com
When trying to start the app I am getting the following error during the initialization of DB: "QueryFailedError: column cnst.consrc does not exist"....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@murbanowicz Fixed in
0.2.21
, just checked.Duplicate of issue #4332
I was using Postgres 12. After downgrading Postgres to 11.5 it is working now.