azist / azos

A to Z Sky Operating System / Microservice Chassis Framework
MIT License
213 stars 29 forks source link

MONGO MinIDP casts to NumberLong() data which can be stored as int32, consequently logins are denied #856

Closed itadapter closed 1 year ago

itadapter commented 1 year ago

See related G8 issue G8#723. https://github.com/mygreatday/g8/issues/723

itadapter commented 1 year ago

The system uses type-sensitive integer operations like Query.ID_EQ_UInt64(sysId) and works correctly. One should not rely on tools that perform tacit integer data conversion