Override GetColumnContentSize for Postgre SQL #99
Annotations
10 warnings
|
src/Migrator/Providers/Impl/SQLite/SQLiteColumnPropertiesMapper.cs#L42
'SQLiteColumnPropertiesMapper.AddValueIfSelected(Column, ColumnProperty, ICollection<string>)' hides inherited member 'ColumnPropertiesMapper.AddValueIfSelected(Column, ColumnProperty, ICollection<string>)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L1195
'ColumnProperty.Unique' is obsolete: 'Use method 'AddUniqueConstraint' instead. This is marked being obsolete since you cannot add a name for the constraint which makes it difficult to remove the constraint again.'
|
|
src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L1004
'ColumnProperty.Unique' is obsolete: 'Use method 'AddUniqueConstraint' instead. This is marked being obsolete since you cannot add a name for the constraint which makes it difficult to remove the constraint again.'
|
|
src/Migrator/Providers/Impl/PostgreSQL/PostgreSQLTransformationProvider.cs#L177
'ColumnProperty.Unique' is obsolete: 'Use method 'AddUniqueConstraint' instead. This is marked being obsolete since you cannot add a name for the constraint which makes it difficult to remove the constraint again.'
|
|
src/Migrator/Providers/Impl/PostgreSQL/PostgreSQLTransformationProvider.cs#L175
'ColumnProperty.Unique' is obsolete: 'Use method 'AddUniqueConstraint' instead. This is marked being obsolete since you cannot add a name for the constraint which makes it difficult to remove the constraint again.'
|
|
src/Migrator/Providers/TransformationProvider.cs#L539
'ColumnProperty.Unique' is obsolete: 'Use method 'AddUniqueConstraint' instead. This is marked being obsolete since you cannot add a name for the constraint which makes it difficult to remove the constraint again.'
|
|
src/Migrator/Providers/TransformationProvider.cs#L537
'ColumnProperty.Unique' is obsolete: 'Use method 'AddUniqueConstraint' instead. This is marked being obsolete since you cannot add a name for the constraint which makes it difficult to remove the constraint again.'
|
|
src/Migrator/Providers/Dialect.cs#L23
'ColumnProperty.Unique' is obsolete: 'Use method 'AddUniqueConstraint' instead. This is marked being obsolete since you cannot add a name for the constraint which makes it difficult to remove the constraint again.'
|
|
src/Migrator/Providers/ColumnPropertiesMapper.cs#L173
'ColumnProperty.Unique' is obsolete: 'Use method 'AddUniqueConstraint' instead. This is marked being obsolete since you cannot add a name for the constraint which makes it difficult to remove the constraint again.'
|
|
src/Migrator/Providers/Impl/SQLite/SQLiteColumnPropertiesMapper.cs#L42
'SQLiteColumnPropertiesMapper.AddValueIfSelected(Column, ColumnProperty, ICollection<string>)' hides inherited member 'ColumnPropertiesMapper.AddValueIfSelected(Column, ColumnProperty, ICollection<string>)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
The logs for this run have expired and are no longer available.
Loading