Fixed a bug where the row row would get reported as the last row processed in all the database insert and update methods. Fixed a bug where the NewRow would get set as dirty if an ad special row was renamed with no members in it. Sales table compression and database methods tested and working.
This commit is contained in:
@@ -58,7 +58,7 @@ namespace AdvertsingProfitControl
|
||||
/// <returns>The rows that have been added to the database.</returns>
|
||||
public Dictionary<int, int> GetRowCollection()
|
||||
{
|
||||
return _rowIds ?? new Dictionary<int, int>();
|
||||
return _rowIds;
|
||||
}
|
||||
/// <summary>
|
||||
/// Sets an error message.
|
||||
|
||||
Reference in New Issue
Block a user