Oracle Identity: Replace trigger by Generated by #142
Merged
Annotations
10 warnings
|
Build:
src/Migrator/Providers/ColumnPropertiesMapper.cs#L191
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
Build:
src/Migrator/Providers/ColumnPropertiesMapper.cs#L172
'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.'
|
|
Build:
src/Migrator/Providers/ColumnPropertiesMapper.cs#L120
'ColumnProperty.Indexed' is obsolete: 'Use method 'AddIndex''
|
|
Build:
src/Migrator/Providers/ColumnPropertiesMapper.cs#L83
'ColumnProperty.Indexed' is obsolete: 'Use method 'AddIndex''
|
|
Build:
src/Migrator/Framework/Column.cs#L189
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
Build:
src/Migrator/Framework/Column.cs#L189
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
Build:
src/Migrator/Providers/Impl/SQLite/SQLiteTransformationProvider.cs#L896
Obsolete member 'SQLiteTransformationProvider.AddTable(string, string, string)' overrides non-obsolete member 'TransformationProvider.AddTable(string, string, string)'
|
|
Build:
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.
|
|
Build:
src/Migrator/Framework/ColumnProperty.cs#L70
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
Build:
src/Migrator/Framework/ColumnProperty.cs#L65
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
Loading