Hakumarachi / SQL_loose_comparison

A list of weird comparison in SQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL loose comparison

A complete table of results of types comparison in mariadb, mysql, postgres, sqlite.

Results

mariadb

mysql

postgres

sqlite

Script usage

To use this script:

python3 -m pip install -r requirements.txt
docker-compose up -d
python3 loose_compare.py

Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.

About

A list of weird comparison in SQL


Languages

Language:Python 100.0%