webyog / sqlyog-community

Webyog provides monitoring and management tools for open source relational databases. We develop easy-to-use MySQL client tools for performance tuning and database management. Webyog's solutions include SQL Diagnostic Manager for MySQL performance optimization and SQLyog for MySQL administration. More than 35,000 companies (including Amazon, IBM, Salesforce, AT&T, eBay, and GE) and 2.5 million users rely on Webyog's solutions to provide valuable insights into their databases. Webyog is an Idera, Inc. company.
https://webyog.com/
GNU General Public License v2.0
2.16k stars 318 forks source link

Supporting newly added datatypes in MariaDB #2328

Open sibwy opened 11 months ago

sibwy commented 11 months ago

There have been a few dataypes newly added in MariaDB v10.x which need to be updated in SQLyog. Below are the details,

INET4 (introduced in MariaDB 10.10.0) INET6 (introduced in MariaDB 10.5.0) UUID (introduced in MariaDB 10.7.0)

The user request can be found in SF >> 01011856

kl3sk commented 9 months ago

At least a way to "read" binary.

I'm using Ulid through Symfony/Doctrine2

Here what I see image

SendiMyrkr commented 5 months ago

Something new about this? I would really appreciate this.