Added a temporary form to convert the old database format. Updated the row parsing engine to handle ad special rows more effectively. Fixed a few bugs with the parsing engine not flagging member rows as dirty. Upped the character limit of the ad item and supplier columns.
This commit is contained in:
@@ -109,6 +109,12 @@
|
||||
<Compile Include="ApplicationColors.cs" />
|
||||
<Compile Include="DbTableWriterStatus.cs" />
|
||||
<Compile Include="DbWriterStatus.cs" />
|
||||
<Compile Include="DebugDatabaseConverter.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DebugDatabaseConverter.Designer.cs">
|
||||
<DependentUpon>DebugDatabaseConverter.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Holiday.cs" />
|
||||
<Compile Include="NewModifyRecord.cs">
|
||||
<SubType>Form</SubType>
|
||||
@@ -176,6 +182,9 @@
|
||||
<Compile Include="RowParsing.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="DebugDatabaseConverter.resx">
|
||||
<DependentUpon>DebugDatabaseConverter.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmAddRecord.resx">
|
||||
<DependentUpon>FrmAddRecord.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user