Oracle: Handle "NULL" as default value #147
Merged
Annotations
10 warnings
|
Build:
src/Migrator/Providers/TransformationProvider.cs#L1909
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
Build:
src/Migrator/Providers/TransformationProvider.cs#L1908
'ColumnProperty.PrimaryKey' is obsolete: 'Use AddPrimaryKey instead.'
|
|
Build:
src/Migrator/Providers/TransformationProvider.cs#L952
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
|
Build:
src/Migrator/Providers/TransformationProvider.cs#L536
'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/TransformationProvider.cs#L534
'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/TransformationProvider.cs#L416
'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