| Issue 12: | CrpNPCCorporationTrade importer does not import all typeID's | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? mysql> select count(*) from eve_db_crpnpccorporationtrade where corporation_id=1000010; +----------+ | count(*) | +----------+ | 1 | +----------+ sqlite> select count(*) from crpNPCCorporationTrades where corporationID = 1000010; 178 What is the expected output? What do you see instead? The number of rows in the ccp_dump sqlite database and the imported MySQL database should match. |
Owner: AndreFMiller