My favorites | Sign in
Project Home
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 12: CrpNPCCorporationTrade importer does not import all typeID's
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  AndreFMi...@gmail.com
Closed:  May 2010


 
Project Member Reported by AndreFMi...@gmail.com, May 8, 2010
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.


May 8, 2010
Project Member #1 AndreFMi...@gmail.com
Fixed and tested in r58

The creation of new CrpNPCCorporationTrade used the corporation as a unique
identifier and instead of creating new entries just updated the first one every time.

Status: Fixed
Owner: AndreFMiller

Powered by Google Project Hosting