# Vitorm ReleaseLog
fix String.Format not work for EntityConstructorReader issue
userQuery.Select(user => new { name = $"{user.id}{user.fatherId}{user.motherId}" });
fix treat String.Add as Numeric.Add issue
support bool and bool? column mapping
[Vitorm.SqlServer] fix bool type was not supported in database issue (especially in select sentence)
[Vitorm.ClickHouse] fix String.Add null value and cast issue : ifNull( cast( (userFatherId) as Nullable(String) ) , '' )
[Vitorm.Sqlite] fix String.Add null value and cast issue
[Vitorm] new feature to change mapped table and change database for sharding