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.

`Error caching database model. Unknown table 'check_constraints' in information_schema` when view ER Diagram of database in mariaDB 10.1

See original GitHub issue

System information:

  • Operating system (distribution) and version: win10
  • DBeaver version: 7.1.3 x64
  • Additional extensions

Connection specification:

  • Database name and version: mariaDB 10.1.x
  • Driver name: org.mariadb.jdbc:mariadb-java-client: 2.4.3
  • Do you use tunnels or proxies (SSH, SOCKS, etc)? : No

Describe the problem you’re observing:

Error caching database model. Unknown table ‘check_constraints’ in information_schema

Seems something new in #6069, and maybe some db version checks is still missing

Steps to reproduce, if exist:

  1. Open an database conn with mariaDB 10.1.x;
  2. Choose any database, and press F4(View Database);
  3. Switch to ER Diagram tab(, and press F5(Refresh) if it’s already opened before);
  4. See the error window;

Include any warning/errors/backtraces from the logs

No related logs can be found.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
yyjdeletecommented, Aug 3, 2020

@kseniiaguzeeva Verified it’s fixed in 7.1.4

0reactions
LonwoLonwocommented, Aug 14, 2020

@RastaTaz probably fixed in other tiket https://github.com/dbeaver/dbeaver/issues/9450 in version 7.1.5 version 7.1.5 you can find here https://dbeaver.io/files/ea/

Read more comments on GitHub >

github_iconTop Results From Across the Web

SQL Error [1109] [42S02]: (conn=1154) Unknown table ...
SQL Error [1109] [42S02]: (conn=1154) Unknown table 'CHECK_CONSTRAINTS' in information_schema #9450. Closed.
Read more >
Information Schema CHECK_CONSTRAINTS Table - MariaDB
The Information Schema CHECK_CONSTRAINTS table stores metadata about the constraints defined for tables in all databases. It contains the following columns: ...
Read more >
List table check constraints in MariaDB database - Dataedo
Useful SQL queries for MariaDB to explore database schema. ... The query below lists table check constraints.
Read more >
dbForge Studio for MySQL History - Devart
Fixed an issue with data modification in tables with an INVISIBLE column in the ... Error in Database Diagram when opening a .dbd...
Read more >
Red Hat Integration 2020-Q2 Data Virtualization Reference
Virtualization. For example, what is a virtual database? What is a model? and so forth. For more information, see the Teiid Basics.
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