Socket
Socket
Sign inDemoInstall

mariadb-mysql-kbs

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mariadb-mysql-kbs

An index of the MariaDB and MySQL Knowledge bases


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
1.28 MB
Created
Weekly downloads
 

Changelog

Source

[v1.2.14]

Changed

  • 4e0db1e update: 🤖 Some updates 🤖
  • 1a00fee update: [MariaDB] updates
  • 61dabb8 update: [MariaDB] updates
  • 4191cc3 update: [MariaDB] && [MySQL] updates
  • 45f9a5b update: [MariaDB] updates
  • 90cd023 update: [MariaDB] updates
  • 949efc5 update: [MariaDB] updates
  • d05a0f4 update: [MariaDB] && [MySQL] updates
  • a637d2e update: [MySQL] updates
  • ff1fc4c update: [MariaDB] updates
  • 128a3b6 update: [MariaDB] updates
  • 3ae4a1f update: [MariaDB] updates
  • f4ff905 update: [MariaDB] updates
  • e4f6a92 update: [MariaDB] updates
  • 6cb972f update: [MySQL] updates
  • a4adf6d update: [MariaDB] updates
  • dbb0cab update: [MariaDB] && [MySQL] updates
  • f85d339 update: [MySQL] updates
  • 2425f11 update: [MariaDB] updates
  • e77b759 update: [MariaDB] updates
  • 84e651d update: [MySQL] updates
  • 10d5cf7 update: [MySQL] updates
  • 115a407 update: [MariaDB] updates
  • 8a3fc60 update: [MySQL] updates
  • d9a691c update: [MariaDB] updates
  • 0642bd1 update: [MariaDB] && [MySQL] updates
  • f53bc86 update: [MariaDB] && [MySQL] updates
  • 8ed4c82 update: [MariaDB] && [MySQL] updates
  • 7bef047 update: [MySQL] updates
  • ce74236 update: [MariaDB] updates
  • ad65873 update: [MySQL] updates
  • ad4583d update: [MySQL] updates
  • 54fbf31 update: [MariaDB] && [MySQL] updates
  • 5104adb update: [MariaDB] updates

Fixed

  • 42567a2 fix: --allow-empty for commits that are already made (maybe)
  • eda616e fix: broken data links
  • e6e8f99 fix: remove keywords
  • 3d0a42f fix: do not allow all default values to use the first <code> tag
  • 0f2b9ad fix: better implement default and key name handling
  • a8e944e fix: improve range and type detection
  • 35f2c28 fix: also detect properly data type with a comment
  • 7f6c3a7 fix: also handle "type" for data type
  • 62102a7 fix: skip serialize if Range is empty
  • d6ca996 fix: drop useless data from mysql options list at MariaDB

Improvements

  • 5221f25 style: remove non used import
  • 8c29dca style: apply wdes/coding-standard 3.2 changes

Features

  • ab411c2 feat: implement some more small quirks to support more data
  • 9087cdc feat: support "Range - 64 bit" and "Default Value - 64 bit"
  • 648d431 feat: implement --dataset on the CLI and cleanup the CLI
  • c834981 feat: implement is_removed for mariadb variables
  • 668ece2 feat: implement back finding type by description
  • e870390 feat: implement more cases to handle range data
  • 5e62fb5 feat: implement has_description
  • 4e5d00f feat: implement back "upwards" on Range
  • f2573fd feat: implement mariadb parsing
  • 7b57a5c feat: better implement back the searching for the anchor
  • 94c3137 feat: handle floats and write all mysql files and use LF instead of CRLF
  • 3ea756d feat: implement writing files
  • 17f8046 feat: implement serializing data and more options
  • e1c850a feat: implement more fields of the struct
  • 31d57b3 feat: support rust cargo
  • a3d4c9b feat: add a type to files
  • 5cca3f5 feat: add new MariaDB documentations
  • ea189ee feat: add missing URLs for MariaDB data
  • f0a41ac feat: add a script to find missing MariaDB data
  • 9389b9a feat: add sql-error-log-plugin for MariaDB
  • bd99d8d feat: add allow-plugins to composer.json

