Socket
Socket
Sign inDemoInstall

mysql-schema

Package Overview
Dependencies
40
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

1.0.0

Diff

allnulled
published 0.0.7 •

allnulled
published 0.0.6 •

Changelog

Source

Version 0.0.6:

  • Fixed ORDER BY clause that was failing in MySQL v.8.0.23.
    • File index.js was changed from:

ORDER BY TABLES.TABLE_SCHEMA ASC, TABLES.TABLE_NAME ASC, COLUMNS.COLUMN_NAME ASC;

- To:
```sql
ORDER BY '$database' ASC, '$table' ASC, '$column' ASC;

Version 1:

  • Fixed MULTIPLE UNIQUE CONSTRAINTS hiding FOREIGN KEYS. (dirty patch but it seemed enough)
allnulled
published 0.0.5 •

allnulled
published 0.0.4 •

allnulled
published 0.0.3 •

allnulled
published 0.0.2 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc