question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

QueryFailedError: column cnst.consrc does not exist

See original GitHub issue

Issue 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:closed
  • Created 4 years ago
  • Reactions:15
  • Comments:14

github_iconTop GitHub Comments

39reactions
zishecommented, Dec 9, 2019

@murbanowicz Fixed in 0.2.21, just checked.

38reactions
DanielWarecommented, Aug 15, 2019

Duplicate of issue #4332

I was using Postgres 12. After downgrading Postgres to 11.5 it is working now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found