summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* workaround for participants not including some dataschneefux2017-02-161-9/+9
|
* fail on SQL errorsschneefux2017-02-161-12/+3
|
* 1. using the right table names in SQL. 2. also put in some exception ↵Kapil Viren Ahuja2017-02-165-9/+19
| | | | | | | | handling which spits out the error and moves on instead of exiting (#11) * 1. using the right table names in SQL. 2. also put in some exception handling which spits out the error and moves on instead of exiting * ID in participant table is participant ID. we need a mapping for player ID in Web to get a player's matches.
* Merge pull request #9 from vainglorygame/queries_from_dirKapil Viren Ahuja2017-02-165-50/+129
|\ | | | | Queries from dir
| * load processor queries from sql filesschneefux2017-02-155-89/+97
| |
| * fixed that one typoKapil Viren Ahuja2017-02-141-1/+1
| |
| * changes to web's DB cols - names etc. to sync with Web DB modelKapil Viren Ahuja2017-02-141-22/+11
| |
| * convert samples for each tableschneefux2017-02-131-49/+131
|/
* had to change the name to comply with the docker-setup instructions.kvahuja2017-02-101-8/+8
|
* first sample of match processingschneefux2017-02-092-0/+177