Documentation

  • 2c6d0cf docs: update CHANGELOG.md
  • 9a5f284 docs: replace LGTM.com that will shut-down in december by rust-reportcard.xuri.me
  • 0160852 docs: fix some phpdocs that are nullable
  • 833ab62 docs: update my website link
  • a800a45 docs: drop non working dependency badge

Others

  • 1179505 chore: exclude test files from composer archive
  • b2fced3 ci: add flags to codecov config and threshold
  • 4ef6f98 chore: drop non used PHP commented out code
  • 7ec1649 ci: add codecov.yml config
  • 7cb1d91 chore: bump to rc2
  • 2b6276b chore: remove a useless comment
  • 14ba5cd ci: report coverage in a different way
  • b1e6617 ci: fix set-output deprecation
  • 514dc35 ci: make some CIs run on file changes and not always
  • dca1c9b chore: upgrade js dependencies and remove crawler
  • 7cea6f2 chore: exclude src/rust and Cargo.{toml,lock}
  • 7303b5b ci: limit Rust CIs to changed files in src/rust
  • 223edb4 ci: fixup cron
  • 952ab6e ci: build
  • 0441d2f chore: move parser test to .rs
  • 7f60823 chore: update test case 4 to remove a specific case that does not exist anymore, add tests, and implement a missing syntax
  • 3c3a23e chore: remove non used commented code
  • f83060a ci: remove non necessary grov config
  • da5c7d7 ci: cache cargo binaries and install grcov from cargo
  • bbc82fe chore: ignore new coverage files
  • 25fecb1 ci: remove verbose on codecov
  • 3972cfc ci: fix dedupe workflows
  • 0614775 ci: add missing component and fix bash commands
  • 7475be1 ci: manually use grcov
  • c2fd0f5 ci: add cancel in progress workflow
  • ce45275 ci: add debug step
  • 8a8dad9 ci: remove filter: covered
  • b4786c7 ci: try to fixup cargo flags
  • e5bd8cd ci: add Rust code coverage
  • d95e54f ci: add a workflow to build and test Rust code
  • aa239fa chore: update editorconfig for 2 spaces for data files
  • 627ce21 chore: re-implement most of the MySQL parser
  • 057a5d6 chore: rustify the mysql.rs file
  • 3340ac8 chore: move mysql.js to mysql.rs
  • 2c61433 chore: re-build cleaner.js to Rust
  • 2393ada chore: move cleaner.rs to Rust code
  • 71d6974 chore: move JS code into Rust code
  • fe2e067 chore: refurbish the Rust implementation from 2 years ago
  • c4660a9 chore: only publish necessary dist files on NPM
  • adf3ae4 chore: move variables from data to data/variables
  • 1d4d52a ci: add permissions on workflows
  • 56d5b4d ci: bump sudo-bot/action-pull-request-lock to v1.1.0
  • 094c0b4 ci: bump sudo-bot/action-pull-request-merge to v1.2.0
  • 6db6be0 chore: also resolve documentation URLs for better final matches
  • 766014b chore: require node 14
  • 5bf9152 ci: use node 18
  • ef24a6d ci: change the node versions we test
  • d942dd6 chore: bump all packages
  • c9d0d2b chore: drop dependabot
  • 0794398 chore: bump actions/setup-node to v3
  • 8a2ef6e ci: upgrade to actions/checkout@v3
  • aef8c79 chore: improve coding standard config
  • 9368b22 chore: improve composer commands
  • c189c7a ci: bump actions cache to v3

Readme

Source

An index of the MariaDB and MySQL Knowledge bases

Actions Status Actions Status Codacy Badge codecov License Latest Stable Version npm version Known Vulnerabilities Rust Report Card

API doc

In this respository you can find some data from knowledge bases

Raw extracted data : /data/

Merged data : /dist/

Merged data

  • JSON format (raw, slim, ultraslim)
  • PHP format (ultraslim)

Update the data

cargo run --release extract
composer run build

Install

composer require williamdes/mariadb-mysql-kbs
npm install --save mariadb-mysql-kbs
yarn add mariadb-mysql-kbs

Packaging status

Packaging status

Keywords

FAQs

Last updated on 06 Dec 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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