Empire resources in XML dumps

* Added dump view for empire resources

* Added empire resource information storage class and associated row
mapper

* Integrated empire resource information into the summary generator
This commit is contained in:
Emmanuel BENOîT 2012-01-19 09:35:12 +01:00
parent ce6d86d344
commit 9b346a80c2
9 changed files with 542 additions and 15 deletions
legacyworlds-server-data/db-structure/tests/user/040-functions/200-bugs

View file

@ -0,0 +1,11 @@
/*
* Test privileges on bugs.dump_emp_resources_view
*/
BEGIN;
SELECT plan( 1 );
SELECT diag_test_name( 'bugs.dump_emp_resources_view - Privileges' );
SELECT lives_ok( 'SELECT * FROM bugs.dump_emp_resources_view' );
SELECT * FROM finish( );
ROLLBACK;