inventree / inventree-docs

InvenTree documentation
https://docs.inventree.org
MIT License
75 stars 38 forks source link

Add information on required character sets #214

Open SchrodingersGat opened 2 years ago

SchrodingersGat commented 2 years ago

For each db backend (sqlite / postgres / maria / mysql) we should add a note on the required (or recommended) character encoding.

Ref: https://github.com/inventree/InvenTree/issues/2392

matmair commented 2 years ago

For MySQL UTF-8 is a good base choice -> the ordering can be a bit wired with that though. Swedish collation helps with that.

eeintech commented 2 years ago

Not an expert here... Any idea what we are looking for?

matmair commented 2 years ago

@eeintech this is somewhat database specific and very very technical. Not sure how fast this info can be found for systems outside of mysql, maybe we should move this further back? We had an issue with this so this FR was created.

eeintech commented 2 years ago

Should we clear the 0.6.0 milestone in that case?

eeintech commented 2 years ago

Removed