File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 6868[main] CompositePreCompiler.Items became readonly field and changed its type to IReadOnlyList<IPreCompiler>
6969[main] SqlCompilerConfiguration's SchemaMapping and DatabaseMapping changed return types to IReadOnlyDictionary<string, string>
7070[main] TypeMappingRegistry.Mappings and .ReverseMappings changed return types to IReadOnlyDictionary<TKey, TValue>
71+ [main] Xtensive.Orm.Services.QueryTranslationResult became read-only structure
72+ [main] Query and ParameterBindings properties of Xtensive.Orm.Services.QueryTranslationResult changed their types and became read-only
73+ [main] SqlTranslator.BuildBatch method changed its parameter from string[] to IReadOnlyList<string>
74+ [main] TypeReference, QueryRequest QueryParameterBinding types became read-only structures
75+ [main] TypeInfoRef, ColumnInfoRef, ColumnGroup and ComparisonRule types became read-only structures
76+ [main] RecordSetHeader constructors changed IEnumerable<T> paremters to IReadOnlyList<T>
77+ [main] ColumnGroupCollection no longer takes IEnumerable<T> as parameter of constructor
78+ [main] ColumnCollection no longer takes IEnumerable<T> as parameter of constructor, only constructor with IReadOnlyList<T> is available now
7179[sqlserver] Microsoft.Data.SqlClient is updated to verson 4.0.0
You can’t perform that action at this time.
0 commit comments