linq2db / linq2db.LINQPad

linq2db.LINQPad is a driver for LINQPad.
MIT License
74 stars 24 forks source link

Fix bug in pluralization code #65

Closed viceroypenguin closed 2 years ago

MaceWindu commented 2 years ago

not sure I understand this change

Anyway, next release probably will use new scaffold framework already

viceroypenguin commented 2 years ago

Current code does not actually pluralize/singularize. The check means it only attempts to add the pluralized/singularized word if it is the same as the original form; if they're different, it uses the original word.

Low-level annoying, but not super urgent - but if it's going to take a while to get the scaffold code out, be nice to have an intermediate version based on 4.1.0 (I'd like openjson as well... :D)

MaceWindu commented 2 years ago

As I'm busy with ClickHouse provider currently, new scaffolder-based linqpad release could take time. If you need this fix - you are welcome to release v4 version based on old scaffold code.