Mirv / arma3projectmanagement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

db populating using extdb3

Mirv opened this issue · comments

commented
  • db setup in workbench
  • default timestamp
  • test static files
  • test dynamic inserts

Clean setup into sections

  • call dbConnect.sqf via the serverInit.sqf

  • write a check to decide if we need to call dbConnect.sqf - no, use initServer

  • figure out if we need to pass the extdb3 protocol handle to functions - no need

  • test entire thing

eventhandler

  • setup eventhandler on entitykilled
  • have cfgFunction called from here to do collection & insert

setup cfgFunctions

  • gatherKillInfo
  • handle any zeros?
  • feed to insertqueryformatter
  • call insert query or add to queue