i-van / mysql-emulator

MySQL Emulator
MIT License
11 stars 1 forks source link

Index/Unique implementation #2

Open sokcuri opened 1 year ago

sokcuri commented 1 year ago

It doesn't seem to create a separate index table when creating a table. Should behave appropriately when UNIQUE attributes are set

i-van commented 1 year ago

Yep. mysql-emulator does not fill INFORMATION_SCHEMA at all. It's in my todo list