summaryrefslogtreecommitdiff
path: root/queries
Commit message (Collapse)AuthorAgeFilesLines
* fixing last bit of model (refactoring phase 1) (#19)Kapil Viren Ahuja2017-02-252-5/+5
|
* update queries to work with vainsocial.com#developschneefux2017-02-202-4/+4
|
* process partitions concurrentlyschneefux2017-02-204-4/+4
|
* change to how the FK are managed in EORMkvahuja2017-02-191-1/+1
|
* match to roster relationshipkvahuja2017-02-191-1/+4
|
* refactoring as part of https://github.com/vainglorygame/vainsocial.com/issues/17kvahuja2017-02-183-46/+28
|
* match and roster tables refactoredkvahuja2017-02-172-12/+23
|
* refactored to adapt to changes in Web's DB model.Kapil Viren Ahuja2017-02-171-10/+4
| | | | | this will only work with branch - https://github.com/vainglorygame/vainsocial.com/tree/features/db-model-refactoring
* workaround for participants not including some dataschneefux2017-02-161-9/+9
|
* 1. using the right table names in SQL. 2. also put in some exception ↵Kapil Viren Ahuja2017-02-164-5/+6
| | | | | | | | 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.
* load processor queries from sql filesschneefux2017-02-154-0/+84