{
  "type": "File",
  "start": 0,
  "end": 11513,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 335,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 11513,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 335,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 15,
        "end": 52,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 37
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 21,
            "end": 51,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 36
              }
            },
            "id": {
              "type": "Identifier",
              "start": 21,
              "end": 26,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 6
                },
                "end": {
                  "line": 3,
                  "column": 11
                },
                "identifierName": "Utils"
              },
              "name": "Utils"
            },
            "init": {
              "type": "CallExpression",
              "start": 29,
              "end": 51,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 14
                },
                "end": {
                  "line": 3,
                  "column": 36
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 29,
                "end": 36,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 14
                  },
                  "end": {
                    "line": 3,
                    "column": 21
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 37,
                  "end": 50,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 22
                    },
                    "end": {
                      "line": 3,
                      "column": 35
                    }
                  },
                  "extra": {
                    "rawValue": "../../utils",
                    "raw": "'../../utils'"
                  },
                  "value": "../../utils"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 53,
        "end": 111,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 58
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 59,
            "end": 110,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 57
              }
            },
            "id": {
              "type": "Identifier",
              "start": 59,
              "end": 64,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 11
                },
                "identifierName": "debug"
              },
              "name": "debug"
            },
            "init": {
              "type": "CallExpression",
              "start": 67,
              "end": 110,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 14
                },
                "end": {
                  "line": 4,
                  "column": 57
                }
              },
              "callee": {
                "type": "MemberExpression",
                "start": 67,
                "end": 97,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 14
                  },
                  "end": {
                    "line": 4,
                    "column": 44
                  }
                },
                "object": {
                  "type": "CallExpression",
                  "start": 67,
                  "end": 84,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 14
                    },
                    "end": {
                      "line": 4,
                      "column": 31
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 67,
                    "end": 82,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 14
                      },
                      "end": {
                        "line": 4,
                        "column": 29
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 67,
                      "end": 72,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 14
                        },
                        "end": {
                          "line": 4,
                          "column": 19
                        },
                        "identifierName": "Utils"
                      },
                      "name": "Utils"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 73,
                      "end": 82,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 20
                        },
                        "end": {
                          "line": 4,
                          "column": 29
                        },
                        "identifierName": "getLogger"
                      },
                      "name": "getLogger"
                    },
                    "computed": false
                  },
                  "arguments": []
                },
                "property": {
                  "type": "Identifier",
                  "start": 85,
                  "end": 97,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 32
                    },
                    "end": {
                      "line": 4,
                      "column": 44
                    },
                    "identifierName": "debugContext"
                  },
                  "name": "debugContext"
                },
                "computed": false
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 98,
                  "end": 109,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 45
                    },
                    "end": {
                      "line": 4,
                      "column": 56
                    }
                  },
                  "extra": {
                    "rawValue": "sql:mssql",
                    "raw": "'sql:mssql'"
                  },
                  "value": "sql:mssql"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 112,
        "end": 153,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 41
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 118,
            "end": 152,
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 40
              }
            },
            "id": {
              "type": "Identifier",
              "start": 118,
              "end": 125,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 6
                },
                "end": {
                  "line": 5,
                  "column": 13
                },
                "identifierName": "Promise"
              },
              "name": "Promise"
            },
            "init": {
              "type": "CallExpression",
              "start": 128,
              "end": 152,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 16
                },
                "end": {
                  "line": 5,
                  "column": 40
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 128,
                "end": 135,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 16
                  },
                  "end": {
                    "line": 5,
                    "column": 23
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 136,
                  "end": 151,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 24
                    },
                    "end": {
                      "line": 5,
                      "column": 39
                    }
                  },
                  "extra": {
                    "rawValue": "../../promise",
                    "raw": "'../../promise'"
                  },
                  "value": "../../promise"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 154,
        "end": 205,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 51
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 160,
            "end": 204,
            "loc": {
              "start": {
                "line": 6,
                "column": 6
              },
              "end": {
                "line": 6,
                "column": 50
              }
            },
            "id": {
              "type": "Identifier",
              "start": 160,
              "end": 173,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 6
                },
                "end": {
                  "line": 6,
                  "column": 19
                },
                "identifierName": "AbstractQuery"
              },
              "name": "AbstractQuery"
            },
            "init": {
              "type": "CallExpression",
              "start": 176,
              "end": 204,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 22
                },
                "end": {
                  "line": 6,
                  "column": 50
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 176,
                "end": 183,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 22
                  },
                  "end": {
                    "line": 6,
                    "column": 29
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 184,
                  "end": 203,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 30
                    },
                    "end": {
                      "line": 6,
                      "column": 49
                    }
                  },
                  "extra": {
                    "rawValue": "../abstract/query",
                    "raw": "'../abstract/query'"
                  },
                  "value": "../abstract/query"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 206,
        "end": 257,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 51
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 212,
            "end": 256,
            "loc": {
              "start": {
                "line": 7,
                "column": 6
              },
              "end": {
                "line": 7,
                "column": 50
              }
            },
            "id": {
              "type": "Identifier",
              "start": 212,
              "end": 227,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 6
                },
                "end": {
                  "line": 7,
                  "column": 21
                },
                "identifierName": "sequelizeErrors"
              },
              "name": "sequelizeErrors"
            },
            "init": {
              "type": "CallExpression",
              "start": 230,
              "end": 256,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 24
                },
                "end": {
                  "line": 7,
                  "column": 50
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 230,
                "end": 237,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 24
                  },
                  "end": {
                    "line": 7,
                    "column": 31
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 238,
                  "end": 255,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 32
                    },
                    "end": {
                      "line": 7,
                      "column": 49
                    }
                  },
                  "extra": {
                    "rawValue": "../../errors.js",
                    "raw": "'../../errors.js'"
                  },
                  "value": "../../errors.js"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 258,
        "end": 313,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 55
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 264,
            "end": 312,
            "loc": {
              "start": {
                "line": 8,
                "column": 6
              },
              "end": {
                "line": 8,
                "column": 54
              }
            },
            "id": {
              "type": "Identifier",
              "start": 264,
              "end": 275,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 6
                },
                "end": {
                  "line": 8,
                  "column": 17
                },
                "identifierName": "parserStore"
              },
              "name": "parserStore"
            },
            "init": {
              "type": "CallExpression",
              "start": 278,
              "end": 312,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 20
                },
                "end": {
                  "line": 8,
                  "column": 54
                }
              },
              "callee": {
                "type": "CallExpression",
                "start": 278,
                "end": 303,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 20
                  },
                  "end": {
                    "line": 8,
                    "column": 45
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 278,
                  "end": 285,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 20
                    },
                    "end": {
                      "line": 8,
                      "column": 27
                    },
                    "identifierName": "require"
                  },
                  "name": "require"
                },
                "arguments": [
                  {
                    "type": "StringLiteral",
                    "start": 286,
                    "end": 302,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 28
                      },
                      "end": {
                        "line": 8,
                        "column": 44
                      }
                    },
                    "extra": {
                      "rawValue": "../parserStore",
                      "raw": "'../parserStore'"
                    },
                    "value": "../parserStore"
                  }
                ]
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 304,
                  "end": 311,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 46
                    },
                    "end": {
                      "line": 8,
                      "column": 53
                    }
                  },
                  "extra": {
                    "rawValue": "mssql",
                    "raw": "'mssql'"
                  },
                  "value": "mssql"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 314,
        "end": 342,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 28
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 320,
            "end": 341,
            "loc": {
              "start": {
                "line": 9,
                "column": 6
              },
              "end": {
                "line": 9,
                "column": 27
              }
            },
            "id": {
              "type": "Identifier",
              "start": 320,
              "end": 321,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 6
                },
                "end": {
                  "line": 9,
                  "column": 7
                },
                "identifierName": "_"
              },
              "name": "_"
            },
            "init": {
              "type": "CallExpression",
              "start": 324,
              "end": 341,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 10
                },
                "end": {
                  "line": 9,
                  "column": 27
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 324,
                "end": 331,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 10
                  },
                  "end": {
                    "line": 9,
                    "column": 17
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 332,
                  "end": 340,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 18
                    },
                    "end": {
                      "line": 9,
                      "column": 26
                    }
                  },
                  "extra": {
                    "rawValue": "lodash",
                    "raw": "'lodash'"
                  },
                  "value": "lodash"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "ClassDeclaration",
        "start": 344,
        "end": 11425,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 330,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 350,
          "end": 355,
          "loc": {
            "start": {
              "line": 11,
              "column": 6
            },
            "end": {
              "line": 11,
              "column": 11
            },
            "identifierName": "Query"
          },
          "name": "Query"
        },
        "superClass": {
          "type": "Identifier",
          "start": 364,
          "end": 377,
          "loc": {
            "start": {
              "line": 11,
              "column": 20
            },
            "end": {
              "line": 11,
              "column": 33
            },
            "identifierName": "AbstractQuery"
          },
          "name": "AbstractQuery"
        },
        "body": {
          "type": "ClassBody",
          "start": 378,
          "end": 11425,
          "loc": {
            "start": {
              "line": 11,
              "column": 34
            },
            "end": {
              "line": 330,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 382,
              "end": 736,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 2
                },
                "end": {
                  "line": 25,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 382,
                "end": 393,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 2
                  },
                  "end": {
                    "line": 12,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 394,
                  "end": 404,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 14
                    },
                    "end": {
                      "line": 12,
                      "column": 24
                    },
                    "identifierName": "connection"
                  },
                  "name": "connection"
                },
                {
                  "type": "Identifier",
                  "start": 406,
                  "end": 415,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 26
                    },
                    "end": {
                      "line": 12,
                      "column": 35
                    },
                    "identifierName": "sequelize"
                  },
                  "name": "sequelize"
                },
                {
                  "type": "Identifier",
                  "start": 417,
                  "end": 424,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 37
                    },
                    "end": {
                      "line": 12,
                      "column": 44
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 426,
                "end": 736,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 46
                  },
                  "end": {
                    "line": 25,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 432,
                    "end": 440,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 4
                      },
                      "end": {
                        "line": 13,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 432,
                      "end": 439,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 11
                        }
                      },
                      "callee": {
                        "type": "Super",
                        "start": 432,
                        "end": 437,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 4
                          },
                          "end": {
                            "line": 13,
                            "column": 9
                          }
                        }
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 445,
                    "end": 474,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 4
                      },
                      "end": {
                        "line": 14,
                        "column": 33
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 445,
                      "end": 473,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 32
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 445,
                        "end": 460,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 4
                          },
                          "end": {
                            "line": 14,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 445,
                          "end": 449,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 4
                            },
                            "end": {
                              "line": 14,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 450,
                          "end": 460,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 9
                            },
                            "end": {
                              "line": 14,
                              "column": 19
                            },
                            "identifierName": "connection"
                          },
                          "name": "connection"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 463,
                        "end": 473,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 22
                          },
                          "end": {
                            "line": 14,
                            "column": 32
                          },
                          "identifierName": "connection"
                        },
                        "name": "connection"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 479,
                    "end": 512,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 15,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 479,
                      "end": 511,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 479,
                        "end": 492,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 4
                          },
                          "end": {
                            "line": 15,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 479,
                          "end": 483,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 4
                            },
                            "end": {
                              "line": 15,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 484,
                          "end": 492,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 9
                            },
                            "end": {
                              "line": 15,
                              "column": 17
                            },
                            "identifierName": "instance"
                          },
                          "name": "instance"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 495,
                        "end": 511,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 20
                          },
                          "end": {
                            "line": 15,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 495,
                          "end": 502,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 20
                            },
                            "end": {
                              "line": 15,
                              "column": 27
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 503,
                          "end": 511,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 28
                            },
                            "end": {
                              "line": 15,
                              "column": 36
                            },
                            "identifierName": "instance"
                          },
                          "name": "instance"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 517,
                    "end": 544,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 4
                      },
                      "end": {
                        "line": 16,
                        "column": 31
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 517,
                      "end": 543,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 16,
                          "column": 30
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 517,
                        "end": 527,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 4
                          },
                          "end": {
                            "line": 16,
                            "column": 14
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 517,
                          "end": 521,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 4
                            },
                            "end": {
                              "line": 16,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 522,
                          "end": 527,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 9
                            },
                            "end": {
                              "line": 16,
                              "column": 14
                            },
                            "identifierName": "model"
                          },
                          "name": "model"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 530,
                        "end": 543,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 17
                          },
                          "end": {
                            "line": 16,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 530,
                          "end": 537,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 17
                            },
                            "end": {
                              "line": 16,
                              "column": 24
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 538,
                          "end": 543,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 25
                            },
                            "end": {
                              "line": 16,
                              "column": 30
                            },
                            "identifierName": "model"
                          },
                          "name": "model"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 549,
                    "end": 576,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 4
                      },
                      "end": {
                        "line": 17,
                        "column": 31
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 549,
                      "end": 575,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 30
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 549,
                        "end": 563,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 4
                          },
                          "end": {
                            "line": 17,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 549,
                          "end": 553,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 4
                            },
                            "end": {
                              "line": 17,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 554,
                          "end": 563,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 9
                            },
                            "end": {
                              "line": 17,
                              "column": 18
                            },
                            "identifierName": "sequelize"
                          },
                          "name": "sequelize"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 566,
                        "end": 575,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 21
                          },
                          "end": {
                            "line": 17,
                            "column": 30
                          },
                          "identifierName": "sequelize"
                        },
                        "name": "sequelize"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 581,
                    "end": 700,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 4
                      },
                      "end": {
                        "line": 22,
                        "column": 22
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 581,
                      "end": 699,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 22,
                          "column": 21
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 581,
                        "end": 593,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 581,
                          "end": 585,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 4
                            },
                            "end": {
                              "line": 18,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 586,
                          "end": 593,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 9
                            },
                            "end": {
                              "line": 18,
                              "column": 16
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 596,
                        "end": 699,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 19
                          },
                          "end": {
                            "line": 22,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 596,
                          "end": 610,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 19
                            },
                            "end": {
                              "line": 18,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 596,
                            "end": 603,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 19
                              },
                              "end": {
                                "line": 18,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 596,
                              "end": 601,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 19
                                },
                                "end": {
                                  "line": 18,
                                  "column": 24
                                },
                                "identifierName": "Utils"
                              },
                              "name": "Utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 602,
                              "end": 603,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 25
                                },
                                "end": {
                                  "line": 18,
                                  "column": 26
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 604,
                            "end": 610,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 27
                              },
                              "end": {
                                "line": 18,
                                "column": 33
                              },
                              "identifierName": "extend"
                            },
                            "name": "extend"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 611,
                            "end": 683,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 34
                              },
                              "end": {
                                "line": 22,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 619,
                                "end": 639,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 26
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 619,
                                  "end": 626,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 13
                                    },
                                    "identifierName": "logging"
                                  },
                                  "name": "logging"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 628,
                                  "end": 639,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 628,
                                    "end": 635,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 22
                                      },
                                      "identifierName": "console"
                                    },
                                    "name": "console"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 636,
                                    "end": 639,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 26
                                      },
                                      "identifierName": "log"
                                    },
                                    "name": "log"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 647,
                                "end": 659,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 18
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 647,
                                  "end": 652,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 11
                                    },
                                    "identifierName": "plain"
                                  },
                                  "name": "plain"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 654,
                                  "end": 659,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 18
                                    }
                                  },
                                  "value": false
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 667,
                                "end": 677,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 16
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 667,
                                  "end": 670,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 9
                                    },
                                    "identifierName": "raw"
                                  },
                                  "name": "raw"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 672,
                                  "end": 677,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 16
                                    }
                                  },
                                  "value": false
                                }
                              }
                            ]
                          },
                          {
                            "type": "LogicalExpression",
                            "start": 685,
                            "end": 698,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 7
                              },
                              "end": {
                                "line": 22,
                                "column": 20
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 685,
                              "end": 692,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 7
                                },
                                "end": {
                                  "line": 22,
                                  "column": 14
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "operator": "||",
                            "right": {
                              "type": "ObjectExpression",
                              "start": 696,
                              "end": 698,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 18
                                },
                                "end": {
                                  "line": 22,
                                  "column": 20
                                }
                              },
                              "properties": []
                            }
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 706,
                    "end": 732,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 4
                      },
                      "end": {
                        "line": 24,
                        "column": 30
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 706,
                      "end": 731,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 4
                        },
                        "end": {
                          "line": 24,
                          "column": 29
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 706,
                        "end": 729,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 4
                          },
                          "end": {
                            "line": 24,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 706,
                          "end": 710,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 4
                            },
                            "end": {
                              "line": 24,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 711,
                          "end": 729,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 9
                            },
                            "end": {
                              "line": 24,
                              "column": 27
                            },
                            "identifierName": "checkLoggingOption"
                          },
                          "name": "checkLoggingOption"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 740,
              "end": 781,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 2
                },
                "end": {
                  "line": 29,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 740,
                "end": 756,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 2
                  },
                  "end": {
                    "line": 27,
                    "column": 18
                  },
                  "identifierName": "getInsertIdField"
                },
                "name": "getInsertIdField"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 759,
                "end": 781,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 21
                  },
                  "end": {
                    "line": 29,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 765,
                    "end": 777,
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 4
                      },
                      "end": {
                        "line": 28,
                        "column": 16
                      }
                    },
                    "argument": {
                      "type": "StringLiteral",
                      "start": 772,
                      "end": 776,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 11
                        },
                        "end": {
                          "line": 28,
                          "column": 15
                        }
                      },
                      "extra": {
                        "rawValue": "id",
                        "raw": "'id'"
                      },
                      "value": "id"
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 785,
              "end": 3582,
              "loc": {
                "start": {
                  "line": 31,
                  "column": 2
                },
                "end": {
                  "line": 116,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 785,
                "end": 789,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 2
                  },
                  "end": {
                    "line": 31,
                    "column": 6
                  },
                  "identifierName": "_run"
                },
                "name": "_run"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 790,
                  "end": 800,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 7
                    },
                    "end": {
                      "line": 31,
                      "column": 17
                    },
                    "identifierName": "connection"
                  },
                  "name": "connection"
                },
                {
                  "type": "Identifier",
                  "start": 802,
                  "end": 805,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 19
                    },
                    "end": {
                      "line": 31,
                      "column": 22
                    },
                    "identifierName": "sql"
                  },
                  "name": "sql"
                },
                {
                  "type": "Identifier",
                  "start": 807,
                  "end": 817,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 24
                    },
                    "end": {
                      "line": 31,
                      "column": 34
                    },
                    "identifierName": "parameters"
                  },
                  "name": "parameters"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 819,
                "end": 3582,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 36
                  },
                  "end": {
                    "line": 116,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 825,
                    "end": 840,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 4
                      },
                      "end": {
                        "line": 32,
                        "column": 19
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 825,
                      "end": 839,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 4
                        },
                        "end": {
                          "line": 32,
                          "column": 18
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 825,
                        "end": 833,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 4
                          },
                          "end": {
                            "line": 32,
                            "column": 12
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 825,
                          "end": 829,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 32,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 830,
                          "end": 833,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 9
                            },
                            "end": {
                              "line": 32,
                              "column": 12
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 836,
                        "end": 839,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 15
                          },
                          "end": {
                            "line": 32,
                            "column": 18
                          },
                          "identifierName": "sql"
                        },
                        "name": "sql"
                      }
                    },
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": "do we need benchmark for this query execution",
                        "start": 846,
                        "end": 893,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 4
                          },
                          "end": {
                            "line": 34,
                            "column": 51
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 898,
                    "end": 975,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 4
                      },
                      "end": {
                        "line": 35,
                        "column": 81
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 904,
                        "end": 974,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 10
                          },
                          "end": {
                            "line": 35,
                            "column": 80
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 904,
                          "end": 913,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 10
                            },
                            "end": {
                              "line": 35,
                              "column": 19
                            },
                            "identifierName": "benchmark"
                          },
                          "name": "benchmark",
                          "leadingComments": null
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 916,
                          "end": 974,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 22
                            },
                            "end": {
                              "line": 35,
                              "column": 80
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 916,
                            "end": 948,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 22
                              },
                              "end": {
                                "line": 35,
                                "column": 54
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 916,
                              "end": 938,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 22
                                },
                                "end": {
                                  "line": 35,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 916,
                                "end": 930,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 916,
                                  "end": 920,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 921,
                                  "end": 930,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 36
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 931,
                                "end": 938,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 44
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 939,
                              "end": 948,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 45
                                },
                                "end": {
                                  "line": 35,
                                  "column": 54
                                },
                                "identifierName": "benchmark"
                              },
                              "name": "benchmark"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 952,
                            "end": 974,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 58
                              },
                              "end": {
                                "line": 35,
                                "column": 80
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 952,
                              "end": 964,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 58
                                },
                                "end": {
                                  "line": 35,
                                  "column": 70
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 952,
                                "end": 956,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 62
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 957,
                                "end": 964,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 70
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 965,
                              "end": 974,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 71
                                },
                                "end": {
                                  "line": 35,
                                  "column": 80
                                },
                                "identifierName": "benchmark"
                              },
                              "name": "benchmark"
                            },
                            "computed": false
                          }
                        },
                        "leadingComments": null
                      }
                    ],
                    "kind": "const",
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": "do we need benchmark for this query execution",
                        "start": 846,
                        "end": 893,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 4
                          },
                          "end": {
                            "line": 34,
                            "column": 51
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 980,
                    "end": 995,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 4
                      },
                      "end": {
                        "line": 36,
                        "column": 19
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 984,
                        "end": 994,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 8
                          },
                          "end": {
                            "line": 36,
                            "column": 18
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 984,
                          "end": 994,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 18
                            },
                            "identifierName": "queryBegin"
                          },
                          "name": "queryBegin"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 1000,
                    "end": 1178,
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 4
                      },
                      "end": {
                        "line": 41,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 1004,
                      "end": 1013,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 17
                        },
                        "identifierName": "benchmark"
                      },
                      "name": "benchmark"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1015,
                      "end": 1053,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 19
                        },
                        "end": {
                          "line": 39,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 1023,
                          "end": 1047,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 6
                            },
                            "end": {
                              "line": 38,
                              "column": 30
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 1023,
                            "end": 1046,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 6
                              },
                              "end": {
                                "line": 38,
                                "column": 29
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 1023,
                              "end": 1033,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 6
                                },
                                "end": {
                                  "line": 38,
                                  "column": 16
                                },
                                "identifierName": "queryBegin"
                              },
                              "name": "queryBegin"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 1036,
                              "end": 1046,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 19
                                },
                                "end": {
                                  "line": 38,
                                  "column": 29
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1036,
                                "end": 1044,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1036,
                                  "end": 1040,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 23
                                    },
                                    "identifierName": "Date"
                                  },
                                  "name": "Date"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1041,
                                  "end": 1044,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 27
                                    },
                                    "identifierName": "now"
                                  },
                                  "name": "now"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 1059,
                      "end": 1178,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 11
                        },
                        "end": {
                          "line": 41,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 1067,
                          "end": 1172,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 6
                            },
                            "end": {
                              "line": 40,
                              "column": 111
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1067,
                            "end": 1171,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 6
                              },
                              "end": {
                                "line": 40,
                                "column": 110
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1067,
                              "end": 1085,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 6
                                },
                                "end": {
                                  "line": 40,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1067,
                                "end": 1081,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1067,
                                  "end": 1071,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1072,
                                  "end": 1081,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 20
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1082,
                                "end": 1085,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 24
                                  },
                                  "identifierName": "log"
                                },
                                "name": "log"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 1086,
                                "end": 1156,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 95
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 1086,
                                  "end": 1145,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 84
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 1086,
                                    "end": 1137,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 76
                                      }
                                    },
                                    "left": {
                                      "type": "StringLiteral",
                                      "start": 1086,
                                      "end": 1099,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 38
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "Executing (",
                                        "raw": "'Executing ('"
                                      },
                                      "value": "Executing ("
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "LogicalExpression",
                                      "start": 1103,
                                      "end": 1136,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 75
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 1103,
                                        "end": 1123,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 62
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1103,
                                          "end": 1118,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1103,
                                            "end": 1107,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 46
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1108,
                                            "end": 1118,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 57
                                              },
                                              "identifierName": "connection"
                                            },
                                            "name": "connection"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1119,
                                          "end": 1123,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 62
                                            },
                                            "identifierName": "uuid"
                                          },
                                          "name": "uuid"
                                        },
                                        "computed": false
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 1127,
                                        "end": 1136,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 75
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "default",
                                          "raw": "'default'"
                                        },
                                        "value": "default"
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 1102
                                      }
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 1140,
                                    "end": 1145,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 84
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "): ",
                                      "raw": "'): '"
                                    },
                                    "value": "): "
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 1148,
                                  "end": 1156,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 87
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 95
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1148,
                                    "end": 1152,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 87
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 91
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1153,
                                    "end": 1156,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 92
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 95
                                      },
                                      "identifierName": "sql"
                                    },
                                    "name": "sql"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "start": 1158,
                                "end": 1170,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 97
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 109
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1158,
                                  "end": 1162,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 97
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 101
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1163,
                                  "end": 1170,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 102
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 109
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1184,
                    "end": 1255,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 4
                      },
                      "end": {
                        "line": 43,
                        "column": 75
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1184,
                      "end": 1254,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 4
                        },
                        "end": {
                          "line": 43,
                          "column": 74
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 1184,
                        "end": 1189,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 4
                          },
                          "end": {
                            "line": 43,
                            "column": 9
                          },
                          "identifierName": "debug"
                        },
                        "name": "debug"
                      },
                      "arguments": [
                        {
                          "type": "TemplateLiteral",
                          "start": 1190,
                          "end": 1253,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 10
                            },
                            "end": {
                              "line": 43,
                              "column": 73
                            }
                          },
                          "expressions": [
                            {
                              "type": "LogicalExpression",
                              "start": 1203,
                              "end": 1236,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 23
                                },
                                "end": {
                                  "line": 43,
                                  "column": 56
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 1203,
                                "end": 1223,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1203,
                                  "end": 1218,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1203,
                                    "end": 1207,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1208,
                                    "end": 1218,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 38
                                      },
                                      "identifierName": "connection"
                                    },
                                    "name": "connection"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1219,
                                  "end": 1223,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 43
                                    },
                                    "identifierName": "uuid"
                                  },
                                  "name": "uuid"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "StringLiteral",
                                "start": 1227,
                                "end": 1236,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 56
                                  }
                                },
                                "extra": {
                                  "rawValue": "default",
                                  "raw": "'default'"
                                },
                                "value": "default"
                              }
                            },
                            {
                              "type": "MemberExpression",
                              "start": 1243,
                              "end": 1251,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 63
                                },
                                "end": {
                                  "line": 43,
                                  "column": 71
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1243,
                                "end": 1247,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 67
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1248,
                                "end": 1251,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 68
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 71
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              "computed": false
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 1191,
                              "end": 1201,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 11
                                },
                                "end": {
                                  "line": 43,
                                  "column": 21
                                }
                              },
                              "value": {
                                "raw": "executing(",
                                "cooked": "executing("
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 1237,
                              "end": 1241,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 57
                                },
                                "end": {
                                  "line": 43,
                                  "column": 61
                                }
                              },
                              "value": {
                                "raw": ") : ",
                                "cooked": ") : "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 1252,
                              "end": 1252,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 72
                                },
                                "end": {
                                  "line": 43,
                                  "column": 72
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": true
                            }
                          ]
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1261,
                    "end": 3578,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 4
                      },
                      "end": {
                        "line": 115,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 1268,
                      "end": 3577,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 11
                        },
                        "end": {
                          "line": 115,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 1272,
                        "end": 1279,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 15
                          },
                          "end": {
                            "line": 45,
                            "column": 22
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 1280,
                          "end": 3576,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 23
                            },
                            "end": {
                              "line": 115,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 1281,
                              "end": 1288,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 24
                                },
                                "end": {
                                  "line": 45,
                                  "column": 31
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            },
                            {
                              "type": "Identifier",
                              "start": 1290,
                              "end": 1296,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 33
                                },
                                "end": {
                                  "line": 45,
                                  "column": 39
                                },
                                "identifierName": "reject"
                              },
                              "name": "reject"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 1301,
                            "end": 3576,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 44
                              },
                              "end": {
                                "line": 115,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 1340,
                                "end": 3570,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "CallExpression",
                                  "start": 1344,
                                  "end": 1387,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 53
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1344,
                                    "end": 1356,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 22
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1344,
                                      "end": 1345,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 11
                                        },
                                        "identifierName": "_"
                                      },
                                      "name": "_",
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1346,
                                      "end": 1356,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 22
                                        },
                                        "identifierName": "startsWith"
                                      },
                                      "name": "startsWith"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 1357,
                                      "end": 1365,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1357,
                                        "end": 1361,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 27
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1362,
                                        "end": 1365,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 31
                                          },
                                          "identifierName": "sql"
                                        },
                                        "name": "sql"
                                      },
                                      "computed": false
                                    },
                                    {
                                      "type": "StringLiteral",
                                      "start": 1367,
                                      "end": 1386,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 52
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "BEGIN TRANSACTION",
                                        "raw": "'BEGIN TRANSACTION'"
                                      },
                                      "value": "BEGIN TRANSACTION"
                                    }
                                  ],
                                  "leadingComments": null
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 1389,
                                  "end": 1653,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1399,
                                      "end": 1645,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 71
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1399,
                                        "end": 1644,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 70
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1399,
                                          "end": 1426,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1399,
                                            "end": 1409,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 18
                                              },
                                              "identifierName": "connection"
                                            },
                                            "name": "connection"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1410,
                                            "end": 1426,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 35
                                              },
                                              "identifierName": "beginTransaction"
                                            },
                                            "name": "beginTransaction"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 1427,
                                            "end": 1583,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 9
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 1427,
                                                "end": 1430,
                                                "loc": {
                                                  "start": {
                                                    "line": 48,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 48,
                                                    "column": 39
                                                  },
                                                  "identifierName": "err"
                                                },
                                                "name": "err"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 1434,
                                              "end": 1583,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "IfStatement",
                                                  "start": 1446,
                                                  "end": 1573,
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 53,
                                                      "column": 11
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "Identifier",
                                                    "start": 1450,
                                                    "end": 1453,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 17
                                                      },
                                                      "identifierName": "err"
                                                    },
                                                    "name": "err"
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 1455,
                                                    "end": 1511,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 51,
                                                        "column": 11
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 1469,
                                                        "end": 1499,
                                                        "loc": {
                                                          "start": {
                                                            "line": 50,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 50,
                                                            "column": 42
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 1469,
                                                          "end": 1498,
                                                          "loc": {
                                                            "start": {
                                                              "line": 50,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 50,
                                                              "column": 41
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "Identifier",
                                                            "start": 1469,
                                                            "end": 1475,
                                                            "loc": {
                                                              "start": {
                                                                "line": 50,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 50,
                                                                "column": 18
                                                              },
                                                              "identifierName": "reject"
                                                            },
                                                            "name": "reject"
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "CallExpression",
                                                              "start": 1476,
                                                              "end": 1497,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 50,
                                                                  "column": 19
                                                                },
                                                                "end": {
                                                                  "line": 50,
                                                                  "column": 40
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 1476,
                                                                "end": 1492,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 50,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 50,
                                                                    "column": 35
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 1476,
                                                                  "end": 1480,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 50,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 50,
                                                                      "column": 23
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1481,
                                                                  "end": 1492,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 50,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 50,
                                                                      "column": 35
                                                                    },
                                                                    "identifierName": "formatError"
                                                                  },
                                                                  "name": "formatError"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 1493,
                                                                  "end": 1496,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 50,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 50,
                                                                      "column": 39
                                                                    },
                                                                    "identifierName": "err"
                                                                  },
                                                                  "name": "err"
                                                                }
                                                              ]
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  },
                                                  "alternate": {
                                                    "type": "BlockStatement",
                                                    "start": 1517,
                                                    "end": 1573,
                                                    "loc": {
                                                      "start": {
                                                        "line": 51,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 53,
                                                        "column": 11
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 1531,
                                                        "end": 1561,
                                                        "loc": {
                                                          "start": {
                                                            "line": 52,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 52,
                                                            "column": 42
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 1531,
                                                          "end": 1560,
                                                          "loc": {
                                                            "start": {
                                                              "line": 52,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 52,
                                                              "column": 41
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "Identifier",
                                                            "start": 1531,
                                                            "end": 1538,
                                                            "loc": {
                                                              "start": {
                                                                "line": 52,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 52,
                                                                "column": 19
                                                              },
                                                              "identifierName": "resolve"
                                                            },
                                                            "name": "resolve"
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "CallExpression",
                                                              "start": 1539,
                                                              "end": 1559,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 52,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 52,
                                                                  "column": 40
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 1539,
                                                                "end": 1557,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 52,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 52,
                                                                    "column": 38
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 1539,
                                                                  "end": 1543,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 52,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 52,
                                                                      "column": 24
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1544,
                                                                  "end": 1557,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 52,
                                                                      "column": 25
                                                                    },
                                                                    "end": {
                                                                      "line": 52,
                                                                      "column": 38
                                                                    },
                                                                    "identifierName": "formatResults"
                                                                  },
                                                                  "name": "formatResults"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": []
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 1585,
                                            "end": 1614,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1585,
                                              "end": 1609,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1585,
                                                "end": 1597,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 11
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 23
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 1585,
                                                  "end": 1589,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 15
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1590,
                                                  "end": 1597,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 23
                                                    },
                                                    "identifierName": "options"
                                                  },
                                                  "name": "options"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1598,
                                                "end": 1609,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 35
                                                  },
                                                  "identifierName": "transaction"
                                                },
                                                "name": "transaction"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1610,
                                              "end": 1614,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 40
                                                },
                                                "identifierName": "name"
                                              },
                                              "name": "name"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 1616,
                                            "end": 1643,
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 69
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1616,
                                              "end": 1628,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 54
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 1616,
                                                "end": 1620,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1621,
                                                "end": 1628,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 54
                                                  },
                                                  "identifierName": "options"
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1629,
                                              "end": 1643,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 69
                                                },
                                                "identifierName": "isolationLevel"
                                              },
                                              "name": "isolationLevel"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "start": 1659,
                                  "end": 3570,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "CallExpression",
                                    "start": 1663,
                                    "end": 1707,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 61
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1663,
                                      "end": 1675,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1663,
                                        "end": 1664,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 18
                                          },
                                          "identifierName": "_"
                                        },
                                        "name": "_"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1665,
                                        "end": 1675,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 29
                                          },
                                          "identifierName": "startsWith"
                                        },
                                        "name": "startsWith"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 1676,
                                        "end": 1684,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1676,
                                          "end": 1680,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1681,
                                          "end": 1684,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 38
                                            },
                                            "identifierName": "sql"
                                          },
                                          "name": "sql"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "StringLiteral",
                                        "start": 1686,
                                        "end": 1706,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 60
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "COMMIT TRANSACTION",
                                          "raw": "'COMMIT TRANSACTION'"
                                        },
                                        "value": "COMMIT TRANSACTION"
                                      }
                                    ]
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 1709,
                                    "end": 1914,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1719,
                                        "end": 1906,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1719,
                                          "end": 1905,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1719,
                                            "end": 1747,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 36
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1719,
                                              "end": 1729,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 18
                                                },
                                                "identifierName": "connection"
                                              },
                                              "name": "connection"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1730,
                                              "end": 1747,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 36
                                                },
                                                "identifierName": "commitTransaction"
                                              },
                                              "name": "commitTransaction"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 1748,
                                              "end": 1904,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1748,
                                                  "end": 1751,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 40
                                                    },
                                                    "identifierName": "err"
                                                  },
                                                  "name": "err"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 1755,
                                                "end": 1904,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 1767,
                                                    "end": 1894,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "Identifier",
                                                      "start": 1771,
                                                      "end": 1774,
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 17
                                                        },
                                                        "identifierName": "err"
                                                      },
                                                      "name": "err"
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 1776,
                                                      "end": 1832,
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 59,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 1790,
                                                          "end": 1820,
                                                          "loc": {
                                                            "start": {
                                                              "line": 58,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 58,
                                                              "column": 42
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 1790,
                                                            "end": 1819,
                                                            "loc": {
                                                              "start": {
                                                                "line": 58,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 58,
                                                                "column": 41
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "start": 1790,
                                                              "end": 1796,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 58,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 58,
                                                                  "column": 18
                                                                },
                                                                "identifierName": "reject"
                                                              },
                                                              "name": "reject"
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "CallExpression",
                                                                "start": 1797,
                                                                "end": 1818,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 58,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 58,
                                                                    "column": 40
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1797,
                                                                  "end": 1813,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 58,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 58,
                                                                      "column": 35
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 1797,
                                                                    "end": 1801,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 19
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 23
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1802,
                                                                    "end": 1813,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 24
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 35
                                                                      },
                                                                      "identifierName": "formatError"
                                                                    },
                                                                    "name": "formatError"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 1814,
                                                                    "end": 1817,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 39
                                                                      },
                                                                      "identifierName": "err"
                                                                    },
                                                                    "name": "err"
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": {
                                                      "type": "BlockStatement",
                                                      "start": 1838,
                                                      "end": 1894,
                                                      "loc": {
                                                        "start": {
                                                          "line": 59,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 1852,
                                                          "end": 1882,
                                                          "loc": {
                                                            "start": {
                                                              "line": 60,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 60,
                                                              "column": 42
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 1852,
                                                            "end": 1881,
                                                            "loc": {
                                                              "start": {
                                                                "line": 60,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 60,
                                                                "column": 41
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "start": 1852,
                                                              "end": 1859,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 60,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 60,
                                                                  "column": 19
                                                                },
                                                                "identifierName": "resolve"
                                                              },
                                                              "name": "resolve"
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "CallExpression",
                                                                "start": 1860,
                                                                "end": 1880,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 60,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 60,
                                                                    "column": 40
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1860,
                                                                  "end": 1878,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 60,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 60,
                                                                      "column": 38
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 1860,
                                                                    "end": 1864,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 60,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 60,
                                                                        "column": 24
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1865,
                                                                    "end": 1878,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 60,
                                                                        "column": 25
                                                                      },
                                                                      "end": {
                                                                        "line": 60,
                                                                        "column": 38
                                                                      },
                                                                      "identifierName": "formatResults"
                                                                    },
                                                                    "name": "formatResults"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": []
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "start": 1920,
                                    "end": 3570,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 7
                                      }
                                    },
                                    "test": {
                                      "type": "CallExpression",
                                      "start": 1924,
                                      "end": 1970,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 63
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1924,
                                        "end": 1936,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1924,
                                          "end": 1925,
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 18
                                            },
                                            "identifierName": "_"
                                          },
                                          "name": "_"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1926,
                                          "end": 1936,
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 29
                                            },
                                            "identifierName": "startsWith"
                                          },
                                          "name": "startsWith"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 1937,
                                          "end": 1945,
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1937,
                                            "end": 1941,
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 34
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1942,
                                            "end": 1945,
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 38
                                              },
                                              "identifierName": "sql"
                                            },
                                            "name": "sql"
                                          },
                                          "computed": false
                                        },
                                        {
                                          "type": "StringLiteral",
                                          "start": 1947,
                                          "end": 1969,
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 62
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "ROLLBACK TRANSACTION",
                                            "raw": "'ROLLBACK TRANSACTION'"
                                          },
                                          "value": "ROLLBACK TRANSACTION"
                                        }
                                      ]
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 1972,
                                      "end": 2210,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 1982,
                                          "end": 2202,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 42
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1982,
                                            "end": 2201,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 41
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1982,
                                              "end": 2012,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1982,
                                                "end": 1992,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 18
                                                  },
                                                  "identifierName": "connection"
                                                },
                                                "name": "connection"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1993,
                                                "end": 2012,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 38
                                                  },
                                                  "identifierName": "rollbackTransaction"
                                                },
                                                "name": "rollbackTransaction"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrowFunctionExpression",
                                                "start": 2013,
                                                "end": 2169,
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 9
                                                  }
                                                },
                                                "id": null,
                                                "generator": false,
                                                "expression": false,
                                                "async": false,
                                                "params": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 2013,
                                                    "end": 2016,
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 42
                                                      },
                                                      "identifierName": "err"
                                                    },
                                                    "name": "err"
                                                  }
                                                ],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "start": 2020,
                                                  "end": 2169,
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "IfStatement",
                                                      "start": 2032,
                                                      "end": 2159,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 69,
                                                          "column": 11
                                                        }
                                                      },
                                                      "test": {
                                                        "type": "Identifier",
                                                        "start": 2036,
                                                        "end": 2039,
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 17
                                                          },
                                                          "identifierName": "err"
                                                        },
                                                        "name": "err"
                                                      },
                                                      "consequent": {
                                                        "type": "BlockStatement",
                                                        "start": 2041,
                                                        "end": 2097,
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 11
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 2055,
                                                            "end": 2085,
                                                            "loc": {
                                                              "start": {
                                                                "line": 66,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 66,
                                                                "column": 42
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 2055,
                                                              "end": 2084,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 66,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 66,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "start": 2055,
                                                                "end": 2061,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 66,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 66,
                                                                    "column": 18
                                                                  },
                                                                  "identifierName": "reject"
                                                                },
                                                                "name": "reject"
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "CallExpression",
                                                                  "start": 2062,
                                                                  "end": 2083,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 66,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 66,
                                                                      "column": 40
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2062,
                                                                    "end": 2078,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 66,
                                                                        "column": 19
                                                                      },
                                                                      "end": {
                                                                        "line": 66,
                                                                        "column": 35
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 2062,
                                                                      "end": 2066,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 66,
                                                                          "column": 19
                                                                        },
                                                                        "end": {
                                                                          "line": 66,
                                                                          "column": 23
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2067,
                                                                      "end": 2078,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 66,
                                                                          "column": 24
                                                                        },
                                                                        "end": {
                                                                          "line": 66,
                                                                          "column": 35
                                                                        },
                                                                        "identifierName": "formatError"
                                                                      },
                                                                      "name": "formatError"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 2079,
                                                                      "end": 2082,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 66,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 66,
                                                                          "column": 39
                                                                        },
                                                                        "identifierName": "err"
                                                                      },
                                                                      "name": "err"
                                                                    }
                                                                  ]
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "directives": []
                                                      },
                                                      "alternate": {
                                                        "type": "BlockStatement",
                                                        "start": 2103,
                                                        "end": 2159,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 69,
                                                            "column": 11
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 2117,
                                                            "end": 2147,
                                                            "loc": {
                                                              "start": {
                                                                "line": 68,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 68,
                                                                "column": 42
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 2117,
                                                              "end": 2146,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 68,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 68,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "start": 2117,
                                                                "end": 2124,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 68,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 68,
                                                                    "column": 19
                                                                  },
                                                                  "identifierName": "resolve"
                                                                },
                                                                "name": "resolve"
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "CallExpression",
                                                                  "start": 2125,
                                                                  "end": 2145,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 68,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 68,
                                                                      "column": 40
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2125,
                                                                    "end": 2143,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 68,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 68,
                                                                        "column": 38
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 2125,
                                                                      "end": 2129,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 68,
                                                                          "column": 20
                                                                        },
                                                                        "end": {
                                                                          "line": 68,
                                                                          "column": 24
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2130,
                                                                      "end": 2143,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 68,
                                                                          "column": 25
                                                                        },
                                                                        "end": {
                                                                          "line": 68,
                                                                          "column": 38
                                                                        },
                                                                        "identifierName": "formatResults"
                                                                      },
                                                                      "name": "formatResults"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "directives": []
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 2171,
                                                "end": 2200,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 11
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2171,
                                                  "end": 2195,
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 35
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2171,
                                                    "end": 2183,
                                                    "loc": {
                                                      "start": {
                                                        "line": 70,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 70,
                                                        "column": 23
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2171,
                                                      "end": 2175,
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 15
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2176,
                                                      "end": 2183,
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 23
                                                        },
                                                        "identifierName": "options"
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2184,
                                                    "end": 2195,
                                                    "loc": {
                                                      "start": {
                                                        "line": 70,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 70,
                                                        "column": 35
                                                      },
                                                      "identifierName": "transaction"
                                                    },
                                                    "name": "transaction"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2196,
                                                  "end": 2200,
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 40
                                                    },
                                                    "identifierName": "name"
                                                  },
                                                  "name": "name"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": {
                                      "type": "IfStatement",
                                      "start": 2216,
                                      "end": 3570,
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 7
                                        }
                                      },
                                      "test": {
                                        "type": "CallExpression",
                                        "start": 2220,
                                        "end": 2262,
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 59
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2220,
                                          "end": 2232,
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 29
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2220,
                                            "end": 2221,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 18
                                              },
                                              "identifierName": "_"
                                            },
                                            "name": "_"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2222,
                                            "end": 2232,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 29
                                              },
                                              "identifierName": "startsWith"
                                            },
                                            "name": "startsWith"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 2233,
                                            "end": 2241,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 2233,
                                              "end": 2237,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2238,
                                              "end": 2241,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 38
                                                },
                                                "identifierName": "sql"
                                              },
                                              "name": "sql"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "StringLiteral",
                                            "start": 2243,
                                            "end": 2261,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 58
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "SAVE TRANSACTION",
                                              "raw": "'SAVE TRANSACTION'"
                                            },
                                            "value": "SAVE TRANSACTION"
                                          }
                                        ]
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 2264,
                                        "end": 2498,
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 2274,
                                            "end": 2490,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 42
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 2274,
                                              "end": 2489,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 41
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2274,
                                                "end": 2300,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 34
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2274,
                                                  "end": 2284,
                                                  "loc": {
                                                    "start": {
                                                      "line": 72,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 72,
                                                      "column": 18
                                                    },
                                                    "identifierName": "connection"
                                                  },
                                                  "name": "connection"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2285,
                                                  "end": 2300,
                                                  "loc": {
                                                    "start": {
                                                      "line": 72,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 72,
                                                      "column": 34
                                                    },
                                                    "identifierName": "saveTransaction"
                                                  },
                                                  "name": "saveTransaction"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 2301,
                                                  "end": 2457,
                                                  "loc": {
                                                    "start": {
                                                      "line": 72,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 9
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 2301,
                                                      "end": 2304,
                                                      "loc": {
                                                        "start": {
                                                          "line": 72,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 72,
                                                          "column": 38
                                                        },
                                                        "identifierName": "err"
                                                      },
                                                      "name": "err"
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 2308,
                                                    "end": 2457,
                                                    "loc": {
                                                      "start": {
                                                        "line": 72,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 9
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "IfStatement",
                                                        "start": 2320,
                                                        "end": 2447,
                                                        "loc": {
                                                          "start": {
                                                            "line": 73,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 77,
                                                            "column": 11
                                                          }
                                                        },
                                                        "test": {
                                                          "type": "Identifier",
                                                          "start": 2324,
                                                          "end": 2327,
                                                          "loc": {
                                                            "start": {
                                                              "line": 73,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 73,
                                                              "column": 17
                                                            },
                                                            "identifierName": "err"
                                                          },
                                                          "name": "err"
                                                        },
                                                        "consequent": {
                                                          "type": "BlockStatement",
                                                          "start": 2329,
                                                          "end": 2385,
                                                          "loc": {
                                                            "start": {
                                                              "line": 73,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 75,
                                                              "column": 11
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 2343,
                                                              "end": 2373,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 74,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 74,
                                                                  "column": 42
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "CallExpression",
                                                                "start": 2343,
                                                                "end": 2372,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 74,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 74,
                                                                    "column": 41
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "Identifier",
                                                                  "start": 2343,
                                                                  "end": 2349,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 74,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 74,
                                                                      "column": 18
                                                                    },
                                                                    "identifierName": "reject"
                                                                  },
                                                                  "name": "reject"
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "CallExpression",
                                                                    "start": 2350,
                                                                    "end": 2371,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 74,
                                                                        "column": 19
                                                                      },
                                                                      "end": {
                                                                        "line": 74,
                                                                        "column": 40
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 2350,
                                                                      "end": 2366,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 74,
                                                                          "column": 19
                                                                        },
                                                                        "end": {
                                                                          "line": 74,
                                                                          "column": 35
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "start": 2350,
                                                                        "end": 2354,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 74,
                                                                            "column": 19
                                                                          },
                                                                          "end": {
                                                                            "line": 74,
                                                                            "column": 23
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2355,
                                                                        "end": 2366,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 74,
                                                                            "column": 24
                                                                          },
                                                                          "end": {
                                                                            "line": 74,
                                                                            "column": 35
                                                                          },
                                                                          "identifierName": "formatError"
                                                                        },
                                                                        "name": "formatError"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "start": 2367,
                                                                        "end": 2370,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 74,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 74,
                                                                            "column": 39
                                                                          },
                                                                          "identifierName": "err"
                                                                        },
                                                                        "name": "err"
                                                                      }
                                                                    ]
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        },
                                                        "alternate": {
                                                          "type": "BlockStatement",
                                                          "start": 2391,
                                                          "end": 2447,
                                                          "loc": {
                                                            "start": {
                                                              "line": 75,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 77,
                                                              "column": 11
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 2405,
                                                              "end": 2435,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 76,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 76,
                                                                  "column": 42
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "CallExpression",
                                                                "start": 2405,
                                                                "end": 2434,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 76,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 76,
                                                                    "column": 41
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "Identifier",
                                                                  "start": 2405,
                                                                  "end": 2412,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 76,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 76,
                                                                      "column": 19
                                                                    },
                                                                    "identifierName": "resolve"
                                                                  },
                                                                  "name": "resolve"
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "CallExpression",
                                                                    "start": 2413,
                                                                    "end": 2433,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 76,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 76,
                                                                        "column": 40
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 2413,
                                                                      "end": 2431,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 76,
                                                                          "column": 20
                                                                        },
                                                                        "end": {
                                                                          "line": 76,
                                                                          "column": 38
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "start": 2413,
                                                                        "end": 2417,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 76,
                                                                            "column": 20
                                                                          },
                                                                          "end": {
                                                                            "line": 76,
                                                                            "column": 24
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2418,
                                                                        "end": 2431,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 76,
                                                                            "column": 25
                                                                          },
                                                                          "end": {
                                                                            "line": 76,
                                                                            "column": 38
                                                                          },
                                                                          "identifierName": "formatResults"
                                                                        },
                                                                        "name": "formatResults"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": []
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                },
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 2459,
                                                  "end": 2488,
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 40
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2459,
                                                    "end": 2483,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2459,
                                                      "end": 2471,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 23
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 2459,
                                                        "end": 2463,
                                                        "loc": {
                                                          "start": {
                                                            "line": 78,
                                                            "column": 11
                                                          },
                                                          "end": {
                                                            "line": 78,
                                                            "column": 15
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2464,
                                                        "end": 2471,
                                                        "loc": {
                                                          "start": {
                                                            "line": 78,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 78,
                                                            "column": 23
                                                          },
                                                          "identifierName": "options"
                                                        },
                                                        "name": "options"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2472,
                                                      "end": 2483,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 35
                                                        },
                                                        "identifierName": "transaction"
                                                      },
                                                      "name": "transaction"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2484,
                                                    "end": 2488,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 40
                                                      },
                                                      "identifierName": "name"
                                                    },
                                                    "name": "name"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "BlockStatement",
                                        "start": 2504,
                                        "end": 3570,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 2514,
                                            "end": 2533,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 27
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 2520,
                                                "end": 2532,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 26
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 2520,
                                                  "end": 2527,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 21
                                                    },
                                                    "identifierName": "results"
                                                  },
                                                  "name": "results"
                                                },
                                                "init": {
                                                  "type": "ArrayExpression",
                                                  "start": 2530,
                                                  "end": 2532,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 26
                                                    }
                                                  },
                                                  "elements": []
                                                }
                                              }
                                            ],
                                            "kind": "const"
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 2542,
                                            "end": 3076,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 11
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 2548,
                                                "end": 3075,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 10
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 2548,
                                                  "end": 2555,
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 21
                                                    },
                                                    "identifierName": "request"
                                                  },
                                                  "name": "request"
                                                },
                                                "init": {
                                                  "type": "NewExpression",
                                                  "start": 2558,
                                                  "end": 3075,
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 10
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2562,
                                                    "end": 2584,
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 50
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2562,
                                                      "end": 2576,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 42
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2562,
                                                        "end": 2572,
                                                        "loc": {
                                                          "start": {
                                                            "line": 81,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 81,
                                                            "column": 38
                                                          },
                                                          "identifierName": "connection"
                                                        },
                                                        "name": "connection"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2573,
                                                        "end": 2576,
                                                        "loc": {
                                                          "start": {
                                                            "line": 81,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 81,
                                                            "column": 42
                                                          },
                                                          "identifierName": "lib"
                                                        },
                                                        "name": "lib"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2577,
                                                      "end": 2584,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 50
                                                        },
                                                        "identifierName": "Request"
                                                      },
                                                      "name": "Request"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 2585,
                                                      "end": 2593,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 59
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 2585,
                                                        "end": 2589,
                                                        "loc": {
                                                          "start": {
                                                            "line": 81,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 81,
                                                            "column": 55
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2590,
                                                        "end": 2593,
                                                        "loc": {
                                                          "start": {
                                                            "line": 81,
                                                            "column": 56
                                                          },
                                                          "end": {
                                                            "line": 81,
                                                            "column": 59
                                                          },
                                                          "identifierName": "sql"
                                                        },
                                                        "name": "sql"
                                                      },
                                                      "computed": false
                                                    },
                                                    {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 2595,
                                                      "end": 3074,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 61
                                                        },
                                                        "end": {
                                                          "line": 95,
                                                          "column": 9
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": false,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 2596,
                                                          "end": 2599,
                                                          "loc": {
                                                            "start": {
                                                              "line": 81,
                                                              "column": 62
                                                            },
                                                            "end": {
                                                              "line": 81,
                                                              "column": 65
                                                            },
                                                            "identifierName": "err"
                                                          },
                                                          "name": "err"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 2601,
                                                          "end": 2609,
                                                          "loc": {
                                                            "start": {
                                                              "line": 81,
                                                              "column": 67
                                                            },
                                                            "end": {
                                                              "line": 81,
                                                              "column": 75
                                                            },
                                                            "identifierName": "rowCount"
                                                          },
                                                          "name": "rowCount"
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "start": 2614,
                                                        "end": 3074,
                                                        "loc": {
                                                          "start": {
                                                            "line": 81,
                                                            "column": 80
                                                          },
                                                          "end": {
                                                            "line": 95,
                                                            "column": 9
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 2627,
                                                            "end": 2697,
                                                            "loc": {
                                                              "start": {
                                                                "line": 83,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 83,
                                                                "column": 80
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 2627,
                                                              "end": 2696,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 83,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 83,
                                                                  "column": 79
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "start": 2627,
                                                                "end": 2632,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 83,
                                                                    "column": 10
                                                                  },
                                                                  "end": {
                                                                    "line": 83,
                                                                    "column": 15
                                                                  },
                                                                  "identifierName": "debug"
                                                                },
                                                                "name": "debug"
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "TemplateLiteral",
                                                                  "start": 2633,
                                                                  "end": 2695,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 83,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 83,
                                                                      "column": 78
                                                                    }
                                                                  },
                                                                  "expressions": [
                                                                    {
                                                                      "type": "LogicalExpression",
                                                                      "start": 2645,
                                                                      "end": 2678,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 83,
                                                                          "column": 28
                                                                        },
                                                                        "end": {
                                                                          "line": 83,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "left": {
                                                                        "type": "MemberExpression",
                                                                        "start": 2645,
                                                                        "end": 2665,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 83,
                                                                            "column": 28
                                                                          },
                                                                          "end": {
                                                                            "line": 83,
                                                                            "column": 48
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 2645,
                                                                          "end": 2660,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 83,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 83,
                                                                              "column": 43
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "ThisExpression",
                                                                            "start": 2645,
                                                                            "end": 2649,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 83,
                                                                                "column": 28
                                                                              },
                                                                              "end": {
                                                                                "line": 83,
                                                                                "column": 32
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 2650,
                                                                            "end": 2660,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 83,
                                                                                "column": 33
                                                                              },
                                                                              "end": {
                                                                                "line": 83,
                                                                                "column": 43
                                                                              },
                                                                              "identifierName": "connection"
                                                                            },
                                                                            "name": "connection"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 2661,
                                                                          "end": 2665,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 83,
                                                                              "column": 44
                                                                            },
                                                                            "end": {
                                                                              "line": 83,
                                                                              "column": 48
                                                                            },
                                                                            "identifierName": "uuid"
                                                                          },
                                                                          "name": "uuid"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "operator": "||",
                                                                      "right": {
                                                                        "type": "StringLiteral",
                                                                        "start": 2669,
                                                                        "end": 2678,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 83,
                                                                            "column": 52
                                                                          },
                                                                          "end": {
                                                                            "line": 83,
                                                                            "column": 61
                                                                          }
                                                                        },
                                                                        "extra": {
                                                                          "rawValue": "default",
                                                                          "raw": "'default'"
                                                                        },
                                                                        "value": "default"
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "MemberExpression",
                                                                      "start": 2685,
                                                                      "end": 2693,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 83,
                                                                          "column": 68
                                                                        },
                                                                        "end": {
                                                                          "line": 83,
                                                                          "column": 76
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "start": 2685,
                                                                        "end": 2689,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 83,
                                                                            "column": 68
                                                                          },
                                                                          "end": {
                                                                            "line": 83,
                                                                            "column": 72
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2690,
                                                                        "end": 2693,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 83,
                                                                            "column": 73
                                                                          },
                                                                          "end": {
                                                                            "line": 83,
                                                                            "column": 76
                                                                          },
                                                                          "identifierName": "sql"
                                                                        },
                                                                        "name": "sql"
                                                                      },
                                                                      "computed": false
                                                                    }
                                                                  ],
                                                                  "quasis": [
                                                                    {
                                                                      "type": "TemplateElement",
                                                                      "start": 2634,
                                                                      "end": 2643,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 83,
                                                                          "column": 17
                                                                        },
                                                                        "end": {
                                                                          "line": 83,
                                                                          "column": 26
                                                                        }
                                                                      },
                                                                      "value": {
                                                                        "raw": "executed(",
                                                                        "cooked": "executed("
                                                                      },
                                                                      "tail": false
                                                                    },
                                                                    {
                                                                      "type": "TemplateElement",
                                                                      "start": 2679,
                                                                      "end": 2683,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 83,
                                                                          "column": 62
                                                                        },
                                                                        "end": {
                                                                          "line": 83,
                                                                          "column": 66
                                                                        }
                                                                      },
                                                                      "value": {
                                                                        "raw": ") : ",
                                                                        "cooked": ") : "
                                                                      },
                                                                      "tail": false
                                                                    },
                                                                    {
                                                                      "type": "TemplateElement",
                                                                      "start": 2694,
                                                                      "end": 2694,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 83,
                                                                          "column": 77
                                                                        },
                                                                        "end": {
                                                                          "line": 83,
                                                                          "column": 77
                                                                        }
                                                                      },
                                                                      "value": {
                                                                        "raw": "",
                                                                        "cooked": ""
                                                                      },
                                                                      "tail": true
                                                                    }
                                                                  ]
                                                                }
                                                              ]
                                                            }
                                                          },
                                                          {
                                                            "type": "IfStatement",
                                                            "start": 2709,
                                                            "end": 2881,
                                                            "loc": {
                                                              "start": {
                                                                "line": 85,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 87,
                                                                "column": 11
                                                              }
                                                            },
                                                            "test": {
                                                              "type": "Identifier",
                                                              "start": 2713,
                                                              "end": 2722,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 85,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 85,
                                                                  "column": 23
                                                                },
                                                                "identifierName": "benchmark"
                                                              },
                                                              "name": "benchmark"
                                                            },
                                                            "consequent": {
                                                              "type": "BlockStatement",
                                                              "start": 2724,
                                                              "end": 2881,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 85,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 87,
                                                                  "column": 11
                                                                }
                                                              },
                                                              "body": [
                                                                {
                                                                  "type": "ExpressionStatement",
                                                                  "start": 2738,
                                                                  "end": 2869,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 86,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 86,
                                                                      "column": 143
                                                                    }
                                                                  },
                                                                  "expression": {
                                                                    "type": "CallExpression",
                                                                    "start": 2738,
                                                                    "end": 2868,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 86,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 86,
                                                                        "column": 142
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 2738,
                                                                      "end": 2756,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 86,
                                                                          "column": 12
                                                                        },
                                                                        "end": {
                                                                          "line": 86,
                                                                          "column": 30
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 2738,
                                                                        "end": 2752,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 86,
                                                                            "column": 12
                                                                          },
                                                                          "end": {
                                                                            "line": 86,
                                                                            "column": 26
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "ThisExpression",
                                                                          "start": 2738,
                                                                          "end": 2742,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 86,
                                                                              "column": 12
                                                                            },
                                                                            "end": {
                                                                              "line": 86,
                                                                              "column": 16
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 2743,
                                                                          "end": 2752,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 86,
                                                                              "column": 17
                                                                            },
                                                                            "end": {
                                                                              "line": 86,
                                                                              "column": 26
                                                                            },
                                                                            "identifierName": "sequelize"
                                                                          },
                                                                          "name": "sequelize"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2753,
                                                                        "end": 2756,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 86,
                                                                            "column": 27
                                                                          },
                                                                          "end": {
                                                                            "line": 86,
                                                                            "column": 30
                                                                          },
                                                                          "identifierName": "log"
                                                                        },
                                                                        "name": "log"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "BinaryExpression",
                                                                        "start": 2757,
                                                                        "end": 2826,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 86,
                                                                            "column": 31
                                                                          },
                                                                          "end": {
                                                                            "line": 86,
                                                                            "column": 100
                                                                          }
                                                                        },
                                                                        "left": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 2757,
                                                                          "end": 2815,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 86,
                                                                              "column": 31
                                                                            },
                                                                            "end": {
                                                                              "line": 86,
                                                                              "column": 89
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 2757,
                                                                            "end": 2807,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 86,
                                                                                "column": 31
                                                                              },
                                                                              "end": {
                                                                                "line": 86,
                                                                                "column": 81
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "StringLiteral",
                                                                              "start": 2757,
                                                                              "end": 2769,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 86,
                                                                                  "column": 31
                                                                                },
                                                                                "end": {
                                                                                  "line": 86,
                                                                                  "column": 43
                                                                                }
                                                                              },
                                                                              "extra": {
                                                                                "rawValue": "Executed (",
                                                                                "raw": "'Executed ('"
                                                                              },
                                                                              "value": "Executed ("
                                                                            },
                                                                            "operator": "+",
                                                                            "right": {
                                                                              "type": "LogicalExpression",
                                                                              "start": 2773,
                                                                              "end": 2806,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 86,
                                                                                  "column": 47
                                                                                },
                                                                                "end": {
                                                                                  "line": 86,
                                                                                  "column": 80
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 2773,
                                                                                "end": 2793,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 86,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 86,
                                                                                    "column": 67
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 2773,
                                                                                  "end": 2788,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 86,
                                                                                      "column": 47
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 86,
                                                                                      "column": 62
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "ThisExpression",
                                                                                    "start": 2773,
                                                                                    "end": 2777,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 86,
                                                                                        "column": 47
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 86,
                                                                                        "column": 51
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 2778,
                                                                                    "end": 2788,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 86,
                                                                                        "column": 52
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 86,
                                                                                        "column": 62
                                                                                      },
                                                                                      "identifierName": "connection"
                                                                                    },
                                                                                    "name": "connection"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 2789,
                                                                                  "end": 2793,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 86,
                                                                                      "column": 63
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 86,
                                                                                      "column": 67
                                                                                    },
                                                                                    "identifierName": "uuid"
                                                                                  },
                                                                                  "name": "uuid"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "operator": "||",
                                                                              "right": {
                                                                                "type": "StringLiteral",
                                                                                "start": 2797,
                                                                                "end": 2806,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 86,
                                                                                    "column": 71
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 86,
                                                                                    "column": 80
                                                                                  }
                                                                                },
                                                                                "extra": {
                                                                                  "rawValue": "default",
                                                                                  "raw": "'default'"
                                                                                },
                                                                                "value": "default"
                                                                              },
                                                                              "extra": {
                                                                                "parenthesized": true,
                                                                                "parenStart": 2772
                                                                              }
                                                                            }
                                                                          },
                                                                          "operator": "+",
                                                                          "right": {
                                                                            "type": "StringLiteral",
                                                                            "start": 2810,
                                                                            "end": 2815,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 86,
                                                                                "column": 84
                                                                              },
                                                                              "end": {
                                                                                "line": 86,
                                                                                "column": 89
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "rawValue": "): ",
                                                                              "raw": "'): '"
                                                                            },
                                                                            "value": "): "
                                                                          }
                                                                        },
                                                                        "operator": "+",
                                                                        "right": {
                                                                          "type": "MemberExpression",
                                                                          "start": 2818,
                                                                          "end": 2826,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 86,
                                                                              "column": 92
                                                                            },
                                                                            "end": {
                                                                              "line": 86,
                                                                              "column": 100
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "ThisExpression",
                                                                            "start": 2818,
                                                                            "end": 2822,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 86,
                                                                                "column": 92
                                                                              },
                                                                              "end": {
                                                                                "line": 86,
                                                                                "column": 96
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 2823,
                                                                            "end": 2826,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 86,
                                                                                "column": 97
                                                                              },
                                                                              "end": {
                                                                                "line": 86,
                                                                                "column": 100
                                                                              },
                                                                              "identifierName": "sql"
                                                                            },
                                                                            "name": "sql"
                                                                          },
                                                                          "computed": false
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "BinaryExpression",
                                                                        "start": 2829,
                                                                        "end": 2852,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 86,
                                                                            "column": 103
                                                                          },
                                                                          "end": {
                                                                            "line": 86,
                                                                            "column": 126
                                                                          }
                                                                        },
                                                                        "left": {
                                                                          "type": "CallExpression",
                                                                          "start": 2829,
                                                                          "end": 2839,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 86,
                                                                              "column": 103
                                                                            },
                                                                            "end": {
                                                                              "line": 86,
                                                                              "column": 113
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 2829,
                                                                            "end": 2837,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 86,
                                                                                "column": 103
                                                                              },
                                                                              "end": {
                                                                                "line": 86,
                                                                                "column": 111
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 2829,
                                                                              "end": 2833,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 86,
                                                                                  "column": 103
                                                                                },
                                                                                "end": {
                                                                                  "line": 86,
                                                                                  "column": 107
                                                                                },
                                                                                "identifierName": "Date"
                                                                              },
                                                                              "name": "Date"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 2834,
                                                                              "end": 2837,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 86,
                                                                                  "column": 108
                                                                                },
                                                                                "end": {
                                                                                  "line": 86,
                                                                                  "column": 111
                                                                                },
                                                                                "identifierName": "now"
                                                                              },
                                                                              "name": "now"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": []
                                                                        },
                                                                        "operator": "-",
                                                                        "right": {
                                                                          "type": "Identifier",
                                                                          "start": 2842,
                                                                          "end": 2852,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 86,
                                                                              "column": 116
                                                                            },
                                                                            "end": {
                                                                              "line": 86,
                                                                              "column": 126
                                                                            },
                                                                            "identifierName": "queryBegin"
                                                                          },
                                                                          "name": "queryBegin"
                                                                        },
                                                                        "extra": {
                                                                          "parenthesized": true,
                                                                          "parenStart": 2828
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "MemberExpression",
                                                                        "start": 2855,
                                                                        "end": 2867,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 86,
                                                                            "column": 129
                                                                          },
                                                                          "end": {
                                                                            "line": 86,
                                                                            "column": 141
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "ThisExpression",
                                                                          "start": 2855,
                                                                          "end": 2859,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 86,
                                                                              "column": 129
                                                                            },
                                                                            "end": {
                                                                              "line": 86,
                                                                              "column": 133
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 2860,
                                                                          "end": 2867,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 86,
                                                                              "column": 134
                                                                            },
                                                                            "end": {
                                                                              "line": 86,
                                                                              "column": 141
                                                                            },
                                                                            "identifierName": "options"
                                                                          },
                                                                          "name": "options"
                                                                        },
                                                                        "computed": false
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              ],
                                                              "directives": []
                                                            },
                                                            "alternate": null
                                                          },
                                                          {
                                                            "type": "IfStatement",
                                                            "start": 2893,
                                                            "end": 3064,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 94,
                                                                "column": 11
                                                              }
                                                            },
                                                            "test": {
                                                              "type": "Identifier",
                                                              "start": 2897,
                                                              "end": 2900,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 17
                                                                },
                                                                "identifierName": "err"
                                                              },
                                                              "name": "err"
                                                            },
                                                            "consequent": {
                                                              "type": "BlockStatement",
                                                              "start": 2902,
                                                              "end": 2985,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 19
                                                                },
                                                                "end": {
                                                                  "line": 92,
                                                                  "column": 11
                                                                }
                                                              },
                                                              "body": [
                                                                {
                                                                  "type": "ExpressionStatement",
                                                                  "start": 2916,
                                                                  "end": 2930,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 90,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 90,
                                                                      "column": 26
                                                                    }
                                                                  },
                                                                  "expression": {
                                                                    "type": "AssignmentExpression",
                                                                    "start": 2916,
                                                                    "end": 2929,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 90,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 90,
                                                                        "column": 25
                                                                      }
                                                                    },
                                                                    "operator": "=",
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "start": 2916,
                                                                      "end": 2923,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 90,
                                                                          "column": 12
                                                                        },
                                                                        "end": {
                                                                          "line": 90,
                                                                          "column": 19
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 2916,
                                                                        "end": 2919,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 90,
                                                                            "column": 12
                                                                          },
                                                                          "end": {
                                                                            "line": 90,
                                                                            "column": 15
                                                                          },
                                                                          "identifierName": "err"
                                                                        },
                                                                        "name": "err"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2920,
                                                                        "end": 2923,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 90,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 90,
                                                                            "column": 19
                                                                          },
                                                                          "identifierName": "sql"
                                                                        },
                                                                        "name": "sql"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "right": {
                                                                      "type": "Identifier",
                                                                      "start": 2926,
                                                                      "end": 2929,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 90,
                                                                          "column": 22
                                                                        },
                                                                        "end": {
                                                                          "line": 90,
                                                                          "column": 25
                                                                        },
                                                                        "identifierName": "sql"
                                                                      },
                                                                      "name": "sql"
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "ExpressionStatement",
                                                                  "start": 2943,
                                                                  "end": 2973,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 91,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 91,
                                                                      "column": 42
                                                                    }
                                                                  },
                                                                  "expression": {
                                                                    "type": "CallExpression",
                                                                    "start": 2943,
                                                                    "end": 2972,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 91,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 91,
                                                                        "column": 41
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "Identifier",
                                                                      "start": 2943,
                                                                      "end": 2949,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 91,
                                                                          "column": 12
                                                                        },
                                                                        "end": {
                                                                          "line": 91,
                                                                          "column": 18
                                                                        },
                                                                        "identifierName": "reject"
                                                                      },
                                                                      "name": "reject"
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "CallExpression",
                                                                        "start": 2950,
                                                                        "end": 2971,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 91,
                                                                            "column": 19
                                                                          },
                                                                          "end": {
                                                                            "line": 91,
                                                                            "column": 40
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "start": 2950,
                                                                          "end": 2966,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 91,
                                                                              "column": 19
                                                                            },
                                                                            "end": {
                                                                              "line": 91,
                                                                              "column": 35
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "ThisExpression",
                                                                            "start": 2950,
                                                                            "end": 2954,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 91,
                                                                                "column": 19
                                                                              },
                                                                              "end": {
                                                                                "line": 91,
                                                                                "column": 23
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 2955,
                                                                            "end": 2966,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 91,
                                                                                "column": 24
                                                                              },
                                                                              "end": {
                                                                                "line": 91,
                                                                                "column": 35
                                                                              },
                                                                              "identifierName": "formatError"
                                                                            },
                                                                            "name": "formatError"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 2967,
                                                                            "end": 2970,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 91,
                                                                                "column": 36
                                                                              },
                                                                              "end": {
                                                                                "line": 91,
                                                                                "column": 39
                                                                              },
                                                                              "identifierName": "err"
                                                                            },
                                                                            "name": "err"
                                                                          }
                                                                        ]
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              ],
                                                              "directives": []
                                                            },
                                                            "alternate": {
                                                              "type": "BlockStatement",
                                                              "start": 2991,
                                                              "end": 3064,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 92,
                                                                  "column": 17
                                                                },
                                                                "end": {
                                                                  "line": 94,
                                                                  "column": 11
                                                                }
                                                              },
                                                              "body": [
                                                                {
                                                                  "type": "ExpressionStatement",
                                                                  "start": 3005,
                                                                  "end": 3052,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 93,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 93,
                                                                      "column": 59
                                                                    }
                                                                  },
                                                                  "expression": {
                                                                    "type": "CallExpression",
                                                                    "start": 3005,
                                                                    "end": 3051,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 93,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 93,
                                                                        "column": 58
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "Identifier",
                                                                      "start": 3005,
                                                                      "end": 3012,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 93,
                                                                          "column": 12
                                                                        },
                                                                        "end": {
                                                                          "line": 93,
                                                                          "column": 19
                                                                        },
                                                                        "identifierName": "resolve"
                                                                      },
                                                                      "name": "resolve"
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "CallExpression",
                                                                        "start": 3013,
                                                                        "end": 3050,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 93,
                                                                            "column": 20
                                                                          },
                                                                          "end": {
                                                                            "line": 93,
                                                                            "column": 57
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "start": 3013,
                                                                          "end": 3031,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 93,
                                                                              "column": 20
                                                                            },
                                                                            "end": {
                                                                              "line": 93,
                                                                              "column": 38
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "ThisExpression",
                                                                            "start": 3013,
                                                                            "end": 3017,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 93,
                                                                                "column": 20
                                                                              },
                                                                              "end": {
                                                                                "line": 93,
                                                                                "column": 24
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 3018,
                                                                            "end": 3031,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 93,
                                                                                "column": 25
                                                                              },
                                                                              "end": {
                                                                                "line": 93,
                                                                                "column": 38
                                                                              },
                                                                              "identifierName": "formatResults"
                                                                            },
                                                                            "name": "formatResults"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 3032,
                                                                            "end": 3039,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 93,
                                                                                "column": 39
                                                                              },
                                                                              "end": {
                                                                                "line": 93,
                                                                                "column": 46
                                                                              },
                                                                              "identifierName": "results"
                                                                            },
                                                                            "name": "results"
                                                                          },
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 3041,
                                                                            "end": 3049,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 93,
                                                                                "column": 48
                                                                              },
                                                                              "end": {
                                                                                "line": 93,
                                                                                "column": 56
                                                                              },
                                                                              "identifierName": "rowCount"
                                                                            },
                                                                            "name": "rowCount"
                                                                          }
                                                                        ]
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              ],
                                                              "directives": []
                                                            }
                                                          }
                                                        ],
                                                        "directives": []
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "kind": "const"
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 3086,
                                            "end": 3524,
                                            "loc": {
                                              "start": {
                                                "line": 97,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 111,
                                                "column": 11
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 3086,
                                              "end": 3523,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 111,
                                                  "column": 10
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3086,
                                                "end": 3096,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 18
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3086,
                                                  "end": 3093,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 15
                                                    },
                                                    "identifierName": "request"
                                                  },
                                                  "name": "request"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3094,
                                                  "end": 3096,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 18
                                                    },
                                                    "identifierName": "on"
                                                  },
                                                  "name": "on"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 3097,
                                                  "end": 3102,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 24
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "row",
                                                    "raw": "'row'"
                                                  },
                                                  "value": "row"
                                                },
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 3104,
                                                  "end": 3522,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 111,
                                                      "column": 9
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 3104,
                                                      "end": 3111,
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 33
                                                        },
                                                        "identifierName": "columns"
                                                      },
                                                      "name": "columns"
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 3115,
                                                    "end": 3522,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 111,
                                                        "column": 9
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "VariableDeclaration",
                                                        "start": 3127,
                                                        "end": 3142,
                                                        "loc": {
                                                          "start": {
                                                            "line": 98,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 98,
                                                            "column": 25
                                                          }
                                                        },
                                                        "declarations": [
                                                          {
                                                            "type": "VariableDeclarator",
                                                            "start": 3133,
                                                            "end": 3141,
                                                            "loc": {
                                                              "start": {
                                                                "line": 98,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 98,
                                                                "column": 24
                                                              }
                                                            },
                                                            "id": {
                                                              "type": "Identifier",
                                                              "start": 3133,
                                                              "end": 3136,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 98,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 98,
                                                                  "column": 19
                                                                },
                                                                "identifierName": "row"
                                                              },
                                                              "name": "row"
                                                            },
                                                            "init": {
                                                              "type": "ObjectExpression",
                                                              "start": 3139,
                                                              "end": 3141,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 98,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 98,
                                                                  "column": 24
                                                                }
                                                              },
                                                              "properties": []
                                                            }
                                                          }
                                                        ],
                                                        "kind": "const"
                                                      },
                                                      {
                                                        "type": "ForOfStatement",
                                                        "start": 3153,
                                                        "end": 3482,
                                                        "loc": {
                                                          "start": {
                                                            "line": 99,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 108,
                                                            "column": 11
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "VariableDeclaration",
                                                          "start": 3158,
                                                          "end": 3170,
                                                          "loc": {
                                                            "start": {
                                                              "line": 99,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 99,
                                                              "column": 27
                                                            }
                                                          },
                                                          "declarations": [
                                                            {
                                                              "type": "VariableDeclarator",
                                                              "start": 3164,
                                                              "end": 3170,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 99,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 99,
                                                                  "column": 27
                                                                }
                                                              },
                                                              "id": {
                                                                "type": "Identifier",
                                                                "start": 3164,
                                                                "end": 3170,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 99,
                                                                    "column": 21
                                                                  },
                                                                  "end": {
                                                                    "line": 99,
                                                                    "column": 27
                                                                  },
                                                                  "identifierName": "column"
                                                                },
                                                                "name": "column"
                                                              },
                                                              "init": null
                                                            }
                                                          ],
                                                          "kind": "const"
                                                        },
                                                        "right": {
                                                          "type": "Identifier",
                                                          "start": 3174,
                                                          "end": 3181,
                                                          "loc": {
                                                            "start": {
                                                              "line": 99,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 99,
                                                              "column": 38
                                                            },
                                                            "identifierName": "columns"
                                                          },
                                                          "name": "columns"
                                                        },
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "start": 3183,
                                                          "end": 3482,
                                                          "loc": {
                                                            "start": {
                                                              "line": 99,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 108,
                                                              "column": 11
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "VariableDeclaration",
                                                              "start": 3197,
                                                              "end": 3236,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 100,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 100,
                                                                  "column": 51
                                                                }
                                                              },
                                                              "declarations": [
                                                                {
                                                                  "type": "VariableDeclarator",
                                                                  "start": 3203,
                                                                  "end": 3235,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 100,
                                                                      "column": 18
                                                                    },
                                                                    "end": {
                                                                      "line": 100,
                                                                      "column": 50
                                                                    }
                                                                  },
                                                                  "id": {
                                                                    "type": "Identifier",
                                                                    "start": 3203,
                                                                    "end": 3209,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 100,
                                                                        "column": 18
                                                                      },
                                                                      "end": {
                                                                        "line": 100,
                                                                        "column": 24
                                                                      },
                                                                      "identifierName": "typeid"
                                                                    },
                                                                    "name": "typeid"
                                                                  },
                                                                  "init": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3212,
                                                                    "end": 3235,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 100,
                                                                        "column": 27
                                                                      },
                                                                      "end": {
                                                                        "line": 100,
                                                                        "column": 50
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 3212,
                                                                      "end": 3232,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 100,
                                                                          "column": 27
                                                                        },
                                                                        "end": {
                                                                          "line": 100,
                                                                          "column": 47
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 3212,
                                                                        "end": 3227,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 100,
                                                                            "column": 27
                                                                          },
                                                                          "end": {
                                                                            "line": 100,
                                                                            "column": 42
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 3212,
                                                                          "end": 3218,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 100,
                                                                              "column": 27
                                                                            },
                                                                            "end": {
                                                                              "line": 100,
                                                                              "column": 33
                                                                            },
                                                                            "identifierName": "column"
                                                                          },
                                                                          "name": "column"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 3219,
                                                                          "end": 3227,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 100,
                                                                              "column": 34
                                                                            },
                                                                            "end": {
                                                                              "line": 100,
                                                                              "column": 42
                                                                            },
                                                                            "identifierName": "metadata"
                                                                          },
                                                                          "name": "metadata"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 3228,
                                                                        "end": 3232,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 100,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 100,
                                                                            "column": 47
                                                                          },
                                                                          "identifierName": "type"
                                                                        },
                                                                        "name": "type"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3233,
                                                                      "end": 3235,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 100,
                                                                          "column": 48
                                                                        },
                                                                        "end": {
                                                                          "line": 100,
                                                                          "column": 50
                                                                        },
                                                                        "identifierName": "id"
                                                                      },
                                                                      "name": "id"
                                                                    },
                                                                    "computed": false
                                                                  }
                                                                }
                                                              ],
                                                              "kind": "const"
                                                            },
                                                            {
                                                              "type": "VariableDeclaration",
                                                              "start": 3249,
                                                              "end": 3287,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 50
                                                                }
                                                              },
                                                              "declarations": [
                                                                {
                                                                  "type": "VariableDeclarator",
                                                                  "start": 3255,
                                                                  "end": 3286,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 101,
                                                                      "column": 18
                                                                    },
                                                                    "end": {
                                                                      "line": 101,
                                                                      "column": 49
                                                                    }
                                                                  },
                                                                  "id": {
                                                                    "type": "Identifier",
                                                                    "start": 3255,
                                                                    "end": 3260,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 101,
                                                                        "column": 18
                                                                      },
                                                                      "end": {
                                                                        "line": 101,
                                                                        "column": 23
                                                                      },
                                                                      "identifierName": "parse"
                                                                    },
                                                                    "name": "parse"
                                                                  },
                                                                  "init": {
                                                                    "type": "CallExpression",
                                                                    "start": 3263,
                                                                    "end": 3286,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 101,
                                                                        "column": 26
                                                                      },
                                                                      "end": {
                                                                        "line": 101,
                                                                        "column": 49
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 3263,
                                                                      "end": 3278,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 101,
                                                                          "column": 26
                                                                        },
                                                                        "end": {
                                                                          "line": 101,
                                                                          "column": 41
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 3263,
                                                                        "end": 3274,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 101,
                                                                            "column": 26
                                                                          },
                                                                          "end": {
                                                                            "line": 101,
                                                                            "column": 37
                                                                          },
                                                                          "identifierName": "parserStore"
                                                                        },
                                                                        "name": "parserStore"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 3275,
                                                                        "end": 3278,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 101,
                                                                            "column": 38
                                                                          },
                                                                          "end": {
                                                                            "line": 101,
                                                                            "column": 41
                                                                          },
                                                                          "identifierName": "get"
                                                                        },
                                                                        "name": "get"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "start": 3279,
                                                                        "end": 3285,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 101,
                                                                            "column": 42
                                                                          },
                                                                          "end": {
                                                                            "line": 101,
                                                                            "column": 48
                                                                          },
                                                                          "identifierName": "typeid"
                                                                        },
                                                                        "name": "typeid"
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              ],
                                                              "kind": "const"
                                                            },
                                                            {
                                                              "type": "VariableDeclaration",
                                                              "start": 3300,
                                                              "end": 3325,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "declarations": [
                                                                {
                                                                  "type": "VariableDeclarator",
                                                                  "start": 3304,
                                                                  "end": 3324,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 102,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 102,
                                                                      "column": 36
                                                                    }
                                                                  },
                                                                  "id": {
                                                                    "type": "Identifier",
                                                                    "start": 3304,
                                                                    "end": 3309,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 102,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 102,
                                                                        "column": 21
                                                                      },
                                                                      "identifierName": "value"
                                                                    },
                                                                    "name": "value"
                                                                  },
                                                                  "init": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3312,
                                                                    "end": 3324,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 102,
                                                                        "column": 24
                                                                      },
                                                                      "end": {
                                                                        "line": 102,
                                                                        "column": 36
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 3312,
                                                                      "end": 3318,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 102,
                                                                          "column": 24
                                                                        },
                                                                        "end": {
                                                                          "line": 102,
                                                                          "column": 30
                                                                        },
                                                                        "identifierName": "column"
                                                                      },
                                                                      "name": "column"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3319,
                                                                      "end": 3324,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 102,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 102,
                                                                          "column": 36
                                                                        },
                                                                        "identifierName": "value"
                                                                      },
                                                                      "name": "value"
                                                                    },
                                                                    "computed": false
                                                                  }
                                                                }
                                                              ],
                                                              "kind": "let"
                                                            },
                                                            {
                                                              "type": "IfStatement",
                                                              "start": 3339,
                                                              "end": 3420,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 104,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 106,
                                                                  "column": 13
                                                                }
                                                              },
                                                              "test": {
                                                                "type": "BinaryExpression",
                                                                "start": 3343,
                                                                "end": 3367,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 104,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 104,
                                                                    "column": 40
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "BinaryExpression",
                                                                  "start": 3343,
                                                                  "end": 3357,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 104,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 104,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "left": {
                                                                    "type": "Identifier",
                                                                    "start": 3343,
                                                                    "end": 3348,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 104,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 104,
                                                                        "column": 21
                                                                      },
                                                                      "identifierName": "value"
                                                                    },
                                                                    "name": "value"
                                                                  },
                                                                  "operator": "!==",
                                                                  "right": {
                                                                    "type": "NullLiteral",
                                                                    "start": 3353,
                                                                    "end": 3357,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 104,
                                                                        "column": 26
                                                                      },
                                                                      "end": {
                                                                        "line": 104,
                                                                        "column": 30
                                                                      }
                                                                    }
                                                                  }
                                                                },
                                                                "operator": "&",
                                                                "right": {
                                                                  "type": "UnaryExpression",
                                                                  "start": 3360,
                                                                  "end": 3367,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 104,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 104,
                                                                      "column": 40
                                                                    }
                                                                  },
                                                                  "operator": "!",
                                                                  "prefix": true,
                                                                  "argument": {
                                                                    "type": "UnaryExpression",
                                                                    "start": 3361,
                                                                    "end": 3367,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 104,
                                                                        "column": 34
                                                                      },
                                                                      "end": {
                                                                        "line": 104,
                                                                        "column": 40
                                                                      }
                                                                    },
                                                                    "operator": "!",
                                                                    "prefix": true,
                                                                    "argument": {
                                                                      "type": "Identifier",
                                                                      "start": 3362,
                                                                      "end": 3367,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 104,
                                                                          "column": 35
                                                                        },
                                                                        "end": {
                                                                          "line": 104,
                                                                          "column": 40
                                                                        },
                                                                        "identifierName": "parse"
                                                                      },
                                                                      "name": "parse"
                                                                    },
                                                                    "extra": {
                                                                      "parenthesizedArgument": false
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "parenthesizedArgument": false
                                                                  }
                                                                }
                                                              },
                                                              "consequent": {
                                                                "type": "BlockStatement",
                                                                "start": 3369,
                                                                "end": 3420,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 104,
                                                                    "column": 42
                                                                  },
                                                                  "end": {
                                                                    "line": 106,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "body": [
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "start": 3385,
                                                                    "end": 3406,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 105,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 105,
                                                                        "column": 35
                                                                      }
                                                                    },
                                                                    "expression": {
                                                                      "type": "AssignmentExpression",
                                                                      "start": 3385,
                                                                      "end": 3405,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 105,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 105,
                                                                          "column": 34
                                                                        }
                                                                      },
                                                                      "operator": "=",
                                                                      "left": {
                                                                        "type": "Identifier",
                                                                        "start": 3385,
                                                                        "end": 3390,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 105,
                                                                            "column": 14
                                                                          },
                                                                          "end": {
                                                                            "line": 105,
                                                                            "column": 19
                                                                          },
                                                                          "identifierName": "value"
                                                                        },
                                                                        "name": "value"
                                                                      },
                                                                      "right": {
                                                                        "type": "CallExpression",
                                                                        "start": 3393,
                                                                        "end": 3405,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 105,
                                                                            "column": 22
                                                                          },
                                                                          "end": {
                                                                            "line": 105,
                                                                            "column": 34
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "Identifier",
                                                                          "start": 3393,
                                                                          "end": 3398,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 105,
                                                                              "column": 22
                                                                            },
                                                                            "end": {
                                                                              "line": 105,
                                                                              "column": 27
                                                                            },
                                                                            "identifierName": "parse"
                                                                          },
                                                                          "name": "parse"
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 3399,
                                                                            "end": 3404,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 105,
                                                                                "column": 28
                                                                              },
                                                                              "end": {
                                                                                "line": 105,
                                                                                "column": 33
                                                                              },
                                                                              "identifierName": "value"
                                                                            },
                                                                            "name": "value"
                                                                          }
                                                                        ]
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "directives": []
                                                              },
                                                              "alternate": null
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 3433,
                                                              "end": 3470,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 107,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 107,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 3433,
                                                                "end": 3469,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 107,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 107,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3433,
                                                                  "end": 3461,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 107,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 107,
                                                                      "column": 40
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 3433,
                                                                    "end": 3436,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 107,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 107,
                                                                        "column": 15
                                                                      },
                                                                      "identifierName": "row"
                                                                    },
                                                                    "name": "row"
                                                                  },
                                                                  "property": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3437,
                                                                    "end": 3460,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 107,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 107,
                                                                        "column": 39
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 3437,
                                                                      "end": 3452,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 107,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 107,
                                                                          "column": 31
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 3437,
                                                                        "end": 3443,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 107,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 107,
                                                                            "column": 22
                                                                          },
                                                                          "identifierName": "column"
                                                                        },
                                                                        "name": "column"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 3444,
                                                                        "end": 3452,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 107,
                                                                            "column": 23
                                                                          },
                                                                          "end": {
                                                                            "line": 107,
                                                                            "column": 31
                                                                          },
                                                                          "identifierName": "metadata"
                                                                        },
                                                                        "name": "metadata"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3453,
                                                                      "end": 3460,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 107,
                                                                          "column": 32
                                                                        },
                                                                        "end": {
                                                                          "line": 107,
                                                                          "column": 39
                                                                        },
                                                                        "identifierName": "colName"
                                                                      },
                                                                      "name": "colName"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "computed": true
                                                                },
                                                                "right": {
                                                                  "type": "Identifier",
                                                                  "start": 3464,
                                                                  "end": 3469,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 107,
                                                                      "column": 43
                                                                    },
                                                                    "end": {
                                                                      "line": 107,
                                                                      "column": 48
                                                                    },
                                                                    "identifierName": "value"
                                                                  },
                                                                  "name": "value"
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 3494,
                                                        "end": 3512,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 28
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 3494,
                                                          "end": 3511,
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 27
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 3494,
                                                            "end": 3506,
                                                            "loc": {
                                                              "start": {
                                                                "line": 110,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 110,
                                                                "column": 22
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3494,
                                                              "end": 3501,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 110,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 110,
                                                                  "column": 17
                                                                },
                                                                "identifierName": "results"
                                                              },
                                                              "name": "results"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3502,
                                                              "end": 3506,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 110,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 110,
                                                                  "column": 22
                                                                },
                                                                "identifierName": "push"
                                                              },
                                                              "name": "push"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 3507,
                                                              "end": 3510,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 110,
                                                                  "column": 23
                                                                },
                                                                "end": {
                                                                  "line": 110,
                                                                  "column": 26
                                                                },
                                                                "identifierName": "row"
                                                              },
                                                              "name": "row"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 3534,
                                            "end": 3562,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 36
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 3534,
                                              "end": 3561,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 35
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3534,
                                                "end": 3552,
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 26
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3534,
                                                  "end": 3544,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 18
                                                    },
                                                    "identifierName": "connection"
                                                  },
                                                  "name": "connection"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3545,
                                                  "end": 3552,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 26
                                                    },
                                                    "identifierName": "execSql"
                                                  },
                                                  "name": "execSql"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3553,
                                                  "end": 3560,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 34
                                                    },
                                                    "identifierName": "request"
                                                  },
                                                  "name": "request"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  }
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " TRANSACTION SUPPORT",
                                    "start": 1311,
                                    "end": 1333,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 30
                                      }
                                    }
                                  }
                                ]
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 3586,
              "end": 3716,
              "loc": {
                "start": {
                  "line": 118,
                  "column": 2
                },
                "end": {
                  "line": 120,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3586,
                "end": 3589,
                "loc": {
                  "start": {
                    "line": 118,
                    "column": 2
                  },
                  "end": {
                    "line": 118,
                    "column": 5
                  },
                  "identifierName": "run"
                },
                "name": "run"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 3590,
                  "end": 3593,
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 6
                    },
                    "end": {
                      "line": 118,
                      "column": 9
                    },
                    "identifierName": "sql"
                  },
                  "name": "sql"
                },
                {
                  "type": "Identifier",
                  "start": 3595,
                  "end": 3605,
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 11
                    },
                    "end": {
                      "line": 118,
                      "column": 21
                    },
                    "identifierName": "parameters"
                  },
                  "name": "parameters"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 3607,
                "end": 3716,
                "loc": {
                  "start": {
                    "line": 118,
                    "column": 23
                  },
                  "end": {
                    "line": 120,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 3613,
                    "end": 3712,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 4
                      },
                      "end": {
                        "line": 119,
                        "column": 103
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 3620,
                      "end": 3711,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 11
                        },
                        "end": {
                          "line": 119,
                          "column": 102
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3620,
                        "end": 3633,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 11
                          },
                          "end": {
                            "line": 119,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3620,
                          "end": 3627,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 11
                            },
                            "end": {
                              "line": 119,
                              "column": 18
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3628,
                          "end": 3633,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 19
                            },
                            "end": {
                              "line": 119,
                              "column": 24
                            },
                            "identifierName": "using"
                          },
                          "name": "using"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 3634,
                          "end": 3656,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 25
                            },
                            "end": {
                              "line": 119,
                              "column": 47
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3634,
                            "end": 3654,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 25
                              },
                              "end": {
                                "line": 119,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3634,
                              "end": 3649,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 25
                                },
                                "end": {
                                  "line": 119,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3634,
                                "end": 3638,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 29
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3639,
                                "end": 3649,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 40
                                  },
                                  "identifierName": "connection"
                                },
                                "name": "connection"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3650,
                              "end": 3654,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 41
                                },
                                "end": {
                                  "line": 119,
                                  "column": 45
                                },
                                "identifierName": "lock"
                              },
                              "name": "lock"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 3658,
                          "end": 3710,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 49
                            },
                            "end": {
                              "line": 119,
                              "column": 101
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 3658,
                              "end": 3668,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 49
                                },
                                "end": {
                                  "line": 119,
                                  "column": 59
                                },
                                "identifierName": "connection"
                              },
                              "name": "connection"
                            }
                          ],
                          "body": {
                            "type": "CallExpression",
                            "start": 3672,
                            "end": 3710,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 63
                              },
                              "end": {
                                "line": 119,
                                "column": 101
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3672,
                              "end": 3681,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 63
                                },
                                "end": {
                                  "line": 119,
                                  "column": 72
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3672,
                                "end": 3676,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 67
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3677,
                                "end": 3681,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 68
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 72
                                  },
                                  "identifierName": "_run"
                                },
                                "name": "_run"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3682,
                                "end": 3692,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 83
                                  },
                                  "identifierName": "connection"
                                },
                                "name": "connection"
                              },
                              {
                                "type": "Identifier",
                                "start": 3694,
                                "end": 3697,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 85
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 88
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              {
                                "type": "Identifier",
                                "start": 3699,
                                "end": 3709,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 90
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 100
                                  },
                                  "identifierName": "parameters"
                                },
                                "name": "parameters"
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * High level function that handles the results of a query execution.\n   *\n   *\n   * Example:\n   *  query.formatResults([\n   *    {\n   *      id: 1,              // this is from the main table\n   *      attr2: 'snafu',     // this is from the main table\n   *      Tasks.id: 1,        // this is from the associated table\n   *      Tasks.title: 'task' // this is from the associated table\n   *    }\n   *  ])\n   *\n   * @param {Array} data - The result of the query execution.\n   * @private\n   ",
                  "start": 3720,
                  "end": 4219,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 2
                    },
                    "end": {
                      "line": 138,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4222,
              "end": 6545,
              "loc": {
                "start": {
                  "line": 139,
                  "column": 2
                },
                "end": {
                  "line": 203,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4222,
                "end": 4235,
                "loc": {
                  "start": {
                    "line": 139,
                    "column": 2
                  },
                  "end": {
                    "line": 139,
                    "column": 15
                  },
                  "identifierName": "formatResults"
                },
                "name": "formatResults",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 4236,
                  "end": 4240,
                  "loc": {
                    "start": {
                      "line": 139,
                      "column": 16
                    },
                    "end": {
                      "line": 139,
                      "column": 20
                    },
                    "identifierName": "data"
                  },
                  "name": "data"
                },
                {
                  "type": "Identifier",
                  "start": 4242,
                  "end": 4250,
                  "loc": {
                    "start": {
                      "line": 139,
                      "column": 22
                    },
                    "end": {
                      "line": 139,
                      "column": 30
                    },
                    "identifierName": "rowCount"
                  },
                  "name": "rowCount"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 4252,
                "end": 6545,
                "loc": {
                  "start": {
                    "line": 139,
                    "column": 32
                  },
                  "end": {
                    "line": 203,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 4258,
                    "end": 4285,
                    "loc": {
                      "start": {
                        "line": 140,
                        "column": 4
                      },
                      "end": {
                        "line": 140,
                        "column": 31
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 4262,
                        "end": 4284,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 8
                          },
                          "end": {
                            "line": 140,
                            "column": 30
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 4262,
                          "end": 4268,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 8
                            },
                            "end": {
                              "line": 140,
                              "column": 14
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 4271,
                          "end": 4284,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 17
                            },
                            "end": {
                              "line": 140,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4271,
                            "end": 4275,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 17
                              },
                              "end": {
                                "line": 140,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4276,
                            "end": 4284,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 22
                              },
                              "end": {
                                "line": 140,
                                "column": 30
                              },
                              "identifierName": "instance"
                            },
                            "name": "instance"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 4290,
                    "end": 4887,
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 4
                      },
                      "end": {
                        "line": 156,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "CallExpression",
                      "start": 4294,
                      "end": 4318,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 8
                        },
                        "end": {
                          "line": 141,
                          "column": 32
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4294,
                        "end": 4312,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 8
                          },
                          "end": {
                            "line": 141,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4294,
                          "end": 4298,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 8
                            },
                            "end": {
                              "line": 141,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4299,
                          "end": 4312,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 13
                            },
                            "end": {
                              "line": 141,
                              "column": 26
                            },
                            "identifierName": "isInsertQuery"
                          },
                          "name": "isInsertQuery"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4313,
                          "end": 4317,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 27
                            },
                            "end": {
                              "line": 141,
                              "column": 31
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        }
                      ]
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 4320,
                      "end": 4887,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 34
                        },
                        "end": {
                          "line": 156,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 4328,
                          "end": 4357,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 6
                            },
                            "end": {
                              "line": 142,
                              "column": 35
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 4328,
                            "end": 4356,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 6
                              },
                              "end": {
                                "line": 142,
                                "column": 34
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4328,
                              "end": 4350,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 6
                                },
                                "end": {
                                  "line": 142,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4328,
                                "end": 4332,
                                "loc": {
                                  "start": {
                                    "line": 142,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 142,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4333,
                                "end": 4350,
                                "loc": {
                                  "start": {
                                    "line": 142,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 142,
                                    "column": 28
                                  },
                                  "identifierName": "handleInsertQuery"
                                },
                                "name": "handleInsertQuery"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 4351,
                                "end": 4355,
                                "loc": {
                                  "start": {
                                    "line": 142,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 142,
                                    "column": 33
                                  },
                                  "identifierName": "data"
                                },
                                "name": "data"
                              }
                            ]
                          }
                        },
                        {
                          "type": "IfStatement",
                          "start": 4365,
                          "end": 4881,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 6
                            },
                            "end": {
                              "line": 155,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 4369,
                            "end": 4383,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 10
                              },
                              "end": {
                                "line": 144,
                                "column": 24
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 4370,
                              "end": 4383,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 11
                                },
                                "end": {
                                  "line": 144,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4370,
                                "end": 4374,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4375,
                                "end": 4383,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 24
                                  },
                                  "identifierName": "instance"
                                },
                                "name": "instance"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 4385,
                            "end": 4881,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 26
                              },
                              "end": {
                                "line": 155,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 4395,
                                "end": 4873,
                                "loc": {
                                  "start": {
                                    "line": 145,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 9
                                  }
                                },
                                "test": {
                                  "type": "MemberExpression",
                                  "start": 4399,
                                  "end": 4417,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 145,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4399,
                                    "end": 4411,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 24
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4399,
                                      "end": 4403,
                                      "loc": {
                                        "start": {
                                          "line": 145,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 145,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4404,
                                      "end": 4411,
                                      "loc": {
                                        "start": {
                                          "line": 145,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 145,
                                          "column": 24
                                        },
                                        "identifierName": "options"
                                      },
                                      "name": "options"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4412,
                                    "end": 4417,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 30
                                      },
                                      "identifierName": "plain"
                                    },
                                    "name": "plain"
                                  },
                                  "computed": false
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 4419,
                                  "end": 4831,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 4747,
                                      "end": 4770,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 33
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 4753,
                                          "end": 4769,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 32
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 4753,
                                            "end": 4759,
                                            "loc": {
                                              "start": {
                                                "line": 150,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 150,
                                                "column": 22
                                              },
                                              "identifierName": "record"
                                            },
                                            "name": "record",
                                            "leadingComments": null
                                          },
                                          "init": {
                                            "type": "MemberExpression",
                                            "start": 4762,
                                            "end": 4769,
                                            "loc": {
                                              "start": {
                                                "line": 150,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 150,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4762,
                                              "end": 4766,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 29
                                                },
                                                "identifierName": "data"
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "NumericLiteral",
                                              "start": 4767,
                                              "end": 4768,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 31
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            },
                                            "computed": true
                                          },
                                          "leadingComments": null
                                        }
                                      ],
                                      "kind": "const",
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " NOTE: super contrived. This just passes the newly added query-interface",
                                          "start": 4431,
                                          "end": 4505,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 84
                                            }
                                          }
                                        },
                                        {
                                          "type": "CommentLine",
                                          "value": "       test returning only the PK. There isn't a way in MSSQL to identify",
                                          "start": 4516,
                                          "end": 4591,
                                          "loc": {
                                            "start": {
                                              "line": 147,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 85
                                            }
                                          }
                                        },
                                        {
                                          "type": "CommentLine",
                                          "value": "       that a given return value is the PK, and we have no schema information",
                                          "start": 4602,
                                          "end": 4681,
                                          "loc": {
                                            "start": {
                                              "line": 148,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 148,
                                              "column": 89
                                            }
                                          }
                                        },
                                        {
                                          "type": "CommentLine",
                                          "value": "       because there was no calling Model.",
                                          "start": 4692,
                                          "end": 4736,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 149,
                                              "column": 54
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4781,
                                      "end": 4821,
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 50
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 4781,
                                        "end": 4820,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 49
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 4781,
                                          "end": 4787,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 16
                                            },
                                            "identifierName": "result"
                                          },
                                          "name": "result"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 4790,
                                          "end": 4820,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4790,
                                            "end": 4796,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 25
                                              },
                                              "identifierName": "record"
                                            },
                                            "name": "record"
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "start": 4797,
                                            "end": 4819,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 48
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 4797,
                                              "end": 4816,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 45
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4797,
                                                "end": 4808,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 37
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4797,
                                                  "end": 4803,
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 151,
                                                      "column": 32
                                                    },
                                                    "identifierName": "Object"
                                                  },
                                                  "name": "Object"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4804,
                                                  "end": 4808,
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 151,
                                                      "column": 37
                                                    },
                                                    "identifierName": "keys"
                                                  },
                                                  "name": "keys"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 4809,
                                                  "end": 4815,
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 151,
                                                      "column": 44
                                                    },
                                                    "identifierName": "record"
                                                  },
                                                  "name": "record"
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "NumericLiteral",
                                              "start": 4817,
                                              "end": 4818,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 47
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            },
                                            "computed": true
                                          },
                                          "computed": true
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 4837,
                                  "end": 4873,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4849,
                                      "end": 4863,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 153,
                                          "column": 24
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 4849,
                                        "end": 4862,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 23
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 4849,
                                          "end": 4855,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 16
                                            },
                                            "identifierName": "result"
                                          },
                                          "name": "result"
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 4858,
                                          "end": 4862,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 23
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "IfStatement",
                    "start": 4893,
                    "end": 6521,
                    "loc": {
                      "start": {
                        "line": 158,
                        "column": 4
                      },
                      "end": {
                        "line": 200,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "CallExpression",
                      "start": 4897,
                      "end": 4921,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 8
                        },
                        "end": {
                          "line": 158,
                          "column": 32
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4897,
                        "end": 4919,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 8
                          },
                          "end": {
                            "line": 158,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4897,
                          "end": 4901,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 8
                            },
                            "end": {
                              "line": 158,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4902,
                          "end": 4919,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 13
                            },
                            "end": {
                              "line": 158,
                              "column": 30
                            },
                            "identifierName": "isShowTablesQuery"
                          },
                          "name": "isShowTablesQuery"
                        },
                        "computed": false
                      },
                      "arguments": []
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 4923,
                      "end": 4979,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 34
                        },
                        "end": {
                          "line": 160,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 4931,
                          "end": 4973,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 6
                            },
                            "end": {
                              "line": 159,
                              "column": 48
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 4931,
                            "end": 4972,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 6
                              },
                              "end": {
                                "line": 159,
                                "column": 47
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 4931,
                              "end": 4937,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 6
                                },
                                "end": {
                                  "line": 159,
                                  "column": 12
                                },
                                "identifierName": "result"
                              },
                              "name": "result"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 4940,
                              "end": 4972,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 15
                                },
                                "end": {
                                  "line": 159,
                                  "column": 47
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4940,
                                "end": 4966,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 4940,
                                  "end": 4944,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 19
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4945,
                                  "end": 4966,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 41
                                    },
                                    "identifierName": "handleShowTablesQuery"
                                  },
                                  "name": "handleShowTablesQuery"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4967,
                                  "end": 4971,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 46
                                    },
                                    "identifierName": "data"
                                  },
                                  "name": "data"
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "IfStatement",
                      "start": 4985,
                      "end": 6521,
                      "loc": {
                        "start": {
                          "line": 160,
                          "column": 11
                        },
                        "end": {
                          "line": 200,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "CallExpression",
                        "start": 4989,
                        "end": 5011,
                        "loc": {
                          "start": {
                            "line": 160,
                            "column": 15
                          },
                          "end": {
                            "line": 160,
                            "column": 37
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4989,
                          "end": 5009,
                          "loc": {
                            "start": {
                              "line": 160,
                              "column": 15
                            },
                            "end": {
                              "line": 160,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4989,
                            "end": 4993,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 15
                              },
                              "end": {
                                "line": 160,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4994,
                            "end": 5009,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 20
                              },
                              "end": {
                                "line": 160,
                                "column": 35
                              },
                              "identifierName": "isDescribeQuery"
                            },
                            "name": "isDescribeQuery"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 5013,
                        "end": 5502,
                        "loc": {
                          "start": {
                            "line": 160,
                            "column": 39
                          },
                          "end": {
                            "line": 174,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 5021,
                            "end": 5033,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 6
                              },
                              "end": {
                                "line": 161,
                                "column": 18
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 5021,
                              "end": 5032,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 6
                                },
                                "end": {
                                  "line": 161,
                                  "column": 17
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 5021,
                                "end": 5027,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 12
                                  },
                                  "identifierName": "result"
                                },
                                "name": "result"
                              },
                              "right": {
                                "type": "ObjectExpression",
                                "start": 5030,
                                "end": 5032,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 17
                                  }
                                },
                                "properties": []
                              }
                            }
                          },
                          {
                            "type": "ForOfStatement",
                            "start": 5040,
                            "end": 5496,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 6
                              },
                              "end": {
                                "line": 173,
                                "column": 7
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 5045,
                              "end": 5058,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 11
                                },
                                "end": {
                                  "line": 162,
                                  "column": 24
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 5051,
                                  "end": 5058,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 24
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 5051,
                                    "end": 5058,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 24
                                      },
                                      "identifierName": "_result"
                                    },
                                    "name": "_result"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "const"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 5062,
                              "end": 5066,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 28
                                },
                                "end": {
                                  "line": 162,
                                  "column": 32
                                },
                                "identifierName": "data"
                              },
                              "name": "data"
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 5068,
                              "end": 5496,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 34
                                },
                                "end": {
                                  "line": 173,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 5078,
                                  "end": 5235,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 9
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 5082,
                                    "end": 5097,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5082,
                                      "end": 5089,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 19
                                        },
                                        "identifierName": "_result"
                                      },
                                      "name": "_result"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5090,
                                      "end": 5097,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 27
                                        },
                                        "identifierName": "Default"
                                      },
                                      "name": "Default"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 5099,
                                    "end": 5235,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5111,
                                        "end": 5199,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 98
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 5111,
                                          "end": 5198,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 97
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 5111,
                                            "end": 5126,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 25
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5111,
                                              "end": 5118,
                                              "loc": {
                                                "start": {
                                                  "line": 164,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 164,
                                                  "column": 17
                                                },
                                                "identifierName": "_result"
                                              },
                                              "name": "_result"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5119,
                                              "end": 5126,
                                              "loc": {
                                                "start": {
                                                  "line": 164,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 164,
                                                  "column": 25
                                                },
                                                "identifierName": "Default"
                                              },
                                              "name": "Default"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 5129,
                                            "end": 5198,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 97
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5129,
                                              "end": 5188,
                                              "loc": {
                                                "start": {
                                                  "line": 164,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 164,
                                                  "column": 87
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 5129,
                                                "end": 5180,
                                                "loc": {
                                                  "start": {
                                                    "line": 164,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 79
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 5129,
                                                  "end": 5170,
                                                  "loc": {
                                                    "start": {
                                                      "line": 164,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 164,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 5129,
                                                    "end": 5162,
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 61
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5129,
                                                      "end": 5152,
                                                      "loc": {
                                                        "start": {
                                                          "line": 164,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 164,
                                                          "column": 51
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 5129,
                                                        "end": 5144,
                                                        "loc": {
                                                          "start": {
                                                            "line": 164,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 164,
                                                            "column": 43
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5129,
                                                          "end": 5136,
                                                          "loc": {
                                                            "start": {
                                                              "line": 164,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 164,
                                                              "column": 35
                                                            },
                                                            "identifierName": "_result"
                                                          },
                                                          "name": "_result"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5137,
                                                          "end": 5144,
                                                          "loc": {
                                                            "start": {
                                                              "line": 164,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 164,
                                                              "column": 43
                                                            },
                                                            "identifierName": "Default"
                                                          },
                                                          "name": "Default"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5145,
                                                        "end": 5152,
                                                        "loc": {
                                                          "start": {
                                                            "line": 164,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 164,
                                                            "column": 51
                                                          },
                                                          "identifierName": "replace"
                                                        },
                                                        "name": "replace"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "StringLiteral",
                                                        "start": 5153,
                                                        "end": 5157,
                                                        "loc": {
                                                          "start": {
                                                            "line": 164,
                                                            "column": 52
                                                          },
                                                          "end": {
                                                            "line": 164,
                                                            "column": 56
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "('",
                                                          "raw": "\"('\""
                                                        },
                                                        "value": "('"
                                                      },
                                                      {
                                                        "type": "StringLiteral",
                                                        "start": 5159,
                                                        "end": 5161,
                                                        "loc": {
                                                          "start": {
                                                            "line": 164,
                                                            "column": 58
                                                          },
                                                          "end": {
                                                            "line": 164,
                                                            "column": 60
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "",
                                                          "raw": "''"
                                                        },
                                                        "value": ""
                                                      }
                                                    ]
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5163,
                                                    "end": 5170,
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 69
                                                      },
                                                      "identifierName": "replace"
                                                    },
                                                    "name": "replace"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 5171,
                                                    "end": 5175,
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 74
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "')",
                                                      "raw": "\"')\""
                                                    },
                                                    "value": "')"
                                                  },
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 5177,
                                                    "end": 5179,
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 78
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "",
                                                      "raw": "''"
                                                    },
                                                    "value": ""
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5181,
                                                "end": 5188,
                                                "loc": {
                                                  "start": {
                                                    "line": 164,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 87
                                                  },
                                                  "identifierName": "replace"
                                                },
                                                "name": "replace"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "RegExpLiteral",
                                                "start": 5189,
                                                "end": 5193,
                                                "loc": {
                                                  "start": {
                                                    "line": 164,
                                                    "column": 88
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 92
                                                  }
                                                },
                                                "extra": {
                                                  "raw": "/'/g"
                                                },
                                                "pattern": "'",
                                                "flags": "g"
                                              },
                                              {
                                                "type": "StringLiteral",
                                                "start": 5195,
                                                "end": 5197,
                                                "loc": {
                                                  "start": {
                                                    "line": 164,
                                                    "column": 94
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 96
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "",
                                                  "raw": "''"
                                                },
                                                "value": ""
                                              }
                                            ]
                                          }
                                        },
                                        "trailingComments": [
                                          {
                                            "type": "CommentBlock",
                                            "value": " jshint ignore: line ",
                                            "start": 5200,
                                            "end": 5225,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 99
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 124
                                              }
                                            }
                                          }
                                        ]
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5245,
                                  "end": 5488,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 10
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5245,
                                    "end": 5487,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 9
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5245,
                                      "end": 5265,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5245,
                                        "end": 5251,
                                        "loc": {
                                          "start": {
                                            "line": 167,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 167,
                                            "column": 14
                                          },
                                          "identifierName": "result"
                                        },
                                        "name": "result"
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 5252,
                                        "end": 5264,
                                        "loc": {
                                          "start": {
                                            "line": 167,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 167,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5252,
                                          "end": 5259,
                                          "loc": {
                                            "start": {
                                              "line": 167,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 167,
                                              "column": 22
                                            },
                                            "identifierName": "_result"
                                          },
                                          "name": "_result"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5260,
                                          "end": 5264,
                                          "loc": {
                                            "start": {
                                              "line": 167,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 167,
                                              "column": 27
                                            },
                                            "identifierName": "Name"
                                          },
                                          "name": "Name"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    },
                                    "right": {
                                      "type": "ObjectExpression",
                                      "start": 5268,
                                      "end": 5487,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 9
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "ObjectProperty",
                                          "start": 5280,
                                          "end": 5312,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 42
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 5280,
                                            "end": 5284,
                                            "loc": {
                                              "start": {
                                                "line": 168,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 14
                                              },
                                              "identifierName": "type"
                                            },
                                            "name": "type"
                                          },
                                          "value": {
                                            "type": "CallExpression",
                                            "start": 5286,
                                            "end": 5312,
                                            "loc": {
                                              "start": {
                                                "line": 168,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 42
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5286,
                                              "end": 5310,
                                              "loc": {
                                                "start": {
                                                  "line": 168,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 168,
                                                  "column": 40
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5286,
                                                "end": 5298,
                                                "loc": {
                                                  "start": {
                                                    "line": 168,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 168,
                                                    "column": 28
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5286,
                                                  "end": 5293,
                                                  "loc": {
                                                    "start": {
                                                      "line": 168,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 168,
                                                      "column": 23
                                                    },
                                                    "identifierName": "_result"
                                                  },
                                                  "name": "_result"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5294,
                                                  "end": 5298,
                                                  "loc": {
                                                    "start": {
                                                      "line": 168,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 168,
                                                      "column": 28
                                                    },
                                                    "identifierName": "Type"
                                                  },
                                                  "name": "Type"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5299,
                                                "end": 5310,
                                                "loc": {
                                                  "start": {
                                                    "line": 168,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 168,
                                                    "column": 40
                                                  },
                                                  "identifierName": "toUpperCase"
                                                },
                                                "name": "toUpperCase"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        },
                                        {
                                          "type": "ObjectProperty",
                                          "start": 5324,
                                          "end": 5376,
                                          "loc": {
                                            "start": {
                                              "line": 169,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 169,
                                              "column": 62
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 5324,
                                            "end": 5333,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 19
                                              },
                                              "identifierName": "allowNull"
                                            },
                                            "name": "allowNull"
                                          },
                                          "value": {
                                            "type": "ConditionalExpression",
                                            "start": 5336,
                                            "end": 5375,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 61
                                              }
                                            },
                                            "test": {
                                              "type": "BinaryExpression",
                                              "start": 5336,
                                              "end": 5360,
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 169,
                                                  "column": 46
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 5336,
                                                "end": 5350,
                                                "loc": {
                                                  "start": {
                                                    "line": 169,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 169,
                                                    "column": 36
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5336,
                                                  "end": 5343,
                                                  "loc": {
                                                    "start": {
                                                      "line": 169,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 169,
                                                      "column": 29
                                                    },
                                                    "identifierName": "_result"
                                                  },
                                                  "name": "_result"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5344,
                                                  "end": 5350,
                                                  "loc": {
                                                    "start": {
                                                      "line": 169,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 169,
                                                      "column": 36
                                                    },
                                                    "identifierName": "IsNull"
                                                  },
                                                  "name": "IsNull"
                                                },
                                                "computed": false
                                              },
                                              "operator": "===",
                                              "right": {
                                                "type": "StringLiteral",
                                                "start": 5355,
                                                "end": 5360,
                                                "loc": {
                                                  "start": {
                                                    "line": 169,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 169,
                                                    "column": 46
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "YES",
                                                  "raw": "'YES'"
                                                },
                                                "value": "YES"
                                              }
                                            },
                                            "consequent": {
                                              "type": "BooleanLiteral",
                                              "start": 5363,
                                              "end": 5367,
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 169,
                                                  "column": 53
                                                }
                                              },
                                              "value": true
                                            },
                                            "alternate": {
                                              "type": "BooleanLiteral",
                                              "start": 5370,
                                              "end": 5375,
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 169,
                                                  "column": 61
                                                }
                                              },
                                              "value": false
                                            },
                                            "extra": {
                                              "parenthesized": true,
                                              "parenStart": 5335
                                            }
                                          }
                                        },
                                        {
                                          "type": "ObjectProperty",
                                          "start": 5388,
                                          "end": 5417,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 39
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 5388,
                                            "end": 5400,
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 22
                                              },
                                              "identifierName": "defaultValue"
                                            },
                                            "name": "defaultValue"
                                          },
                                          "value": {
                                            "type": "MemberExpression",
                                            "start": 5402,
                                            "end": 5417,
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5402,
                                              "end": 5409,
                                              "loc": {
                                                "start": {
                                                  "line": 170,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 170,
                                                  "column": 31
                                                },
                                                "identifierName": "_result"
                                              },
                                              "name": "_result"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5410,
                                              "end": 5417,
                                              "loc": {
                                                "start": {
                                                  "line": 170,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 170,
                                                  "column": 39
                                                },
                                                "identifierName": "Default"
                                              },
                                              "name": "Default"
                                            },
                                            "computed": false
                                          }
                                        },
                                        {
                                          "type": "ObjectProperty",
                                          "start": 5429,
                                          "end": 5477,
                                          "loc": {
                                            "start": {
                                              "line": 171,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 171,
                                              "column": 58
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 5429,
                                            "end": 5439,
                                            "loc": {
                                              "start": {
                                                "line": 171,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 171,
                                                "column": 20
                                              },
                                              "identifierName": "primaryKey"
                                            },
                                            "name": "primaryKey"
                                          },
                                          "value": {
                                            "type": "BinaryExpression",
                                            "start": 5441,
                                            "end": 5477,
                                            "loc": {
                                              "start": {
                                                "line": 171,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 171,
                                                "column": 58
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 5441,
                                              "end": 5459,
                                              "loc": {
                                                "start": {
                                                  "line": 171,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 171,
                                                  "column": 40
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5441,
                                                "end": 5448,
                                                "loc": {
                                                  "start": {
                                                    "line": 171,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 171,
                                                    "column": 29
                                                  },
                                                  "identifierName": "_result"
                                                },
                                                "name": "_result"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5449,
                                                "end": 5459,
                                                "loc": {
                                                  "start": {
                                                    "line": 171,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 171,
                                                    "column": 40
                                                  },
                                                  "identifierName": "Constraint"
                                                },
                                                "name": "Constraint"
                                              },
                                              "computed": false
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 5464,
                                              "end": 5477,
                                              "loc": {
                                                "start": {
                                                  "line": 171,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 171,
                                                  "column": 58
                                                }
                                              },
                                              "extra": {
                                                "rawValue": "PRIMARY KEY",
                                                "raw": "'PRIMARY KEY'"
                                              },
                                              "value": "PRIMARY KEY"
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 5508,
                        "end": 6521,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 11
                          },
                          "end": {
                            "line": 200,
                            "column": 5
                          }
                        },
                        "test": {
                          "type": "CallExpression",
                          "start": 5512,
                          "end": 5537,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 15
                            },
                            "end": {
                              "line": 174,
                              "column": 40
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5512,
                            "end": 5535,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 15
                              },
                              "end": {
                                "line": 174,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5512,
                              "end": 5516,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 15
                                },
                                "end": {
                                  "line": 174,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5517,
                              "end": 5535,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 20
                                },
                                "end": {
                                  "line": 174,
                                  "column": 38
                                },
                                "identifierName": "isShowIndexesQuery"
                              },
                              "name": "isShowIndexesQuery"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 5539,
                          "end": 5596,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 42
                            },
                            "end": {
                              "line": 176,
                              "column": 5
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 5547,
                              "end": 5590,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 6
                                },
                                "end": {
                                  "line": 175,
                                  "column": 49
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 5547,
                                "end": 5589,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 48
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 5547,
                                  "end": 5553,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 12
                                    },
                                    "identifierName": "result"
                                  },
                                  "name": "result"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 5556,
                                  "end": 5589,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 48
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5556,
                                    "end": 5583,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 42
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 5556,
                                      "end": 5560,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5561,
                                      "end": 5583,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 42
                                        },
                                        "identifierName": "handleShowIndexesQuery"
                                      },
                                      "name": "handleShowIndexesQuery"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 5584,
                                      "end": 5588,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 47
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 5602,
                          "end": 6521,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 11
                            },
                            "end": {
                              "line": 200,
                              "column": 5
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 5606,
                            "end": 5626,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 15
                              },
                              "end": {
                                "line": 176,
                                "column": 35
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5606,
                              "end": 5624,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 15
                                },
                                "end": {
                                  "line": 176,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5606,
                                "end": 5610,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5611,
                                "end": 5624,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 33
                                  },
                                  "identifierName": "isSelectQuery"
                                },
                                "name": "isSelectQuery"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 5628,
                            "end": 5680,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 37
                              },
                              "end": {
                                "line": 178,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 5636,
                                "end": 5674,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 44
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 5636,
                                  "end": 5673,
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 43
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 5636,
                                    "end": 5642,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 12
                                      },
                                      "identifierName": "result"
                                    },
                                    "name": "result"
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 5645,
                                    "end": 5673,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 43
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5645,
                                      "end": 5667,
                                      "loc": {
                                        "start": {
                                          "line": 177,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 177,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5645,
                                        "end": 5649,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5650,
                                        "end": 5667,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 37
                                          },
                                          "identifierName": "handleSelectQuery"
                                        },
                                        "name": "handleSelectQuery"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5668,
                                        "end": 5672,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 42
                                          },
                                          "identifierName": "data"
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": {
                            "type": "IfStatement",
                            "start": 5686,
                            "end": 6521,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 11
                              },
                              "end": {
                                "line": 200,
                                "column": 5
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 5690,
                              "end": 5710,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 15
                                },
                                "end": {
                                  "line": 178,
                                  "column": 35
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5690,
                                "end": 5708,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 5690,
                                  "end": 5694,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 19
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5695,
                                  "end": 5708,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 33
                                    },
                                    "identifierName": "isUpsertQuery"
                                  },
                                  "name": "isUpsertQuery"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 5712,
                              "end": 5886,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 37
                                },
                                "end": {
                                  "line": 185,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 5782,
                                  "end": 5880,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 5786,
                                    "end": 5814,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 38
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5786,
                                      "end": 5801,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5786,
                                        "end": 5793,
                                        "loc": {
                                          "start": {
                                            "line": 180,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 180,
                                            "column": 17
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5786,
                                          "end": 5790,
                                          "loc": {
                                            "start": {
                                              "line": 180,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 180,
                                              "column": 14
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data",
                                          "leadingComments": null
                                        },
                                        "property": {
                                          "type": "NumericLiteral",
                                          "start": 5791,
                                          "end": 5792,
                                          "loc": {
                                            "start": {
                                              "line": 180,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 180,
                                              "column": 16
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        },
                                        "computed": true,
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5794,
                                        "end": 5801,
                                        "loc": {
                                          "start": {
                                            "line": 180,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 180,
                                            "column": 25
                                          },
                                          "identifierName": "$action"
                                        },
                                        "name": "$action"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 5806,
                                      "end": 5814,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 38
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "INSERT",
                                        "raw": "'INSERT'"
                                      },
                                      "value": "INSERT"
                                    },
                                    "leadingComments": null
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 5816,
                                    "end": 5845,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5826,
                                        "end": 5837,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 19
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 5826,
                                          "end": 5836,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 18
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 5826,
                                            "end": 5832,
                                            "loc": {
                                              "start": {
                                                "line": 181,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 181,
                                                "column": 14
                                              },
                                              "identifierName": "result"
                                            },
                                            "name": "result"
                                          },
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 5835,
                                            "end": 5836,
                                            "loc": {
                                              "start": {
                                                "line": 181,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 181,
                                                "column": 18
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "value": 1
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": {
                                    "type": "BlockStatement",
                                    "start": 5851,
                                    "end": 5880,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5861,
                                        "end": 5872,
                                        "loc": {
                                          "start": {
                                            "line": 183,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 183,
                                            "column": 19
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 5861,
                                          "end": 5871,
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 18
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 5861,
                                            "end": 5867,
                                            "loc": {
                                              "start": {
                                                "line": 183,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 183,
                                                "column": 14
                                              },
                                              "identifierName": "result"
                                            },
                                            "name": "result"
                                          },
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 5870,
                                            "end": 5871,
                                            "loc": {
                                              "start": {
                                                "line": 183,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 183,
                                                "column": 18
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 2,
                                              "raw": "2"
                                            },
                                            "value": 2
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": "Use the same return value as that of MySQL & Postgres",
                                      "start": 5720,
                                      "end": 5775,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 61
                                        }
                                      }
                                    }
                                  ]
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "IfStatement",
                              "start": 5892,
                              "end": 6521,
                              "loc": {
                                "start": {
                                  "line": 185,
                                  "column": 11
                                },
                                "end": {
                                  "line": 200,
                                  "column": 5
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 5896,
                                "end": 5914,
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 33
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5896,
                                  "end": 5912,
                                  "loc": {
                                    "start": {
                                      "line": 185,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 185,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5896,
                                    "end": 5900,
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5901,
                                    "end": 5912,
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 31
                                      },
                                      "identifierName": "isCallQuery"
                                    },
                                    "name": "isCallQuery"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 5916,
                                "end": 5947,
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 5924,
                                    "end": 5941,
                                    "loc": {
                                      "start": {
                                        "line": 186,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 186,
                                        "column": 23
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 5924,
                                      "end": 5940,
                                      "loc": {
                                        "start": {
                                          "line": 186,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 186,
                                          "column": 22
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 5924,
                                        "end": 5930,
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 12
                                          },
                                          "identifierName": "result"
                                        },
                                        "name": "result"
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 5933,
                                        "end": 5940,
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 22
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5933,
                                          "end": 5937,
                                          "loc": {
                                            "start": {
                                              "line": 186,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 186,
                                              "column": 19
                                            },
                                            "identifierName": "data"
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "NumericLiteral",
                                          "start": 5938,
                                          "end": 5939,
                                          "loc": {
                                            "start": {
                                              "line": 186,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 186,
                                              "column": 21
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        },
                                        "computed": true
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": {
                                "type": "IfStatement",
                                "start": 5953,
                                "end": 6521,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 5
                                  }
                                },
                                "test": {
                                  "type": "CallExpression",
                                  "start": 5957,
                                  "end": 5981,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 39
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5957,
                                    "end": 5979,
                                    "loc": {
                                      "start": {
                                        "line": 187,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 187,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 5957,
                                      "end": 5961,
                                      "loc": {
                                        "start": {
                                          "line": 187,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 187,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5962,
                                      "end": 5979,
                                      "loc": {
                                        "start": {
                                          "line": 187,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 187,
                                          "column": 37
                                        },
                                        "identifierName": "isBulkUpdateQuery"
                                      },
                                      "name": "isBulkUpdateQuery"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 5983,
                                  "end": 6018,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 5991,
                                      "end": 6012,
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 27
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 5991,
                                        "end": 6011,
                                        "loc": {
                                          "start": {
                                            "line": 188,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 26
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 5991,
                                          "end": 5997,
                                          "loc": {
                                            "start": {
                                              "line": 188,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 188,
                                              "column": 12
                                            },
                                            "identifierName": "result"
                                          },
                                          "name": "result"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 6000,
                                          "end": 6011,
                                          "loc": {
                                            "start": {
                                              "line": 188,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 188,
                                              "column": 26
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6000,
                                            "end": 6004,
                                            "loc": {
                                              "start": {
                                                "line": 188,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 188,
                                                "column": 19
                                              },
                                              "identifierName": "data"
                                            },
                                            "name": "data"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6005,
                                            "end": 6011,
                                            "loc": {
                                              "start": {
                                                "line": 188,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 188,
                                                "column": 26
                                              },
                                              "identifierName": "length"
                                            },
                                            "name": "length"
                                          },
                                          "computed": false
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "start": 6024,
                                  "end": 6521,
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 200,
                                      "column": 5
                                    }
                                  },
                                  "test": {
                                    "type": "CallExpression",
                                    "start": 6028,
                                    "end": 6052,
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 39
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6028,
                                      "end": 6050,
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 6028,
                                        "end": 6032,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6033,
                                        "end": 6050,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 37
                                          },
                                          "identifierName": "isBulkDeleteQuery"
                                        },
                                        "name": "isBulkDeleteQuery"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 6053,
                                    "end": 6108,
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 5
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 6061,
                                        "end": 6102,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 47
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 6061,
                                          "end": 6101,
                                          "loc": {
                                            "start": {
                                              "line": 190,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 190,
                                              "column": 46
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 6061,
                                            "end": 6067,
                                            "loc": {
                                              "start": {
                                                "line": 190,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 190,
                                                "column": 12
                                              },
                                              "identifierName": "result"
                                            },
                                            "name": "result"
                                          },
                                          "right": {
                                            "type": "LogicalExpression",
                                            "start": 6070,
                                            "end": 6101,
                                            "loc": {
                                              "start": {
                                                "line": 190,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 190,
                                                "column": 46
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 6070,
                                              "end": 6077,
                                              "loc": {
                                                "start": {
                                                  "line": 190,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 190,
                                                  "column": 22
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 6070,
                                                "end": 6074,
                                                "loc": {
                                                  "start": {
                                                    "line": 190,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 190,
                                                    "column": 19
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "NumericLiteral",
                                                "start": 6075,
                                                "end": 6076,
                                                "loc": {
                                                  "start": {
                                                    "line": 190,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 190,
                                                    "column": 21
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 0,
                                                  "raw": "0"
                                                },
                                                "value": 0
                                              },
                                              "computed": true
                                            },
                                            "operator": "&&",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 6081,
                                              "end": 6101,
                                              "loc": {
                                                "start": {
                                                  "line": 190,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 190,
                                                  "column": 46
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 6081,
                                                "end": 6088,
                                                "loc": {
                                                  "start": {
                                                    "line": 190,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 190,
                                                    "column": 33
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6081,
                                                  "end": 6085,
                                                  "loc": {
                                                    "start": {
                                                      "line": 190,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 190,
                                                      "column": 30
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "NumericLiteral",
                                                  "start": 6086,
                                                  "end": 6087,
                                                  "loc": {
                                                    "start": {
                                                      "line": 190,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 190,
                                                      "column": 32
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 0,
                                                    "raw": "0"
                                                  },
                                                  "value": 0
                                                },
                                                "computed": true
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6089,
                                                "end": 6101,
                                                "loc": {
                                                  "start": {
                                                    "line": 190,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 190,
                                                    "column": 46
                                                  },
                                                  "identifierName": "AFFECTEDROWS"
                                                },
                                                "name": "AFFECTEDROWS"
                                              },
                                              "computed": false
                                            }
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "start": 6114,
                                    "end": 6521,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 5
                                      }
                                    },
                                    "test": {
                                      "type": "CallExpression",
                                      "start": 6118,
                                      "end": 6139,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 191,
                                          "column": 36
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 6118,
                                        "end": 6137,
                                        "loc": {
                                          "start": {
                                            "line": 191,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 34
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6118,
                                          "end": 6122,
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 191,
                                              "column": 19
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6123,
                                          "end": 6137,
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 191,
                                              "column": 34
                                            },
                                            "identifierName": "isVersionQuery"
                                          },
                                          "name": "isVersionQuery"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 6141,
                                      "end": 6180,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 5
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 6149,
                                          "end": 6174,
                                          "loc": {
                                            "start": {
                                              "line": 192,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 192,
                                              "column": 31
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 6149,
                                            "end": 6173,
                                            "loc": {
                                              "start": {
                                                "line": 192,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 30
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 6149,
                                              "end": 6155,
                                              "loc": {
                                                "start": {
                                                  "line": 192,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 192,
                                                  "column": 12
                                                },
                                                "identifierName": "result"
                                              },
                                              "name": "result"
                                            },
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 6158,
                                              "end": 6173,
                                              "loc": {
                                                "start": {
                                                  "line": 192,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 192,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 6158,
                                                "end": 6165,
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 192,
                                                    "column": 22
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6158,
                                                  "end": 6162,
                                                  "loc": {
                                                    "start": {
                                                      "line": 192,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 192,
                                                      "column": 19
                                                    },
                                                    "identifierName": "data"
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "NumericLiteral",
                                                  "start": 6163,
                                                  "end": 6164,
                                                  "loc": {
                                                    "start": {
                                                      "line": 192,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 192,
                                                      "column": 21
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 0,
                                                    "raw": "0"
                                                  },
                                                  "value": 0
                                                },
                                                "computed": true
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6166,
                                                "end": 6173,
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 192,
                                                    "column": 30
                                                  },
                                                  "identifierName": "version"
                                                },
                                                "name": "version"
                                              },
                                              "computed": false
                                            }
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": {
                                      "type": "IfStatement",
                                      "start": 6186,
                                      "end": 6521,
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 5
                                        }
                                      },
                                      "test": {
                                        "type": "CallExpression",
                                        "start": 6190,
                                        "end": 6215,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 40
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6190,
                                          "end": 6213,
                                          "loc": {
                                            "start": {
                                              "line": 193,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 193,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 6190,
                                            "end": 6194,
                                            "loc": {
                                              "start": {
                                                "line": 193,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 193,
                                                "column": 19
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6195,
                                            "end": 6213,
                                            "loc": {
                                              "start": {
                                                "line": 193,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 193,
                                                "column": 38
                                              },
                                              "identifierName": "isForeignKeysQuery"
                                            },
                                            "name": "isForeignKeysQuery"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 6217,
                                        "end": 6245,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 195,
                                            "column": 5
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 6225,
                                            "end": 6239,
                                            "loc": {
                                              "start": {
                                                "line": 194,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 194,
                                                "column": 20
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 6225,
                                              "end": 6238,
                                              "loc": {
                                                "start": {
                                                  "line": 194,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 194,
                                                  "column": 19
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 6225,
                                                "end": 6231,
                                                "loc": {
                                                  "start": {
                                                    "line": 194,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 194,
                                                    "column": 12
                                                  },
                                                  "identifierName": "result"
                                                },
                                                "name": "result"
                                              },
                                              "right": {
                                                "type": "Identifier",
                                                "start": 6234,
                                                "end": 6238,
                                                "loc": {
                                                  "start": {
                                                    "line": 194,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 194,
                                                    "column": 19
                                                  },
                                                  "identifierName": "data"
                                                },
                                                "name": "data"
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "IfStatement",
                                        "start": 6251,
                                        "end": 6521,
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 200,
                                            "column": 5
                                          }
                                        },
                                        "test": {
                                          "type": "LogicalExpression",
                                          "start": 6255,
                                          "end": 6299,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 195,
                                              "column": 59
                                            }
                                          },
                                          "left": {
                                            "type": "CallExpression",
                                            "start": 6255,
                                            "end": 6275,
                                            "loc": {
                                              "start": {
                                                "line": 195,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 195,
                                                "column": 35
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6255,
                                              "end": 6273,
                                              "loc": {
                                                "start": {
                                                  "line": 195,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 195,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 6255,
                                                "end": 6259,
                                                "loc": {
                                                  "start": {
                                                    "line": 195,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 195,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6260,
                                                "end": 6273,
                                                "loc": {
                                                  "start": {
                                                    "line": 195,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 195,
                                                    "column": 33
                                                  },
                                                  "identifierName": "isInsertQuery"
                                                },
                                                "name": "isInsertQuery"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 6279,
                                            "end": 6299,
                                            "loc": {
                                              "start": {
                                                "line": 195,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 195,
                                                "column": 59
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6279,
                                              "end": 6297,
                                              "loc": {
                                                "start": {
                                                  "line": 195,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 195,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 6279,
                                                "end": 6283,
                                                "loc": {
                                                  "start": {
                                                    "line": 195,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 195,
                                                    "column": 43
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6284,
                                                "end": 6297,
                                                "loc": {
                                                  "start": {
                                                    "line": 195,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 195,
                                                    "column": 57
                                                  },
                                                  "identifierName": "isUpdateQuery"
                                                },
                                                "name": "isUpdateQuery"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 6301,
                                          "end": 6343,
                                          "loc": {
                                            "start": {
                                              "line": 195,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 197,
                                              "column": 5
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 6309,
                                              "end": 6337,
                                              "loc": {
                                                "start": {
                                                  "line": 196,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 196,
                                                  "column": 34
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 6309,
                                                "end": 6336,
                                                "loc": {
                                                  "start": {
                                                    "line": 196,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 196,
                                                    "column": 33
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 6309,
                                                  "end": 6315,
                                                  "loc": {
                                                    "start": {
                                                      "line": 196,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 196,
                                                      "column": 12
                                                    },
                                                    "identifierName": "result"
                                                  },
                                                  "name": "result"
                                                },
                                                "right": {
                                                  "type": "ArrayExpression",
                                                  "start": 6318,
                                                  "end": 6336,
                                                  "loc": {
                                                    "start": {
                                                      "line": 196,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 196,
                                                      "column": 33
                                                    }
                                                  },
                                                  "elements": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 6319,
                                                      "end": 6325,
                                                      "loc": {
                                                        "start": {
                                                          "line": 196,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 196,
                                                          "column": 22
                                                        },
                                                        "identifierName": "result"
                                                      },
                                                      "name": "result"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 6327,
                                                      "end": 6335,
                                                      "loc": {
                                                        "start": {
                                                          "line": 196,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 196,
                                                          "column": 32
                                                        },
                                                        "identifierName": "rowCount"
                                                      },
                                                      "name": "rowCount"
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": {
                                          "type": "IfStatement",
                                          "start": 6349,
                                          "end": 6521,
                                          "loc": {
                                            "start": {
                                              "line": 197,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 200,
                                              "column": 5
                                            }
                                          },
                                          "test": {
                                            "type": "CallExpression",
                                            "start": 6353,
                                            "end": 6370,
                                            "loc": {
                                              "start": {
                                                "line": 197,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 197,
                                                "column": 32
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6353,
                                              "end": 6368,
                                              "loc": {
                                                "start": {
                                                  "line": 197,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 197,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 6353,
                                                "end": 6357,
                                                "loc": {
                                                  "start": {
                                                    "line": 197,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 197,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6358,
                                                "end": 6368,
                                                "loc": {
                                                  "start": {
                                                    "line": 197,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 197,
                                                    "column": 30
                                                  },
                                                  "identifierName": "isRawQuery"
                                                },
                                                "name": "isRawQuery"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 6372,
                                            "end": 6521,
                                            "loc": {
                                              "start": {
                                                "line": 197,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 200,
                                                "column": 5
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 6493,
                                                "end": 6515,
                                                "loc": {
                                                  "start": {
                                                    "line": 199,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 199,
                                                    "column": 28
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 6493,
                                                  "end": 6514,
                                                  "loc": {
                                                    "start": {
                                                      "line": 199,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 199,
                                                      "column": 27
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 6493,
                                                    "end": 6499,
                                                    "loc": {
                                                      "start": {
                                                        "line": 199,
                                                        "column": 6
                                                      },
                                                      "end": {
                                                        "line": 199,
                                                        "column": 12
                                                      },
                                                      "identifierName": "result"
                                                    },
                                                    "name": "result",
                                                    "leadingComments": null
                                                  },
                                                  "right": {
                                                    "type": "ArrayExpression",
                                                    "start": 6502,
                                                    "end": 6514,
                                                    "loc": {
                                                      "start": {
                                                        "line": 199,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 199,
                                                        "column": 27
                                                      }
                                                    },
                                                    "elements": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 6503,
                                                        "end": 6507,
                                                        "loc": {
                                                          "start": {
                                                            "line": 199,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 199,
                                                            "column": 20
                                                          },
                                                          "identifierName": "data"
                                                        },
                                                        "name": "data"
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 6509,
                                                        "end": 6513,
                                                        "loc": {
                                                          "start": {
                                                            "line": 199,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 199,
                                                            "column": 26
                                                          },
                                                          "identifierName": "data"
                                                        },
                                                        "name": "data"
                                                      }
                                                    ]
                                                  },
                                                  "leadingComments": null
                                                },
                                                "leadingComments": [
                                                  {
                                                    "type": "CommentLine",
                                                    "value": " MSSQL returns row data and metadata (affected rows etc) in a single object - let's standarize it, sorta",
                                                    "start": 6380,
                                                    "end": 6486,
                                                    "loc": {
                                                      "start": {
                                                        "line": 198,
                                                        "column": 6
                                                      },
                                                      "end": {
                                                        "line": 198,
                                                        "column": 112
                                                      }
                                                    }
                                                  }
                                                ]
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 6527,
                    "end": 6541,
                    "loc": {
                      "start": {
                        "line": 202,
                        "column": 4
                      },
                      "end": {
                        "line": 202,
                        "column": 18
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 6534,
                      "end": 6540,
                      "loc": {
                        "start": {
                          "line": 202,
                          "column": 11
                        },
                        "end": {
                          "line": 202,
                          "column": 17
                        },
                        "identifierName": "result"
                      },
                      "name": "result"
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * High level function that handles the results of a query execution.\n   *\n   *\n   * Example:\n   *  query.formatResults([\n   *    {\n   *      id: 1,              // this is from the main table\n   *      attr2: 'snafu',     // this is from the main table\n   *      Tasks.id: 1,        // this is from the associated table\n   *      Tasks.title: 'task' // this is from the associated table\n   *    }\n   *  ])\n   *\n   * @param {Array} data - The result of the query execution.\n   * @private\n   ",
                  "start": 3720,
                  "end": 4219,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 2
                    },
                    "end": {
                      "line": 138,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 6549,
              "end": 6735,
              "loc": {
                "start": {
                  "line": 205,
                  "column": 2
                },
                "end": {
                  "line": 212,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6549,
                "end": 6570,
                "loc": {
                  "start": {
                    "line": 205,
                    "column": 2
                  },
                  "end": {
                    "line": 205,
                    "column": 23
                  },
                  "identifierName": "handleShowTablesQuery"
                },
                "name": "handleShowTablesQuery"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 6571,
                  "end": 6578,
                  "loc": {
                    "start": {
                      "line": 205,
                      "column": 24
                    },
                    "end": {
                      "line": 205,
                      "column": 31
                    },
                    "identifierName": "results"
                  },
                  "name": "results"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 6580,
                "end": 6735,
                "loc": {
                  "start": {
                    "line": 205,
                    "column": 33
                  },
                  "end": {
                    "line": 212,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 6586,
                    "end": 6731,
                    "loc": {
                      "start": {
                        "line": 206,
                        "column": 4
                      },
                      "end": {
                        "line": 211,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 6593,
                      "end": 6730,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 11
                        },
                        "end": {
                          "line": 211,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6593,
                        "end": 6604,
                        "loc": {
                          "start": {
                            "line": 206,
                            "column": 11
                          },
                          "end": {
                            "line": 206,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6593,
                          "end": 6600,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 11
                            },
                            "end": {
                              "line": 206,
                              "column": 18
                            },
                            "identifierName": "results"
                          },
                          "name": "results"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6601,
                          "end": 6604,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 19
                            },
                            "end": {
                              "line": 206,
                              "column": 22
                            },
                            "identifierName": "map"
                          },
                          "name": "map"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 6605,
                          "end": 6729,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 23
                            },
                            "end": {
                              "line": 211,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 6605,
                              "end": 6614,
                              "loc": {
                                "start": {
                                  "line": 206,
                                  "column": 23
                                },
                                "end": {
                                  "line": 206,
                                  "column": 32
                                },
                                "identifierName": "resultSet"
                              },
                              "name": "resultSet"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 6618,
                            "end": 6729,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 36
                              },
                              "end": {
                                "line": 211,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 6626,
                                "end": 6723,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 8
                                  }
                                },
                                "argument": {
                                  "type": "ObjectExpression",
                                  "start": 6633,
                                  "end": 6722,
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 210,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 6643,
                                      "end": 6674,
                                      "loc": {
                                        "start": {
                                          "line": 208,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 208,
                                          "column": 39
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 6643,
                                        "end": 6652,
                                        "loc": {
                                          "start": {
                                            "line": 208,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 208,
                                            "column": 17
                                          },
                                          "identifierName": "tableName"
                                        },
                                        "name": "tableName"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 6654,
                                        "end": 6674,
                                        "loc": {
                                          "start": {
                                            "line": 208,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 208,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6654,
                                          "end": 6663,
                                          "loc": {
                                            "start": {
                                              "line": 208,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 208,
                                              "column": 28
                                            },
                                            "identifierName": "resultSet"
                                          },
                                          "name": "resultSet"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6664,
                                          "end": 6674,
                                          "loc": {
                                            "start": {
                                              "line": 208,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 208,
                                              "column": 39
                                            },
                                            "identifierName": "TABLE_NAME"
                                          },
                                          "name": "TABLE_NAME"
                                        },
                                        "computed": false
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 6684,
                                      "end": 6714,
                                      "loc": {
                                        "start": {
                                          "line": 209,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 209,
                                          "column": 38
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 6684,
                                        "end": 6690,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 14
                                          },
                                          "identifierName": "schema"
                                        },
                                        "name": "schema"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 6692,
                                        "end": 6714,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6692,
                                          "end": 6701,
                                          "loc": {
                                            "start": {
                                              "line": 209,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 209,
                                              "column": 25
                                            },
                                            "identifierName": "resultSet"
                                          },
                                          "name": "resultSet"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6702,
                                          "end": 6714,
                                          "loc": {
                                            "start": {
                                              "line": 209,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 209,
                                              "column": 38
                                            },
                                            "identifierName": "TABLE_SCHEMA"
                                          },
                                          "name": "TABLE_SCHEMA"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 6739,
              "end": 8982,
              "loc": {
                "start": {
                  "line": 214,
                  "column": 2
                },
                "end": {
                  "line": 260,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6739,
                "end": 6750,
                "loc": {
                  "start": {
                    "line": 214,
                    "column": 2
                  },
                  "end": {
                    "line": 214,
                    "column": 13
                  },
                  "identifierName": "formatError"
                },
                "name": "formatError"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 6751,
                  "end": 6754,
                  "loc": {
                    "start": {
                      "line": 214,
                      "column": 14
                    },
                    "end": {
                      "line": 214,
                      "column": 17
                    },
                    "identifierName": "err"
                  },
                  "name": "err"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 6756,
                "end": 8982,
                "loc": {
                  "start": {
                    "line": 214,
                    "column": 19
                  },
                  "end": {
                    "line": 260,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 6762,
                    "end": 6772,
                    "loc": {
                      "start": {
                        "line": 215,
                        "column": 4
                      },
                      "end": {
                        "line": 215,
                        "column": 14
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6766,
                        "end": 6771,
                        "loc": {
                          "start": {
                            "line": 215,
                            "column": 8
                          },
                          "end": {
                            "line": 215,
                            "column": 13
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6766,
                          "end": 6771,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 8
                            },
                            "end": {
                              "line": 215,
                              "column": 13
                            },
                            "identifierName": "match"
                          },
                          "name": "match"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 6777,
                    "end": 6940,
                    "loc": {
                      "start": {
                        "line": 216,
                        "column": 4
                      },
                      "end": {
                        "line": 216,
                        "column": 167
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 6777,
                      "end": 6939,
                      "loc": {
                        "start": {
                          "line": 216,
                          "column": 4
                        },
                        "end": {
                          "line": 216,
                          "column": 166
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 6777,
                        "end": 6782,
                        "loc": {
                          "start": {
                            "line": 216,
                            "column": 4
                          },
                          "end": {
                            "line": 216,
                            "column": 9
                          },
                          "identifierName": "match"
                        },
                        "name": "match"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 6785,
                        "end": 6939,
                        "loc": {
                          "start": {
                            "line": 216,
                            "column": 12
                          },
                          "end": {
                            "line": 216,
                            "column": 166
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6785,
                          "end": 6802,
                          "loc": {
                            "start": {
                              "line": 216,
                              "column": 12
                            },
                            "end": {
                              "line": 216,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 6785,
                            "end": 6796,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 12
                              },
                              "end": {
                                "line": 216,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6785,
                              "end": 6788,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 12
                                },
                                "end": {
                                  "line": 216,
                                  "column": 15
                                },
                                "identifierName": "err"
                              },
                              "name": "err"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6789,
                              "end": 6796,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 16
                                },
                                "end": {
                                  "line": 216,
                                  "column": 23
                                },
                                "identifierName": "message"
                              },
                              "name": "message"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6797,
                            "end": 6802,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 24
                              },
                              "end": {
                                "line": 216,
                                "column": 29
                              },
                              "identifierName": "match"
                            },
                            "name": "match"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "RegExpLiteral",
                            "start": 6803,
                            "end": 6938,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 30
                              },
                              "end": {
                                "line": 216,
                                "column": 165
                              }
                            },
                            "extra": {
                              "raw": "/Violation of UNIQUE KEY constraint '((.|\\s)*)'. Cannot insert duplicate key in object '.*'.(:? The duplicate key value is \\((.*)\\).)?/"
                            },
                            "pattern": "Violation of UNIQUE KEY constraint '((.|\\s)*)'. Cannot insert duplicate key in object '.*'.(:? The duplicate key value is \\((.*)\\).)?",
                            "flags": ""
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 6945,
                    "end": 7053,
                    "loc": {
                      "start": {
                        "line": 217,
                        "column": 4
                      },
                      "end": {
                        "line": 217,
                        "column": 112
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 6945,
                      "end": 7052,
                      "loc": {
                        "start": {
                          "line": 217,
                          "column": 4
                        },
                        "end": {
                          "line": 217,
                          "column": 111
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 6945,
                        "end": 6950,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 4
                          },
                          "end": {
                            "line": 217,
                            "column": 9
                          },
                          "identifierName": "match"
                        },
                        "name": "match"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 6953,
                        "end": 7052,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 12
                          },
                          "end": {
                            "line": 217,
                            "column": 111
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 6953,
                          "end": 6958,
                          "loc": {
                            "start": {
                              "line": 217,
                              "column": 12
                            },
                            "end": {
                              "line": 217,
                              "column": 17
                            },
                            "identifierName": "match"
                          },
                          "name": "match"
                        },
                        "operator": "||",
                        "right": {
                          "type": "CallExpression",
                          "start": 6962,
                          "end": 7052,
                          "loc": {
                            "start": {
                              "line": 217,
                              "column": 21
                            },
                            "end": {
                              "line": 217,
                              "column": 111
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6962,
                            "end": 6979,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 21
                              },
                              "end": {
                                "line": 217,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6962,
                              "end": 6973,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 21
                                },
                                "end": {
                                  "line": 217,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6962,
                                "end": 6965,
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 24
                                  },
                                  "identifierName": "err"
                                },
                                "name": "err"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6966,
                                "end": 6973,
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 32
                                  },
                                  "identifierName": "message"
                                },
                                "name": "message"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6974,
                              "end": 6979,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 33
                                },
                                "end": {
                                  "line": 217,
                                  "column": 38
                                },
                                "identifierName": "match"
                              },
                              "name": "match"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "RegExpLiteral",
                              "start": 6980,
                              "end": 7051,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 39
                                },
                                "end": {
                                  "line": 217,
                                  "column": 110
                                }
                              },
                              "extra": {
                                "raw": "/Cannot insert duplicate key row in object .* with unique index '(.*)'/"
                              },
                              "pattern": "Cannot insert duplicate key row in object .* with unique index '(.*)'",
                              "flags": ""
                            }
                          ]
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 7058,
                    "end": 7925,
                    "loc": {
                      "start": {
                        "line": 218,
                        "column": 4
                      },
                      "end": {
                        "line": 244,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 7062,
                      "end": 7087,
                      "loc": {
                        "start": {
                          "line": 218,
                          "column": 8
                        },
                        "end": {
                          "line": 218,
                          "column": 33
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 7062,
                        "end": 7067,
                        "loc": {
                          "start": {
                            "line": 218,
                            "column": 8
                          },
                          "end": {
                            "line": 218,
                            "column": 13
                          },
                          "identifierName": "match"
                        },
                        "name": "match"
                      },
                      "operator": "&&",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 7071,
                        "end": 7087,
                        "loc": {
                          "start": {
                            "line": 218,
                            "column": 17
                          },
                          "end": {
                            "line": 218,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 7071,
                          "end": 7083,
                          "loc": {
                            "start": {
                              "line": 218,
                              "column": 17
                            },
                            "end": {
                              "line": 218,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7071,
                            "end": 7076,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 17
                              },
                              "end": {
                                "line": 218,
                                "column": 22
                              },
                              "identifierName": "match"
                            },
                            "name": "match"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7077,
                            "end": 7083,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 23
                              },
                              "end": {
                                "line": 218,
                                "column": 29
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 7086,
                          "end": 7087,
                          "loc": {
                            "start": {
                              "line": 218,
                              "column": 32
                            },
                            "end": {
                              "line": 218,
                              "column": 33
                            }
                          },
                          "extra": {
                            "rawValue": 1,
                            "raw": "1"
                          },
                          "value": 1
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 7089,
                      "end": 7925,
                      "loc": {
                        "start": {
                          "line": 218,
                          "column": 35
                        },
                        "end": {
                          "line": 244,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 7097,
                          "end": 7113,
                          "loc": {
                            "start": {
                              "line": 219,
                              "column": 6
                            },
                            "end": {
                              "line": 219,
                              "column": 22
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 7101,
                              "end": 7112,
                              "loc": {
                                "start": {
                                  "line": 219,
                                  "column": 10
                                },
                                "end": {
                                  "line": 219,
                                  "column": 21
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 7101,
                                "end": 7107,
                                "loc": {
                                  "start": {
                                    "line": 219,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 219,
                                    "column": 16
                                  },
                                  "identifierName": "fields"
                                },
                                "name": "fields"
                              },
                              "init": {
                                "type": "ObjectExpression",
                                "start": 7110,
                                "end": 7112,
                                "loc": {
                                  "start": {
                                    "line": 219,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 219,
                                    "column": 21
                                  }
                                },
                                "properties": []
                              }
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 7120,
                          "end": 7184,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 6
                            },
                            "end": {
                              "line": 220,
                              "column": 70
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 7126,
                              "end": 7183,
                              "loc": {
                                "start": {
                                  "line": 220,
                                  "column": 12
                                },
                                "end": {
                                  "line": 220,
                                  "column": 69
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 7126,
                                "end": 7135,
                                "loc": {
                                  "start": {
                                    "line": 220,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 220,
                                    "column": 21
                                  },
                                  "identifierName": "uniqueKey"
                                },
                                "name": "uniqueKey"
                              },
                              "init": {
                                "type": "LogicalExpression",
                                "start": 7138,
                                "end": 7183,
                                "loc": {
                                  "start": {
                                    "line": 220,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 220,
                                    "column": 69
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7138,
                                  "end": 7148,
                                  "loc": {
                                    "start": {
                                      "line": 220,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 220,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 7138,
                                    "end": 7142,
                                    "loc": {
                                      "start": {
                                        "line": 220,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 220,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7143,
                                    "end": 7148,
                                    "loc": {
                                      "start": {
                                        "line": 220,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 220,
                                        "column": 34
                                      },
                                      "identifierName": "model"
                                    },
                                    "name": "model"
                                  },
                                  "computed": false
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 7152,
                                  "end": 7183,
                                  "loc": {
                                    "start": {
                                      "line": 220,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 220,
                                      "column": 69
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7152,
                                    "end": 7173,
                                    "loc": {
                                      "start": {
                                        "line": 220,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 220,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7152,
                                      "end": 7162,
                                      "loc": {
                                        "start": {
                                          "line": 220,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 220,
                                          "column": 48
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7152,
                                        "end": 7156,
                                        "loc": {
                                          "start": {
                                            "line": 220,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 220,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7157,
                                        "end": 7162,
                                        "loc": {
                                          "start": {
                                            "line": 220,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 220,
                                            "column": 48
                                          },
                                          "identifierName": "model"
                                        },
                                        "name": "model"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7163,
                                      "end": 7173,
                                      "loc": {
                                        "start": {
                                          "line": 220,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 220,
                                          "column": 59
                                        },
                                        "identifierName": "uniqueKeys"
                                      },
                                      "name": "uniqueKeys"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "MemberExpression",
                                    "start": 7174,
                                    "end": 7182,
                                    "loc": {
                                      "start": {
                                        "line": 220,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 220,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7174,
                                      "end": 7179,
                                      "loc": {
                                        "start": {
                                          "line": 220,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 220,
                                          "column": 65
                                        },
                                        "identifierName": "match"
                                      },
                                      "name": "match"
                                    },
                                    "property": {
                                      "type": "NumericLiteral",
                                      "start": 7180,
                                      "end": 7181,
                                      "loc": {
                                        "start": {
                                          "line": 220,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 220,
                                          "column": 67
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    },
                                    "computed": true
                                  },
                                  "computed": true
                                }
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 7191,
                          "end": 7224,
                          "loc": {
                            "start": {
                              "line": 221,
                              "column": 6
                            },
                            "end": {
                              "line": 221,
                              "column": 39
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 7195,
                              "end": 7223,
                              "loc": {
                                "start": {
                                  "line": 221,
                                  "column": 10
                                },
                                "end": {
                                  "line": 221,
                                  "column": 38
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 7195,
                                "end": 7202,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 221,
                                    "column": 17
                                  },
                                  "identifierName": "message"
                                },
                                "name": "message"
                              },
                              "init": {
                                "type": "StringLiteral",
                                "start": 7205,
                                "end": 7223,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 221,
                                    "column": 38
                                  }
                                },
                                "extra": {
                                  "rawValue": "Validation error",
                                  "raw": "'Validation error'"
                                },
                                "value": "Validation error"
                              }
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "IfStatement",
                          "start": 7232,
                          "end": 7308,
                          "loc": {
                            "start": {
                              "line": 223,
                              "column": 6
                            },
                            "end": {
                              "line": 225,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 7236,
                            "end": 7264,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 10
                              },
                              "end": {
                                "line": 223,
                                "column": 38
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 7236,
                              "end": 7245,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 10
                                },
                                "end": {
                                  "line": 223,
                                  "column": 19
                                },
                                "identifierName": "uniqueKey"
                              },
                              "name": "uniqueKey"
                            },
                            "operator": "&&",
                            "right": {
                              "type": "UnaryExpression",
                              "start": 7249,
                              "end": 7264,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 23
                                },
                                "end": {
                                  "line": 223,
                                  "column": 38
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "UnaryExpression",
                                "start": 7250,
                                "end": 7264,
                                "loc": {
                                  "start": {
                                    "line": 223,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 223,
                                    "column": 38
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7251,
                                  "end": 7264,
                                  "loc": {
                                    "start": {
                                      "line": 223,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 223,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7251,
                                    "end": 7260,
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 34
                                      },
                                      "identifierName": "uniqueKey"
                                    },
                                    "name": "uniqueKey"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7261,
                                    "end": 7264,
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 38
                                      },
                                      "identifierName": "msg"
                                    },
                                    "name": "msg"
                                  },
                                  "computed": false
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 7266,
                            "end": 7308,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 40
                              },
                              "end": {
                                "line": 225,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 7276,
                                "end": 7300,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 32
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7276,
                                  "end": 7299,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 31
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 7276,
                                    "end": 7283,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 15
                                      },
                                      "identifierName": "message"
                                    },
                                    "name": "message"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 7286,
                                    "end": 7299,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 31
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7286,
                                      "end": 7295,
                                      "loc": {
                                        "start": {
                                          "line": 224,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 224,
                                          "column": 27
                                        },
                                        "identifierName": "uniqueKey"
                                      },
                                      "name": "uniqueKey"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7296,
                                      "end": 7299,
                                      "loc": {
                                        "start": {
                                          "line": 224,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 224,
                                          "column": 31
                                        },
                                        "identifierName": "msg"
                                      },
                                      "name": "msg"
                                    },
                                    "computed": false
                                  }
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "IfStatement",
                          "start": 7315,
                          "end": 7566,
                          "loc": {
                            "start": {
                              "line": 226,
                              "column": 6
                            },
                            "end": {
                              "line": 233,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 7319,
                            "end": 7329,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 10
                              },
                              "end": {
                                "line": 226,
                                "column": 20
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "UnaryExpression",
                              "start": 7320,
                              "end": 7329,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 11
                                },
                                "end": {
                                  "line": 226,
                                  "column": 20
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 7321,
                                "end": 7329,
                                "loc": {
                                  "start": {
                                    "line": 226,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 226,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7321,
                                  "end": 7326,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 17
                                    },
                                    "identifierName": "match"
                                  },
                                  "name": "match"
                                },
                                "property": {
                                  "type": "NumericLiteral",
                                  "start": 7327,
                                  "end": 7328,
                                  "loc": {
                                    "start": {
                                      "line": 226,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 226,
                                      "column": 19
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 4,
                                    "raw": "4"
                                  },
                                  "value": 4
                                },
                                "computed": true
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 7331,
                            "end": 7566,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 22
                              },
                              "end": {
                                "line": 233,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 7341,
                                "end": 7401,
                                "loc": {
                                  "start": {
                                    "line": 227,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 227,
                                    "column": 68
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 7347,
                                    "end": 7400,
                                    "loc": {
                                      "start": {
                                        "line": 227,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 227,
                                        "column": 67
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 7347,
                                      "end": 7353,
                                      "loc": {
                                        "start": {
                                          "line": 227,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 227,
                                          "column": 20
                                        },
                                        "identifierName": "values"
                                      },
                                      "name": "values"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 7356,
                                      "end": 7400,
                                      "loc": {
                                        "start": {
                                          "line": 227,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 227,
                                          "column": 67
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 7356,
                                        "end": 7379,
                                        "loc": {
                                          "start": {
                                            "line": 227,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 227,
                                            "column": 46
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 7356,
                                          "end": 7375,
                                          "loc": {
                                            "start": {
                                              "line": 227,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 227,
                                              "column": 42
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 7356,
                                            "end": 7370,
                                            "loc": {
                                              "start": {
                                                "line": 227,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 227,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 7356,
                                              "end": 7364,
                                              "loc": {
                                                "start": {
                                                  "line": 227,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 227,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7356,
                                                "end": 7361,
                                                "loc": {
                                                  "start": {
                                                    "line": 227,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 227,
                                                    "column": 28
                                                  },
                                                  "identifierName": "match"
                                                },
                                                "name": "match"
                                              },
                                              "property": {
                                                "type": "NumericLiteral",
                                                "start": 7362,
                                                "end": 7363,
                                                "loc": {
                                                  "start": {
                                                    "line": 227,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 227,
                                                    "column": 30
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 4,
                                                  "raw": "4"
                                                },
                                                "value": 4
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7365,
                                              "end": 7370,
                                              "loc": {
                                                "start": {
                                                  "line": 227,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 227,
                                                  "column": 37
                                                },
                                                "identifierName": "split"
                                              },
                                              "name": "split"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 7371,
                                              "end": 7374,
                                              "loc": {
                                                "start": {
                                                  "line": 227,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 227,
                                                  "column": 41
                                                }
                                              },
                                              "extra": {
                                                "rawValue": ",",
                                                "raw": "','"
                                              },
                                              "value": ","
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7376,
                                          "end": 7379,
                                          "loc": {
                                            "start": {
                                              "line": 227,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 227,
                                              "column": 46
                                            },
                                            "identifierName": "map"
                                          },
                                          "name": "map"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 7380,
                                          "end": 7399,
                                          "loc": {
                                            "start": {
                                              "line": 227,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 227,
                                              "column": 66
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": true,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 7380,
                                              "end": 7384,
                                              "loc": {
                                                "start": {
                                                  "line": 227,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 227,
                                                  "column": 51
                                                },
                                                "identifierName": "part"
                                              },
                                              "name": "part"
                                            }
                                          ],
                                          "body": {
                                            "type": "CallExpression",
                                            "start": 7388,
                                            "end": 7399,
                                            "loc": {
                                              "start": {
                                                "line": 227,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 227,
                                                "column": 66
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 7388,
                                              "end": 7397,
                                              "loc": {
                                                "start": {
                                                  "line": 227,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 227,
                                                  "column": 64
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7388,
                                                "end": 7392,
                                                "loc": {
                                                  "start": {
                                                    "line": 227,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 227,
                                                    "column": 59
                                                  },
                                                  "identifierName": "part"
                                                },
                                                "name": "part"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7393,
                                                "end": 7397,
                                                "loc": {
                                                  "start": {
                                                    "line": 227,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 227,
                                                    "column": 64
                                                  },
                                                  "identifierName": "trim"
                                                },
                                                "name": "trim"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "IfStatement",
                                "start": 7410,
                                "end": 7558,
                                "loc": {
                                  "start": {
                                    "line": 228,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 232,
                                    "column": 9
                                  }
                                },
                                "test": {
                                  "type": "UnaryExpression",
                                  "start": 7414,
                                  "end": 7425,
                                  "loc": {
                                    "start": {
                                      "line": 228,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 228,
                                      "column": 23
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "UnaryExpression",
                                    "start": 7415,
                                    "end": 7425,
                                    "loc": {
                                      "start": {
                                        "line": 228,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 228,
                                        "column": 23
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 7416,
                                      "end": 7425,
                                      "loc": {
                                        "start": {
                                          "line": 228,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 228,
                                          "column": 23
                                        },
                                        "identifierName": "uniqueKey"
                                      },
                                      "name": "uniqueKey"
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 7427,
                                  "end": 7502,
                                  "loc": {
                                    "start": {
                                      "line": 228,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 7439,
                                      "end": 7492,
                                      "loc": {
                                        "start": {
                                          "line": 229,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 229,
                                          "column": 63
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 7439,
                                        "end": 7491,
                                        "loc": {
                                          "start": {
                                            "line": 229,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 229,
                                            "column": 62
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 7439,
                                          "end": 7445,
                                          "loc": {
                                            "start": {
                                              "line": 229,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 229,
                                              "column": 16
                                            },
                                            "identifierName": "fields"
                                          },
                                          "name": "fields"
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 7448,
                                          "end": 7491,
                                          "loc": {
                                            "start": {
                                              "line": 229,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 229,
                                              "column": 62
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 7448,
                                            "end": 7465,
                                            "loc": {
                                              "start": {
                                                "line": 229,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 229,
                                                "column": 36
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 7448,
                                              "end": 7455,
                                              "loc": {
                                                "start": {
                                                  "line": 229,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 229,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7448,
                                                "end": 7453,
                                                "loc": {
                                                  "start": {
                                                    "line": 229,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 229,
                                                    "column": 24
                                                  },
                                                  "identifierName": "Utils"
                                                },
                                                "name": "Utils"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7454,
                                                "end": 7455,
                                                "loc": {
                                                  "start": {
                                                    "line": 229,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 229,
                                                    "column": 26
                                                  },
                                                  "identifierName": "_"
                                                },
                                                "name": "_"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7456,
                                              "end": 7465,
                                              "loc": {
                                                "start": {
                                                  "line": 229,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 229,
                                                  "column": 36
                                                },
                                                "identifierName": "zipObject"
                                              },
                                              "name": "zipObject"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 7466,
                                              "end": 7482,
                                              "loc": {
                                                "start": {
                                                  "line": 229,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 229,
                                                  "column": 53
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7466,
                                                "end": 7475,
                                                "loc": {
                                                  "start": {
                                                    "line": 229,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 229,
                                                    "column": 46
                                                  },
                                                  "identifierName": "uniqueKey"
                                                },
                                                "name": "uniqueKey"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7476,
                                                "end": 7482,
                                                "loc": {
                                                  "start": {
                                                    "line": 229,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 229,
                                                    "column": 53
                                                  },
                                                  "identifierName": "fields"
                                                },
                                                "name": "fields"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 7484,
                                              "end": 7490,
                                              "loc": {
                                                "start": {
                                                  "line": 229,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 229,
                                                  "column": 61
                                                },
                                                "identifierName": "values"
                                              },
                                              "name": "values"
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 7508,
                                  "end": 7558,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 232,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 7520,
                                      "end": 7548,
                                      "loc": {
                                        "start": {
                                          "line": 231,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 231,
                                          "column": 38
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 7520,
                                        "end": 7547,
                                        "loc": {
                                          "start": {
                                            "line": 231,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 231,
                                            "column": 37
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 7520,
                                          "end": 7536,
                                          "loc": {
                                            "start": {
                                              "line": 231,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 231,
                                              "column": 26
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7520,
                                            "end": 7526,
                                            "loc": {
                                              "start": {
                                                "line": 231,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 231,
                                                "column": 16
                                              },
                                              "identifierName": "fields"
                                            },
                                            "name": "fields"
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "start": 7527,
                                            "end": 7535,
                                            "loc": {
                                              "start": {
                                                "line": 231,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 231,
                                                "column": 25
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 7527,
                                              "end": 7532,
                                              "loc": {
                                                "start": {
                                                  "line": 231,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 231,
                                                  "column": 22
                                                },
                                                "identifierName": "match"
                                              },
                                              "name": "match"
                                            },
                                            "property": {
                                              "type": "NumericLiteral",
                                              "start": 7533,
                                              "end": 7534,
                                              "loc": {
                                                "start": {
                                                  "line": 231,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 231,
                                                  "column": 24
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 1,
                                                "raw": "1"
                                              },
                                              "value": 1
                                            },
                                            "computed": true
                                          },
                                          "computed": true
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 7539,
                                          "end": 7547,
                                          "loc": {
                                            "start": {
                                              "line": 231,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 231,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7539,
                                            "end": 7544,
                                            "loc": {
                                              "start": {
                                                "line": 231,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 231,
                                                "column": 34
                                              },
                                              "identifierName": "match"
                                            },
                                            "name": "match"
                                          },
                                          "property": {
                                            "type": "NumericLiteral",
                                            "start": 7545,
                                            "end": 7546,
                                            "loc": {
                                              "start": {
                                                "line": 231,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 231,
                                                "column": 36
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 4,
                                              "raw": "4"
                                            },
                                            "value": 4
                                          },
                                          "computed": true
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ],
                            "directives": []
                          },
                          "alternate": null
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 7574,
                          "end": 7592,
                          "loc": {
                            "start": {
                              "line": 235,
                              "column": 6
                            },
                            "end": {
                              "line": 235,
                              "column": 24
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 7580,
                              "end": 7591,
                              "loc": {
                                "start": {
                                  "line": 235,
                                  "column": 12
                                },
                                "end": {
                                  "line": 235,
                                  "column": 23
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 7580,
                                "end": 7586,
                                "loc": {
                                  "start": {
                                    "line": 235,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 235,
                                    "column": 18
                                  },
                                  "identifierName": "errors"
                                },
                                "name": "errors"
                              },
                              "init": {
                                "type": "ArrayExpression",
                                "start": 7589,
                                "end": 7591,
                                "loc": {
                                  "start": {
                                    "line": 235,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 235,
                                    "column": 23
                                  }
                                },
                                "elements": []
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 7599,
                          "end": 7822,
                          "loc": {
                            "start": {
                              "line": 236,
                              "column": 6
                            },
                            "end": {
                              "line": 241,
                              "column": 9
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 7599,
                            "end": 7821,
                            "loc": {
                              "start": {
                                "line": 236,
                                "column": 6
                              },
                              "end": {
                                "line": 241,
                                "column": 8
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7599,
                              "end": 7613,
                              "loc": {
                                "start": {
                                  "line": 236,
                                  "column": 6
                                },
                                "end": {
                                  "line": 236,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 7599,
                                "end": 7606,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 13
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7599,
                                  "end": 7604,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 11
                                    },
                                    "identifierName": "Utils"
                                  },
                                  "name": "Utils"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7605,
                                  "end": 7606,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 13
                                    },
                                    "identifierName": "_"
                                  },
                                  "name": "_"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7607,
                                "end": 7613,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 20
                                  },
                                  "identifierName": "forOwn"
                                },
                                "name": "forOwn"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7614,
                                "end": 7620,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 27
                                  },
                                  "identifierName": "fields"
                                },
                                "name": "fields"
                              },
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 7622,
                                "end": 7820,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 241,
                                    "column": 7
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 7623,
                                    "end": 7628,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 35
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 7630,
                                    "end": 7635,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 42
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 7640,
                                  "end": 7820,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 241,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 7650,
                                      "end": 7812,
                                      "loc": {
                                        "start": {
                                          "line": 237,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 240,
                                          "column": 11
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 7650,
                                        "end": 7811,
                                        "loc": {
                                          "start": {
                                            "line": 237,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 240,
                                            "column": 10
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7650,
                                          "end": 7661,
                                          "loc": {
                                            "start": {
                                              "line": 237,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 237,
                                              "column": 19
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7650,
                                            "end": 7656,
                                            "loc": {
                                              "start": {
                                                "line": 237,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 237,
                                                "column": 14
                                              },
                                              "identifierName": "errors"
                                            },
                                            "name": "errors"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7657,
                                            "end": 7661,
                                            "loc": {
                                              "start": {
                                                "line": 237,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 237,
                                                "column": 19
                                              },
                                              "identifierName": "push"
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 7662,
                                            "end": 7810,
                                            "loc": {
                                              "start": {
                                                "line": 237,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 240,
                                                "column": 9
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 7666,
                                              "end": 7701,
                                              "loc": {
                                                "start": {
                                                  "line": 237,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 237,
                                                  "column": 59
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7666,
                                                "end": 7681,
                                                "loc": {
                                                  "start": {
                                                    "line": 237,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 237,
                                                    "column": 39
                                                  },
                                                  "identifierName": "sequelizeErrors"
                                                },
                                                "name": "sequelizeErrors"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7682,
                                                "end": 7701,
                                                "loc": {
                                                  "start": {
                                                    "line": 237,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 237,
                                                    "column": 59
                                                  },
                                                  "identifierName": "ValidationErrorItem"
                                                },
                                                "name": "ValidationErrorItem"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 7713,
                                                "end": 7756,
                                                "loc": {
                                                  "start": {
                                                    "line": 238,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 238,
                                                    "column": 53
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 7713,
                                                  "end": 7749,
                                                  "loc": {
                                                    "start": {
                                                      "line": 238,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 238,
                                                      "column": 46
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 7713,
                                                    "end": 7717,
                                                    "loc": {
                                                      "start": {
                                                        "line": 238,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 238,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 7718,
                                                    "end": 7749,
                                                    "loc": {
                                                      "start": {
                                                        "line": 238,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 238,
                                                        "column": 46
                                                      },
                                                      "identifierName": "getUniqueConstraintErrorMessage"
                                                    },
                                                    "name": "getUniqueConstraintErrorMessage"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 7750,
                                                    "end": 7755,
                                                    "loc": {
                                                      "start": {
                                                        "line": 238,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 238,
                                                        "column": 52
                                                      },
                                                      "identifierName": "field"
                                                    },
                                                    "name": "field"
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "StringLiteral",
                                                "start": 7768,
                                                "end": 7786,
                                                "loc": {
                                                  "start": {
                                                    "line": 239,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 239,
                                                    "column": 28
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "unique violation",
                                                  "raw": "'unique violation'"
                                                },
                                                "value": "unique violation"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 7788,
                                                "end": 7793,
                                                "loc": {
                                                  "start": {
                                                    "line": 239,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 239,
                                                    "column": 35
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 7795,
                                                "end": 7800,
                                                "loc": {
                                                  "start": {
                                                    "line": 239,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 239,
                                                    "column": 42
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ]
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 7830,
                          "end": 7919,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 6
                            },
                            "end": {
                              "line": 243,
                              "column": 95
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 7837,
                            "end": 7918,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 13
                              },
                              "end": {
                                "line": 243,
                                "column": 94
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7841,
                              "end": 7878,
                              "loc": {
                                "start": {
                                  "line": 243,
                                  "column": 17
                                },
                                "end": {
                                  "line": 243,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7841,
                                "end": 7856,
                                "loc": {
                                  "start": {
                                    "line": 243,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 243,
                                    "column": 32
                                  },
                                  "identifierName": "sequelizeErrors"
                                },
                                "name": "sequelizeErrors"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7857,
                                "end": 7878,
                                "loc": {
                                  "start": {
                                    "line": 243,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 243,
                                    "column": 54
                                  },
                                  "identifierName": "UniqueConstraintError"
                                },
                                "name": "UniqueConstraintError"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 7879,
                                "end": 7917,
                                "loc": {
                                  "start": {
                                    "line": 243,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 243,
                                    "column": 93
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 7880,
                                    "end": 7887,
                                    "loc": {
                                      "start": {
                                        "line": 243,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 243,
                                        "column": 63
                                      }
                                    },
                                    "method": false,
                                    "shorthand": true,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 7880,
                                      "end": 7887,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 63
                                        },
                                        "identifierName": "message"
                                      },
                                      "name": "message"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 7880,
                                      "end": 7887,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 63
                                        },
                                        "identifierName": "message"
                                      },
                                      "name": "message"
                                    },
                                    "extra": {
                                      "shorthand": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 7889,
                                    "end": 7895,
                                    "loc": {
                                      "start": {
                                        "line": 243,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 243,
                                        "column": 71
                                      }
                                    },
                                    "method": false,
                                    "shorthand": true,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 7889,
                                      "end": 7895,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 71
                                        },
                                        "identifierName": "errors"
                                      },
                                      "name": "errors"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 7889,
                                      "end": 7895,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 71
                                        },
                                        "identifierName": "errors"
                                      },
                                      "name": "errors"
                                    },
                                    "extra": {
                                      "shorthand": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 7897,
                                    "end": 7908,
                                    "loc": {
                                      "start": {
                                        "line": 243,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 243,
                                        "column": 84
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 7897,
                                      "end": 7903,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 79
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 7905,
                                      "end": 7908,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 81
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 84
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 7910,
                                    "end": 7916,
                                    "loc": {
                                      "start": {
                                        "line": 243,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 243,
                                        "column": 92
                                      }
                                    },
                                    "method": false,
                                    "shorthand": true,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 7910,
                                      "end": 7916,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 92
                                        },
                                        "identifierName": "fields"
                                      },
                                      "name": "fields"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 7910,
                                      "end": 7916,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 92
                                        },
                                        "identifierName": "fields"
                                      },
                                      "name": "fields"
                                    },
                                    "extra": {
                                      "shorthand": true
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 7931,
                    "end": 8745,
                    "loc": {
                      "start": {
                        "line": 246,
                        "column": 4
                      },
                      "end": {
                        "line": 250,
                        "column": 176
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 7931,
                      "end": 8744,
                      "loc": {
                        "start": {
                          "line": 246,
                          "column": 4
                        },
                        "end": {
                          "line": 250,
                          "column": 175
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 7931,
                        "end": 7936,
                        "loc": {
                          "start": {
                            "line": 246,
                            "column": 4
                          },
                          "end": {
                            "line": 246,
                            "column": 9
                          },
                          "identifierName": "match"
                        },
                        "name": "match"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 7939,
                        "end": 8744,
                        "loc": {
                          "start": {
                            "line": 246,
                            "column": 12
                          },
                          "end": {
                            "line": 250,
                            "column": 175
                          }
                        },
                        "left": {
                          "type": "LogicalExpression",
                          "start": 7939,
                          "end": 8565,
                          "loc": {
                            "start": {
                              "line": 246,
                              "column": 12
                            },
                            "end": {
                              "line": 249,
                              "column": 174
                            }
                          },
                          "left": {
                            "type": "LogicalExpression",
                            "start": 7939,
                            "end": 8387,
                            "loc": {
                              "start": {
                                "line": 246,
                                "column": 12
                              },
                              "end": {
                                "line": 248,
                                "column": 175
                              }
                            },
                            "left": {
                              "type": "LogicalExpression",
                              "start": 7939,
                              "end": 8208,
                              "loc": {
                                "start": {
                                  "line": 246,
                                  "column": 12
                                },
                                "end": {
                                  "line": 247,
                                  "column": 173
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 7939,
                                "end": 8031,
                                "loc": {
                                  "start": {
                                    "line": 246,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 246,
                                    "column": 104
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7939,
                                  "end": 7956,
                                  "loc": {
                                    "start": {
                                      "line": 246,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 246,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7939,
                                    "end": 7950,
                                    "loc": {
                                      "start": {
                                        "line": 246,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 246,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7939,
                                      "end": 7942,
                                      "loc": {
                                        "start": {
                                          "line": 246,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 246,
                                          "column": 15
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7943,
                                      "end": 7950,
                                      "loc": {
                                        "start": {
                                          "line": 246,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 246,
                                          "column": 23
                                        },
                                        "identifierName": "message"
                                      },
                                      "name": "message"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7951,
                                    "end": 7956,
                                    "loc": {
                                      "start": {
                                        "line": 246,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 246,
                                        "column": 29
                                      },
                                      "identifierName": "match"
                                    },
                                    "name": "match"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "RegExpLiteral",
                                    "start": 7957,
                                    "end": 8030,
                                    "loc": {
                                      "start": {
                                        "line": 246,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 246,
                                        "column": 103
                                      }
                                    },
                                    "extra": {
                                      "raw": "/Failed on step '(.*)'.Could not create constraint. See previous errors./"
                                    },
                                    "pattern": "Failed on step '(.*)'.Could not create constraint. See previous errors.",
                                    "flags": ""
                                  }
                                ]
                              },
                              "operator": "||",
                              "right": {
                                "type": "CallExpression",
                                "start": 8047,
                                "end": 8208,
                                "loc": {
                                  "start": {
                                    "line": 247,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 247,
                                    "column": 173
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8047,
                                  "end": 8064,
                                  "loc": {
                                    "start": {
                                      "line": 247,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 247,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8047,
                                    "end": 8058,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8047,
                                      "end": 8050,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 15
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8051,
                                      "end": 8058,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 23
                                        },
                                        "identifierName": "message"
                                      },
                                      "name": "message"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8059,
                                    "end": 8064,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 29
                                      },
                                      "identifierName": "match"
                                    },
                                    "name": "match"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "RegExpLiteral",
                                    "start": 8065,
                                    "end": 8207,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 172
                                      }
                                    },
                                    "extra": {
                                      "raw": "/The DELETE statement conflicted with the REFERENCE constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'./"
                                    },
                                    "pattern": "The DELETE statement conflicted with the REFERENCE constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'.",
                                    "flags": ""
                                  }
                                ]
                              }
                            },
                            "operator": "||",
                            "right": {
                              "type": "CallExpression",
                              "start": 8224,
                              "end": 8387,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 12
                                },
                                "end": {
                                  "line": 248,
                                  "column": 175
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8224,
                                "end": 8241,
                                "loc": {
                                  "start": {
                                    "line": 248,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 248,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 8224,
                                  "end": 8235,
                                  "loc": {
                                    "start": {
                                      "line": 248,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 248,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8224,
                                    "end": 8227,
                                    "loc": {
                                      "start": {
                                        "line": 248,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 248,
                                        "column": 15
                                      },
                                      "identifierName": "err"
                                    },
                                    "name": "err"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8228,
                                    "end": 8235,
                                    "loc": {
                                      "start": {
                                        "line": 248,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 248,
                                        "column": 23
                                      },
                                      "identifierName": "message"
                                    },
                                    "name": "message"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8236,
                                  "end": 8241,
                                  "loc": {
                                    "start": {
                                      "line": 248,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 248,
                                      "column": 29
                                    },
                                    "identifierName": "match"
                                  },
                                  "name": "match"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "RegExpLiteral",
                                  "start": 8242,
                                  "end": 8386,
                                  "loc": {
                                    "start": {
                                      "line": 248,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 248,
                                      "column": 174
                                    }
                                  },
                                  "extra": {
                                    "raw": "/The INSERT statement conflicted with the FOREIGN KEY constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'./"
                                  },
                                  "pattern": "The INSERT statement conflicted with the FOREIGN KEY constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'.",
                                  "flags": ""
                                }
                              ]
                            }
                          },
                          "operator": "||",
                          "right": {
                            "type": "CallExpression",
                            "start": 8403,
                            "end": 8565,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 12
                              },
                              "end": {
                                "line": 249,
                                "column": 174
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 8403,
                              "end": 8420,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 12
                                },
                                "end": {
                                  "line": 249,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 8403,
                                "end": 8414,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 249,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8403,
                                  "end": 8406,
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 249,
                                      "column": 15
                                    },
                                    "identifierName": "err"
                                  },
                                  "name": "err"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8407,
                                  "end": 8414,
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 249,
                                      "column": 23
                                    },
                                    "identifierName": "message"
                                  },
                                  "name": "message"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8415,
                                "end": 8420,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 249,
                                    "column": 29
                                  },
                                  "identifierName": "match"
                                },
                                "name": "match"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "RegExpLiteral",
                                "start": 8421,
                                "end": 8564,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 249,
                                    "column": 173
                                  }
                                },
                                "extra": {
                                  "raw": "/The MERGE statement conflicted with the FOREIGN KEY constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'./"
                                },
                                "pattern": "The MERGE statement conflicted with the FOREIGN KEY constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'.",
                                "flags": ""
                              }
                            ]
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "CallExpression",
                          "start": 8581,
                          "end": 8744,
                          "loc": {
                            "start": {
                              "line": 250,
                              "column": 12
                            },
                            "end": {
                              "line": 250,
                              "column": 175
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8581,
                            "end": 8598,
                            "loc": {
                              "start": {
                                "line": 250,
                                "column": 12
                              },
                              "end": {
                                "line": 250,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 8581,
                              "end": 8592,
                              "loc": {
                                "start": {
                                  "line": 250,
                                  "column": 12
                                },
                                "end": {
                                  "line": 250,
                                  "column": 23
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 8581,
                                "end": 8584,
                                "loc": {
                                  "start": {
                                    "line": 250,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 250,
                                    "column": 15
                                  },
                                  "identifierName": "err"
                                },
                                "name": "err"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8585,
                                "end": 8592,
                                "loc": {
                                  "start": {
                                    "line": 250,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 250,
                                    "column": 23
                                  },
                                  "identifierName": "message"
                                },
                                "name": "message"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8593,
                              "end": 8598,
                              "loc": {
                                "start": {
                                  "line": 250,
                                  "column": 24
                                },
                                "end": {
                                  "line": 250,
                                  "column": 29
                                },
                                "identifierName": "match"
                              },
                              "name": "match"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "RegExpLiteral",
                              "start": 8599,
                              "end": 8743,
                              "loc": {
                                "start": {
                                  "line": 250,
                                  "column": 30
                                },
                                "end": {
                                  "line": 250,
                                  "column": 174
                                }
                              },
                              "extra": {
                                "raw": "/The UPDATE statement conflicted with the FOREIGN KEY constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'./"
                              },
                              "pattern": "The UPDATE statement conflicted with the FOREIGN KEY constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'.",
                              "flags": ""
                            }
                          ]
                        }
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 8750,
                    "end": 8926,
                    "loc": {
                      "start": {
                        "line": 251,
                        "column": 4
                      },
                      "end": {
                        "line": 257,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 8754,
                      "end": 8779,
                      "loc": {
                        "start": {
                          "line": 251,
                          "column": 8
                        },
                        "end": {
                          "line": 251,
                          "column": 33
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 8754,
                        "end": 8759,
                        "loc": {
                          "start": {
                            "line": 251,
                            "column": 8
                          },
                          "end": {
                            "line": 251,
                            "column": 13
                          },
                          "identifierName": "match"
                        },
                        "name": "match"
                      },
                      "operator": "&&",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 8763,
                        "end": 8779,
                        "loc": {
                          "start": {
                            "line": 251,
                            "column": 17
                          },
                          "end": {
                            "line": 251,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 8763,
                          "end": 8775,
                          "loc": {
                            "start": {
                              "line": 251,
                              "column": 17
                            },
                            "end": {
                              "line": 251,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 8763,
                            "end": 8768,
                            "loc": {
                              "start": {
                                "line": 251,
                                "column": 17
                              },
                              "end": {
                                "line": 251,
                                "column": 22
                              },
                              "identifierName": "match"
                            },
                            "name": "match"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8769,
                            "end": 8775,
                            "loc": {
                              "start": {
                                "line": 251,
                                "column": 23
                              },
                              "end": {
                                "line": 251,
                                "column": 29
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 8778,
                          "end": 8779,
                          "loc": {
                            "start": {
                              "line": 251,
                              "column": 32
                            },
                            "end": {
                              "line": 251,
                              "column": 33
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 8781,
                      "end": 8926,
                      "loc": {
                        "start": {
                          "line": 251,
                          "column": 35
                        },
                        "end": {
                          "line": 257,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 8789,
                          "end": 8920,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 6
                            },
                            "end": {
                              "line": 256,
                              "column": 9
                            }
                          },
                          "argument": {
                            "type": "NewExpression",
                            "start": 8796,
                            "end": 8919,
                            "loc": {
                              "start": {
                                "line": 252,
                                "column": 13
                              },
                              "end": {
                                "line": 256,
                                "column": 8
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 8800,
                              "end": 8841,
                              "loc": {
                                "start": {
                                  "line": 252,
                                  "column": 17
                                },
                                "end": {
                                  "line": 252,
                                  "column": 58
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 8800,
                                "end": 8815,
                                "loc": {
                                  "start": {
                                    "line": 252,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 252,
                                    "column": 32
                                  },
                                  "identifierName": "sequelizeErrors"
                                },
                                "name": "sequelizeErrors"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8816,
                                "end": 8841,
                                "loc": {
                                  "start": {
                                    "line": 252,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 252,
                                    "column": 58
                                  },
                                  "identifierName": "ForeignKeyConstraintError"
                                },
                                "name": "ForeignKeyConstraintError"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 8842,
                                "end": 8918,
                                "loc": {
                                  "start": {
                                    "line": 252,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 256,
                                    "column": 7
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 8852,
                                    "end": 8864,
                                    "loc": {
                                      "start": {
                                        "line": 253,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 253,
                                        "column": 20
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 8852,
                                      "end": 8858,
                                      "loc": {
                                        "start": {
                                          "line": 253,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 253,
                                          "column": 14
                                        },
                                        "identifierName": "fields"
                                      },
                                      "name": "fields"
                                    },
                                    "value": {
                                      "type": "NullLiteral",
                                      "start": 8860,
                                      "end": 8864,
                                      "loc": {
                                        "start": {
                                          "line": 253,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 253,
                                          "column": 20
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 8874,
                                    "end": 8889,
                                    "loc": {
                                      "start": {
                                        "line": 254,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 254,
                                        "column": 23
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 8874,
                                      "end": 8879,
                                      "loc": {
                                        "start": {
                                          "line": 254,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 254,
                                          "column": 13
                                        },
                                        "identifierName": "index"
                                      },
                                      "name": "index"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 8881,
                                      "end": 8889,
                                      "loc": {
                                        "start": {
                                          "line": 254,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 254,
                                          "column": 23
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8881,
                                        "end": 8886,
                                        "loc": {
                                          "start": {
                                            "line": 254,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 254,
                                            "column": 20
                                          },
                                          "identifierName": "match"
                                        },
                                        "name": "match"
                                      },
                                      "property": {
                                        "type": "NumericLiteral",
                                        "start": 8887,
                                        "end": 8888,
                                        "loc": {
                                          "start": {
                                            "line": 254,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 254,
                                            "column": 22
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 1,
                                          "raw": "1"
                                        },
                                        "value": 1
                                      },
                                      "computed": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 8899,
                                    "end": 8910,
                                    "loc": {
                                      "start": {
                                        "line": 255,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 255,
                                        "column": 19
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 8899,
                                      "end": 8905,
                                      "loc": {
                                        "start": {
                                          "line": 255,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 255,
                                          "column": 14
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 8907,
                                      "end": 8910,
                                      "loc": {
                                        "start": {
                                          "line": 255,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 255,
                                          "column": 19
                                        },
                                        "identifierName": "err"
                                      },
                                      "name": "err"
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 8932,
                    "end": 8978,
                    "loc": {
                      "start": {
                        "line": 259,
                        "column": 4
                      },
                      "end": {
                        "line": 259,
                        "column": 50
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 8939,
                      "end": 8977,
                      "loc": {
                        "start": {
                          "line": 259,
                          "column": 11
                        },
                        "end": {
                          "line": 259,
                          "column": 49
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 8943,
                        "end": 8972,
                        "loc": {
                          "start": {
                            "line": 259,
                            "column": 15
                          },
                          "end": {
                            "line": 259,
                            "column": 44
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 8943,
                          "end": 8958,
                          "loc": {
                            "start": {
                              "line": 259,
                              "column": 15
                            },
                            "end": {
                              "line": 259,
                              "column": 30
                            },
                            "identifierName": "sequelizeErrors"
                          },
                          "name": "sequelizeErrors"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8959,
                          "end": 8972,
                          "loc": {
                            "start": {
                              "line": 259,
                              "column": 31
                            },
                            "end": {
                              "line": 259,
                              "column": 44
                            },
                            "identifierName": "DatabaseError"
                          },
                          "name": "DatabaseError"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 8973,
                          "end": 8976,
                          "loc": {
                            "start": {
                              "line": 259,
                              "column": 45
                            },
                            "end": {
                              "line": 259,
                              "column": 48
                            },
                            "identifierName": "err"
                          },
                          "name": "err"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 8986,
              "end": 9440,
              "loc": {
                "start": {
                  "line": 262,
                  "column": 2
                },
                "end": {
                  "line": 270,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 8986,
                "end": 9007,
                "loc": {
                  "start": {
                    "line": 262,
                    "column": 2
                  },
                  "end": {
                    "line": 262,
                    "column": 23
                  },
                  "identifierName": "isShowOrDescribeQuery"
                },
                "name": "isShowOrDescribeQuery"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 9010,
                "end": 9440,
                "loc": {
                  "start": {
                    "line": 262,
                    "column": 26
                  },
                  "end": {
                    "line": 270,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 9016,
                    "end": 9035,
                    "loc": {
                      "start": {
                        "line": 263,
                        "column": 4
                      },
                      "end": {
                        "line": 263,
                        "column": 23
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9020,
                        "end": 9034,
                        "loc": {
                          "start": {
                            "line": 263,
                            "column": 8
                          },
                          "end": {
                            "line": 263,
                            "column": 22
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9020,
                          "end": 9026,
                          "loc": {
                            "start": {
                              "line": 263,
                              "column": 8
                            },
                            "end": {
                              "line": 263,
                              "column": 14
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        },
                        "init": {
                          "type": "BooleanLiteral",
                          "start": 9029,
                          "end": 9034,
                          "loc": {
                            "start": {
                              "line": 263,
                              "column": 17
                            },
                            "end": {
                              "line": 263,
                              "column": 22
                            }
                          },
                          "value": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 9041,
                    "end": 9183,
                    "loc": {
                      "start": {
                        "line": 265,
                        "column": 4
                      },
                      "end": {
                        "line": 265,
                        "column": 146
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 9041,
                      "end": 9182,
                      "loc": {
                        "start": {
                          "line": 265,
                          "column": 4
                        },
                        "end": {
                          "line": 265,
                          "column": 145
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 9041,
                        "end": 9047,
                        "loc": {
                          "start": {
                            "line": 265,
                            "column": 4
                          },
                          "end": {
                            "line": 265,
                            "column": 10
                          },
                          "identifierName": "result"
                        },
                        "name": "result"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 9050,
                        "end": 9182,
                        "loc": {
                          "start": {
                            "line": 265,
                            "column": 13
                          },
                          "end": {
                            "line": 265,
                            "column": 145
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 9050,
                          "end": 9056,
                          "loc": {
                            "start": {
                              "line": 265,
                              "column": 13
                            },
                            "end": {
                              "line": 265,
                              "column": 19
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 9061,
                          "end": 9181,
                          "loc": {
                            "start": {
                              "line": 265,
                              "column": 24
                            },
                            "end": {
                              "line": 265,
                              "column": 144
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 9061,
                            "end": 9175,
                            "loc": {
                              "start": {
                                "line": 265,
                                "column": 24
                              },
                              "end": {
                                "line": 265,
                                "column": 138
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9061,
                              "end": 9091,
                              "loc": {
                                "start": {
                                  "line": 265,
                                  "column": 24
                                },
                                "end": {
                                  "line": 265,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 9061,
                                "end": 9083,
                                "loc": {
                                  "start": {
                                    "line": 265,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 265,
                                    "column": 46
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9061,
                                  "end": 9081,
                                  "loc": {
                                    "start": {
                                      "line": 265,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 265,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 9061,
                                    "end": 9069,
                                    "loc": {
                                      "start": {
                                        "line": 265,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 265,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 9061,
                                      "end": 9065,
                                      "loc": {
                                        "start": {
                                          "line": 265,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 265,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9066,
                                      "end": 9069,
                                      "loc": {
                                        "start": {
                                          "line": 265,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 265,
                                          "column": 32
                                        },
                                        "identifierName": "sql"
                                      },
                                      "name": "sql"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9070,
                                    "end": 9081,
                                    "loc": {
                                      "start": {
                                        "line": 265,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 265,
                                        "column": 44
                                      },
                                      "identifierName": "toLowerCase"
                                    },
                                    "name": "toLowerCase"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9084,
                                "end": 9091,
                                "loc": {
                                  "start": {
                                    "line": 265,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 265,
                                    "column": 54
                                  },
                                  "identifierName": "indexOf"
                                },
                                "name": "indexOf"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 9092,
                                "end": 9174,
                                "loc": {
                                  "start": {
                                    "line": 265,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 265,
                                    "column": 137
                                  }
                                },
                                "extra": {
                                  "rawValue": "select c.column_name as 'name', c.data_type as 'type', c.is_nullable as 'isnull'",
                                  "raw": "\"select c.column_name as 'name', c.data_type as 'type', c.is_nullable as 'isnull'\""
                                },
                                "value": "select c.column_name as 'name', c.data_type as 'type', c.is_nullable as 'isnull'"
                              }
                            ]
                          },
                          "operator": "===",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 9180,
                            "end": 9181,
                            "loc": {
                              "start": {
                                "line": 265,
                                "column": 143
                              },
                              "end": {
                                "line": 265,
                                "column": 144
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 9060
                          }
                        }
                      }
                    },
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": " jshint ignore: line ",
                        "start": 9184,
                        "end": 9209,
                        "loc": {
                          "start": {
                            "line": 265,
                            "column": 147
                          },
                          "end": {
                            "line": 265,
                            "column": 172
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 9214,
                    "end": 9319,
                    "loc": {
                      "start": {
                        "line": 266,
                        "column": 4
                      },
                      "end": {
                        "line": 266,
                        "column": 109
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 9214,
                      "end": 9318,
                      "loc": {
                        "start": {
                          "line": 266,
                          "column": 4
                        },
                        "end": {
                          "line": 266,
                          "column": 108
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 9214,
                        "end": 9220,
                        "loc": {
                          "start": {
                            "line": 266,
                            "column": 4
                          },
                          "end": {
                            "line": 266,
                            "column": 10
                          },
                          "identifierName": "result"
                        },
                        "name": "result",
                        "leadingComments": null
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 9223,
                        "end": 9318,
                        "loc": {
                          "start": {
                            "line": 266,
                            "column": 13
                          },
                          "end": {
                            "line": 266,
                            "column": 108
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 9223,
                          "end": 9229,
                          "loc": {
                            "start": {
                              "line": 266,
                              "column": 13
                            },
                            "end": {
                              "line": 266,
                              "column": 19
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 9234,
                          "end": 9317,
                          "loc": {
                            "start": {
                              "line": 266,
                              "column": 24
                            },
                            "end": {
                              "line": 266,
                              "column": 107
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 9234,
                            "end": 9311,
                            "loc": {
                              "start": {
                                "line": 266,
                                "column": 24
                              },
                              "end": {
                                "line": 266,
                                "column": 101
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9234,
                              "end": 9264,
                              "loc": {
                                "start": {
                                  "line": 266,
                                  "column": 24
                                },
                                "end": {
                                  "line": 266,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 9234,
                                "end": 9256,
                                "loc": {
                                  "start": {
                                    "line": 266,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 266,
                                    "column": 46
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9234,
                                  "end": 9254,
                                  "loc": {
                                    "start": {
                                      "line": 266,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 266,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 9234,
                                    "end": 9242,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 9234,
                                      "end": 9238,
                                      "loc": {
                                        "start": {
                                          "line": 266,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 266,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9239,
                                      "end": 9242,
                                      "loc": {
                                        "start": {
                                          "line": 266,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 266,
                                          "column": 32
                                        },
                                        "identifierName": "sql"
                                      },
                                      "name": "sql"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9243,
                                    "end": 9254,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 44
                                      },
                                      "identifierName": "toLowerCase"
                                    },
                                    "name": "toLowerCase"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9257,
                                "end": 9264,
                                "loc": {
                                  "start": {
                                    "line": 266,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 266,
                                    "column": 54
                                  },
                                  "identifierName": "indexOf"
                                },
                                "name": "indexOf"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 9265,
                                "end": 9310,
                                "loc": {
                                  "start": {
                                    "line": 266,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 266,
                                    "column": 100
                                  }
                                },
                                "extra": {
                                  "rawValue": "select tablename = t.name, name = ind.name,",
                                  "raw": "'select tablename = t.name, name = ind.name,'"
                                },
                                "value": "select tablename = t.name, name = ind.name,"
                              }
                            ]
                          },
                          "operator": "===",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 9316,
                            "end": 9317,
                            "loc": {
                              "start": {
                                "line": 266,
                                "column": 106
                              },
                              "end": {
                                "line": 266,
                                "column": 107
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 9233
                          }
                        }
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": " jshint ignore: line ",
                        "start": 9184,
                        "end": 9209,
                        "loc": {
                          "start": {
                            "line": 265,
                            "column": 147
                          },
                          "end": {
                            "line": 265,
                            "column": 172
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 9324,
                    "end": 9416,
                    "loc": {
                      "start": {
                        "line": 267,
                        "column": 4
                      },
                      "end": {
                        "line": 267,
                        "column": 96
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 9324,
                      "end": 9415,
                      "loc": {
                        "start": {
                          "line": 267,
                          "column": 4
                        },
                        "end": {
                          "line": 267,
                          "column": 95
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 9324,
                        "end": 9330,
                        "loc": {
                          "start": {
                            "line": 267,
                            "column": 4
                          },
                          "end": {
                            "line": 267,
                            "column": 10
                          },
                          "identifierName": "result"
                        },
                        "name": "result"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 9333,
                        "end": 9415,
                        "loc": {
                          "start": {
                            "line": 267,
                            "column": 13
                          },
                          "end": {
                            "line": 267,
                            "column": 95
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 9333,
                          "end": 9339,
                          "loc": {
                            "start": {
                              "line": 267,
                              "column": 13
                            },
                            "end": {
                              "line": 267,
                              "column": 19
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        },
                        "operator": "||",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 9344,
                          "end": 9414,
                          "loc": {
                            "start": {
                              "line": 267,
                              "column": 24
                            },
                            "end": {
                              "line": 267,
                              "column": 94
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 9344,
                            "end": 9408,
                            "loc": {
                              "start": {
                                "line": 267,
                                "column": 24
                              },
                              "end": {
                                "line": 267,
                                "column": 88
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9344,
                              "end": 9374,
                              "loc": {
                                "start": {
                                  "line": 267,
                                  "column": 24
                                },
                                "end": {
                                  "line": 267,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 9344,
                                "end": 9366,
                                "loc": {
                                  "start": {
                                    "line": 267,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 267,
                                    "column": 46
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9344,
                                  "end": 9364,
                                  "loc": {
                                    "start": {
                                      "line": 267,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 267,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 9344,
                                    "end": 9352,
                                    "loc": {
                                      "start": {
                                        "line": 267,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 267,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 9344,
                                      "end": 9348,
                                      "loc": {
                                        "start": {
                                          "line": 267,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 267,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9349,
                                      "end": 9352,
                                      "loc": {
                                        "start": {
                                          "line": 267,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 267,
                                          "column": 32
                                        },
                                        "identifierName": "sql"
                                      },
                                      "name": "sql"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9353,
                                    "end": 9364,
                                    "loc": {
                                      "start": {
                                        "line": 267,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 267,
                                        "column": 44
                                      },
                                      "identifierName": "toLowerCase"
                                    },
                                    "name": "toLowerCase"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9367,
                                "end": 9374,
                                "loc": {
                                  "start": {
                                    "line": 267,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 267,
                                    "column": 54
                                  },
                                  "identifierName": "indexOf"
                                },
                                "name": "indexOf"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "StringLiteral",
                                "start": 9375,
                                "end": 9407,
                                "loc": {
                                  "start": {
                                    "line": 267,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 267,
                                    "column": 87
                                  }
                                },
                                "extra": {
                                  "rawValue": "exec sys.sp_helpindex @objname",
                                  "raw": "'exec sys.sp_helpindex @objname'"
                                },
                                "value": "exec sys.sp_helpindex @objname"
                              }
                            ]
                          },
                          "operator": "===",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 9413,
                            "end": 9414,
                            "loc": {
                              "start": {
                                "line": 267,
                                "column": 93
                              },
                              "end": {
                                "line": 267,
                                "column": 94
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 9343
                          }
                        }
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 9422,
                    "end": 9436,
                    "loc": {
                      "start": {
                        "line": 269,
                        "column": 4
                      },
                      "end": {
                        "line": 269,
                        "column": 18
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 9429,
                      "end": 9435,
                      "loc": {
                        "start": {
                          "line": 269,
                          "column": 11
                        },
                        "end": {
                          "line": 269,
                          "column": 17
                        },
                        "identifierName": "result"
                      },
                      "name": "result"
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 9444,
              "end": 9553,
              "loc": {
                "start": {
                  "line": 272,
                  "column": 2
                },
                "end": {
                  "line": 274,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 9444,
                "end": 9462,
                "loc": {
                  "start": {
                    "line": 272,
                    "column": 2
                  },
                  "end": {
                    "line": 272,
                    "column": 20
                  },
                  "identifierName": "isShowIndexesQuery"
                },
                "name": "isShowIndexesQuery"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 9465,
                "end": 9553,
                "loc": {
                  "start": {
                    "line": 272,
                    "column": 23
                  },
                  "end": {
                    "line": 274,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 9471,
                    "end": 9549,
                    "loc": {
                      "start": {
                        "line": 273,
                        "column": 4
                      },
                      "end": {
                        "line": 273,
                        "column": 82
                      }
                    },
                    "argument": {
                      "type": "BinaryExpression",
                      "start": 9478,
                      "end": 9548,
                      "loc": {
                        "start": {
                          "line": 273,
                          "column": 11
                        },
                        "end": {
                          "line": 273,
                          "column": 81
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 9478,
                        "end": 9542,
                        "loc": {
                          "start": {
                            "line": 273,
                            "column": 11
                          },
                          "end": {
                            "line": 273,
                            "column": 75
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 9478,
                          "end": 9508,
                          "loc": {
                            "start": {
                              "line": 273,
                              "column": 11
                            },
                            "end": {
                              "line": 273,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 9478,
                            "end": 9500,
                            "loc": {
                              "start": {
                                "line": 273,
                                "column": 11
                              },
                              "end": {
                                "line": 273,
                                "column": 33
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9478,
                              "end": 9498,
                              "loc": {
                                "start": {
                                  "line": 273,
                                  "column": 11
                                },
                                "end": {
                                  "line": 273,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 9478,
                                "end": 9486,
                                "loc": {
                                  "start": {
                                    "line": 273,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 273,
                                    "column": 19
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 9478,
                                  "end": 9482,
                                  "loc": {
                                    "start": {
                                      "line": 273,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 273,
                                      "column": 15
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9483,
                                  "end": 9486,
                                  "loc": {
                                    "start": {
                                      "line": 273,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 273,
                                      "column": 19
                                    },
                                    "identifierName": "sql"
                                  },
                                  "name": "sql"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9487,
                                "end": 9498,
                                "loc": {
                                  "start": {
                                    "line": 273,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 273,
                                    "column": 31
                                  },
                                  "identifierName": "toLowerCase"
                                },
                                "name": "toLowerCase"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9501,
                            "end": 9508,
                            "loc": {
                              "start": {
                                "line": 273,
                                "column": 34
                              },
                              "end": {
                                "line": 273,
                                "column": 41
                              },
                              "identifierName": "indexOf"
                            },
                            "name": "indexOf"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 9509,
                            "end": 9541,
                            "loc": {
                              "start": {
                                "line": 273,
                                "column": 42
                              },
                              "end": {
                                "line": 273,
                                "column": 74
                              }
                            },
                            "extra": {
                              "rawValue": "exec sys.sp_helpindex @objname",
                              "raw": "'exec sys.sp_helpindex @objname'"
                            },
                            "value": "exec sys.sp_helpindex @objname"
                          }
                        ]
                      },
                      "operator": "===",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 9547,
                        "end": 9548,
                        "loc": {
                          "start": {
                            "line": 273,
                            "column": 80
                          },
                          "end": {
                            "line": 273,
                            "column": 81
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "value": 0
                      }
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 9557,
              "end": 10596,
              "loc": {
                "start": {
                  "line": 276,
                  "column": 2
                },
                "end": {
                  "line": 309,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 9557,
                "end": 9579,
                "loc": {
                  "start": {
                    "line": 276,
                    "column": 2
                  },
                  "end": {
                    "line": 276,
                    "column": 24
                  },
                  "identifierName": "handleShowIndexesQuery"
                },
                "name": "handleShowIndexesQuery"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 9580,
                  "end": 9584,
                  "loc": {
                    "start": {
                      "line": 276,
                      "column": 25
                    },
                    "end": {
                      "line": 276,
                      "column": 29
                    },
                    "identifierName": "data"
                  },
                  "name": "data"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 9586,
                "end": 10596,
                "loc": {
                  "start": {
                    "line": 276,
                    "column": 31
                  },
                  "end": {
                    "line": 309,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 9643,
                    "end": 10289,
                    "loc": {
                      "start": {
                        "line": 278,
                        "column": 4
                      },
                      "end": {
                        "line": 299,
                        "column": 11
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 9643,
                      "end": 10288,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 4
                        },
                        "end": {
                          "line": 299,
                          "column": 10
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 9643,
                        "end": 9647,
                        "loc": {
                          "start": {
                            "line": 278,
                            "column": 4
                          },
                          "end": {
                            "line": 278,
                            "column": 8
                          },
                          "identifierName": "data"
                        },
                        "name": "data",
                        "leadingComments": null
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 9650,
                        "end": 10288,
                        "loc": {
                          "start": {
                            "line": 278,
                            "column": 11
                          },
                          "end": {
                            "line": 299,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 9650,
                          "end": 9658,
                          "loc": {
                            "start": {
                              "line": 278,
                              "column": 11
                            },
                            "end": {
                              "line": 278,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9650,
                            "end": 9651,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 11
                              },
                              "end": {
                                "line": 278,
                                "column": 12
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9652,
                            "end": 9658,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 13
                              },
                              "end": {
                                "line": 278,
                                "column": 19
                              },
                              "identifierName": "reduce"
                            },
                            "name": "reduce"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 9659,
                            "end": 9663,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 20
                              },
                              "end": {
                                "line": 278,
                                "column": 24
                              },
                              "identifierName": "data"
                            },
                            "name": "data"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 9665,
                            "end": 10283,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 26
                              },
                              "end": {
                                "line": 299,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 9666,
                                "end": 9669,
                                "loc": {
                                  "start": {
                                    "line": 278,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 278,
                                    "column": 30
                                  },
                                  "identifierName": "acc"
                                },
                                "name": "acc"
                              },
                              {
                                "type": "Identifier",
                                "start": 9671,
                                "end": 9675,
                                "loc": {
                                  "start": {
                                    "line": 278,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 278,
                                    "column": 36
                                  },
                                  "identifierName": "item"
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 9680,
                              "end": 10283,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 41
                                },
                                "end": {
                                  "line": 299,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 9688,
                                  "end": 9791,
                                  "loc": {
                                    "start": {
                                      "line": 279,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 282,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 9692,
                                    "end": 9717,
                                    "loc": {
                                      "start": {
                                        "line": 279,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 279,
                                        "column": 35
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "BinaryExpression",
                                      "start": 9694,
                                      "end": 9716,
                                      "loc": {
                                        "start": {
                                          "line": 279,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 279,
                                          "column": 34
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 9694,
                                        "end": 9709,
                                        "loc": {
                                          "start": {
                                            "line": 279,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 279,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9694,
                                          "end": 9698,
                                          "loc": {
                                            "start": {
                                              "line": 279,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 279,
                                              "column": 16
                                            },
                                            "identifierName": "item"
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9699,
                                          "end": 9709,
                                          "loc": {
                                            "start": {
                                              "line": 279,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 279,
                                              "column": 27
                                            },
                                            "identifierName": "index_name"
                                          },
                                          "name": "index_name"
                                        },
                                        "computed": false
                                      },
                                      "operator": "in",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 9713,
                                        "end": 9716,
                                        "loc": {
                                          "start": {
                                            "line": 279,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 279,
                                            "column": 34
                                          },
                                          "identifierName": "acc"
                                        },
                                        "name": "acc"
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 9693
                                      }
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 9719,
                                    "end": 9791,
                                    "loc": {
                                      "start": {
                                        "line": 279,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 282,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 9729,
                                        "end": 9757,
                                        "loc": {
                                          "start": {
                                            "line": 280,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 280,
                                            "column": 36
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 9729,
                                          "end": 9756,
                                          "loc": {
                                            "start": {
                                              "line": 280,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 280,
                                              "column": 35
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 9729,
                                            "end": 9749,
                                            "loc": {
                                              "start": {
                                                "line": 280,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 280,
                                                "column": 28
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9729,
                                              "end": 9732,
                                              "loc": {
                                                "start": {
                                                  "line": 280,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 280,
                                                  "column": 11
                                                },
                                                "identifierName": "acc"
                                              },
                                              "name": "acc"
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 9733,
                                              "end": 9748,
                                              "loc": {
                                                "start": {
                                                  "line": 280,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 280,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9733,
                                                "end": 9737,
                                                "loc": {
                                                  "start": {
                                                    "line": 280,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 280,
                                                    "column": 16
                                                  },
                                                  "identifierName": "item"
                                                },
                                                "name": "item"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9738,
                                                "end": 9748,
                                                "loc": {
                                                  "start": {
                                                    "line": 280,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 280,
                                                    "column": 27
                                                  },
                                                  "identifierName": "index_name"
                                                },
                                                "name": "index_name"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 9752,
                                            "end": 9756,
                                            "loc": {
                                              "start": {
                                                "line": 280,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 280,
                                                "column": 35
                                              },
                                              "identifierName": "item"
                                            },
                                            "name": "item"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 9766,
                                        "end": 9783,
                                        "loc": {
                                          "start": {
                                            "line": 281,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 281,
                                            "column": 25
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 9766,
                                          "end": 9782,
                                          "loc": {
                                            "start": {
                                              "line": 281,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 281,
                                              "column": 24
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 9766,
                                            "end": 9777,
                                            "loc": {
                                              "start": {
                                                "line": 281,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 281,
                                                "column": 19
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9766,
                                              "end": 9770,
                                              "loc": {
                                                "start": {
                                                  "line": 281,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 281,
                                                  "column": 12
                                                },
                                                "identifierName": "item"
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9771,
                                              "end": 9777,
                                              "loc": {
                                                "start": {
                                                  "line": 281,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 281,
                                                  "column": 19
                                                },
                                                "identifierName": "fields"
                                              },
                                              "name": "fields"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "ArrayExpression",
                                            "start": 9780,
                                            "end": 9782,
                                            "loc": {
                                              "start": {
                                                "line": 281,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 281,
                                                "column": 24
                                              }
                                            },
                                            "elements": []
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 9799,
                                  "end": 10229,
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 9
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 9799,
                                    "end": 10228,
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 8
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 9799,
                                      "end": 9814,
                                      "loc": {
                                        "start": {
                                          "line": 284,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 284,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 9799,
                                        "end": 9806,
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 284,
                                            "column": 13
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9799,
                                          "end": 9804,
                                          "loc": {
                                            "start": {
                                              "line": 284,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 284,
                                              "column": 11
                                            },
                                            "identifierName": "Utils"
                                          },
                                          "name": "Utils"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9805,
                                          "end": 9806,
                                          "loc": {
                                            "start": {
                                              "line": 284,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 284,
                                              "column": 13
                                            },
                                            "identifierName": "_"
                                          },
                                          "name": "_"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9807,
                                        "end": 9814,
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 284,
                                            "column": 21
                                          },
                                          "identifierName": "forEach"
                                        },
                                        "name": "forEach"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 9815,
                                        "end": 9841,
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 284,
                                            "column": 48
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 9815,
                                          "end": 9836,
                                          "loc": {
                                            "start": {
                                              "line": 284,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 284,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 9815,
                                            "end": 9830,
                                            "loc": {
                                              "start": {
                                                "line": 284,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 284,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9815,
                                              "end": 9819,
                                              "loc": {
                                                "start": {
                                                  "line": 284,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 284,
                                                  "column": 26
                                                },
                                                "identifierName": "item"
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9820,
                                              "end": 9830,
                                              "loc": {
                                                "start": {
                                                  "line": 284,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 284,
                                                  "column": 37
                                                },
                                                "identifierName": "index_keys"
                                              },
                                              "name": "index_keys"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9831,
                                            "end": 9836,
                                            "loc": {
                                              "start": {
                                                "line": 284,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 284,
                                                "column": 43
                                              },
                                              "identifierName": "split"
                                            },
                                            "name": "split"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 9837,
                                            "end": 9840,
                                            "loc": {
                                              "start": {
                                                "line": 284,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 284,
                                                "column": 47
                                              }
                                            },
                                            "extra": {
                                              "rawValue": ",",
                                              "raw": "','"
                                            },
                                            "value": ","
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 9843,
                                        "end": 10227,
                                        "loc": {
                                          "start": {
                                            "line": 284,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 296,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 9843,
                                            "end": 9849,
                                            "loc": {
                                              "start": {
                                                "line": 284,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 284,
                                                "column": 56
                                              },
                                              "identifierName": "column"
                                            },
                                            "name": "column"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 9853,
                                          "end": 10227,
                                          "loc": {
                                            "start": {
                                              "line": 284,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 296,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 9863,
                                              "end": 9894,
                                              "loc": {
                                                "start": {
                                                  "line": 285,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 285,
                                                  "column": 39
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 9867,
                                                  "end": 9893,
                                                  "loc": {
                                                    "start": {
                                                      "line": 285,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 285,
                                                      "column": 38
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 9867,
                                                    "end": 9877,
                                                    "loc": {
                                                      "start": {
                                                        "line": 285,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 285,
                                                        "column": 22
                                                      },
                                                      "identifierName": "columnName"
                                                    },
                                                    "name": "columnName"
                                                  },
                                                  "init": {
                                                    "type": "CallExpression",
                                                    "start": 9880,
                                                    "end": 9893,
                                                    "loc": {
                                                      "start": {
                                                        "line": 285,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 285,
                                                        "column": 38
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 9880,
                                                      "end": 9891,
                                                      "loc": {
                                                        "start": {
                                                          "line": 285,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 285,
                                                          "column": 36
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 9880,
                                                        "end": 9886,
                                                        "loc": {
                                                          "start": {
                                                            "line": 285,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 285,
                                                            "column": 31
                                                          },
                                                          "identifierName": "column"
                                                        },
                                                        "name": "column"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9887,
                                                        "end": 9891,
                                                        "loc": {
                                                          "start": {
                                                            "line": 285,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 285,
                                                            "column": 36
                                                          },
                                                          "identifierName": "trim"
                                                        },
                                                        "name": "trim"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  }
                                                }
                                              ],
                                              "kind": "let"
                                            },
                                            {
                                              "type": "IfStatement",
                                              "start": 9903,
                                              "end": 10006,
                                              "loc": {
                                                "start": {
                                                  "line": 286,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 288,
                                                  "column": 9
                                                }
                                              },
                                              "test": {
                                                "type": "BinaryExpression",
                                                "start": 9907,
                                                "end": 9939,
                                                "loc": {
                                                  "start": {
                                                    "line": 286,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 286,
                                                    "column": 44
                                                  }
                                                },
                                                "left": {
                                                  "type": "CallExpression",
                                                  "start": 9907,
                                                  "end": 9932,
                                                  "loc": {
                                                    "start": {
                                                      "line": 286,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 286,
                                                      "column": 37
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 9907,
                                                    "end": 9925,
                                                    "loc": {
                                                      "start": {
                                                        "line": 286,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 286,
                                                        "column": 30
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 9907,
                                                      "end": 9917,
                                                      "loc": {
                                                        "start": {
                                                          "line": 286,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 286,
                                                          "column": 22
                                                        },
                                                        "identifierName": "columnName"
                                                      },
                                                      "name": "columnName"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 9918,
                                                      "end": 9925,
                                                      "loc": {
                                                        "start": {
                                                          "line": 286,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 286,
                                                          "column": 30
                                                        },
                                                        "identifierName": "indexOf"
                                                      },
                                                      "name": "indexOf"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 9926,
                                                      "end": 9931,
                                                      "loc": {
                                                        "start": {
                                                          "line": 286,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 286,
                                                          "column": 36
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "(-)",
                                                        "raw": "'(-)'"
                                                      },
                                                      "value": "(-)"
                                                    }
                                                  ]
                                                },
                                                "operator": "!==",
                                                "right": {
                                                  "type": "UnaryExpression",
                                                  "start": 9937,
                                                  "end": 9939,
                                                  "loc": {
                                                    "start": {
                                                      "line": 286,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 286,
                                                      "column": 44
                                                    }
                                                  },
                                                  "operator": "-",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "NumericLiteral",
                                                    "start": 9938,
                                                    "end": 9939,
                                                    "loc": {
                                                      "start": {
                                                        "line": 286,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 286,
                                                        "column": 44
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "value": 1
                                                  },
                                                  "extra": {
                                                    "parenthesizedArgument": false
                                                  }
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 9941,
                                                "end": 10006,
                                                "loc": {
                                                  "start": {
                                                    "line": 286,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 288,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 9953,
                                                    "end": 9996,
                                                    "loc": {
                                                      "start": {
                                                        "line": 287,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 287,
                                                        "column": 53
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 9953,
                                                      "end": 9995,
                                                      "loc": {
                                                        "start": {
                                                          "line": 287,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 287,
                                                          "column": 52
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 9953,
                                                        "end": 9963,
                                                        "loc": {
                                                          "start": {
                                                            "line": 287,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 287,
                                                            "column": 20
                                                          },
                                                          "identifierName": "columnName"
                                                        },
                                                        "name": "columnName"
                                                      },
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "start": 9966,
                                                        "end": 9995,
                                                        "loc": {
                                                          "start": {
                                                            "line": 287,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 287,
                                                            "column": 52
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 9966,
                                                          "end": 9984,
                                                          "loc": {
                                                            "start": {
                                                              "line": 287,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 287,
                                                              "column": 41
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 9966,
                                                            "end": 9976,
                                                            "loc": {
                                                              "start": {
                                                                "line": 287,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 287,
                                                                "column": 33
                                                              },
                                                              "identifierName": "columnName"
                                                            },
                                                            "name": "columnName"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 9977,
                                                            "end": 9984,
                                                            "loc": {
                                                              "start": {
                                                                "line": 287,
                                                                "column": 34
                                                              },
                                                              "end": {
                                                                "line": 287,
                                                                "column": 41
                                                              },
                                                              "identifierName": "replace"
                                                            },
                                                            "name": "replace"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 9985,
                                                            "end": 9990,
                                                            "loc": {
                                                              "start": {
                                                                "line": 287,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 287,
                                                                "column": 47
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "(-)",
                                                              "raw": "'(-)'"
                                                            },
                                                            "value": "(-)"
                                                          },
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 9992,
                                                            "end": 9994,
                                                            "loc": {
                                                              "start": {
                                                                "line": 287,
                                                                "column": 49
                                                              },
                                                              "end": {
                                                                "line": 287,
                                                                "column": 51
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "",
                                                              "raw": "''"
                                                            },
                                                            "value": ""
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 10016,
                                              "end": 10219,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 295,
                                                  "column": 11
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 10016,
                                                "end": 10218,
                                                "loc": {
                                                  "start": {
                                                    "line": 290,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 295,
                                                    "column": 10
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 10016,
                                                  "end": 10048,
                                                  "loc": {
                                                    "start": {
                                                      "line": 290,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 290,
                                                      "column": 40
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 10016,
                                                    "end": 10043,
                                                    "loc": {
                                                      "start": {
                                                        "line": 290,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 290,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 10016,
                                                      "end": 10036,
                                                      "loc": {
                                                        "start": {
                                                          "line": 290,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 290,
                                                          "column": 28
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 10016,
                                                        "end": 10019,
                                                        "loc": {
                                                          "start": {
                                                            "line": 290,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 290,
                                                            "column": 11
                                                          },
                                                          "identifierName": "acc"
                                                        },
                                                        "name": "acc"
                                                      },
                                                      "property": {
                                                        "type": "MemberExpression",
                                                        "start": 10020,
                                                        "end": 10035,
                                                        "loc": {
                                                          "start": {
                                                            "line": 290,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 290,
                                                            "column": 27
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 10020,
                                                          "end": 10024,
                                                          "loc": {
                                                            "start": {
                                                              "line": 290,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 290,
                                                              "column": 16
                                                            },
                                                            "identifierName": "item"
                                                          },
                                                          "name": "item"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10025,
                                                          "end": 10035,
                                                          "loc": {
                                                            "start": {
                                                              "line": 290,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 290,
                                                              "column": 27
                                                            },
                                                            "identifierName": "index_name"
                                                          },
                                                          "name": "index_name"
                                                        },
                                                        "computed": false
                                                      },
                                                      "computed": true
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 10037,
                                                      "end": 10043,
                                                      "loc": {
                                                        "start": {
                                                          "line": 290,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 290,
                                                          "column": 35
                                                        },
                                                        "identifierName": "fields"
                                                      },
                                                      "name": "fields"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 10044,
                                                    "end": 10048,
                                                    "loc": {
                                                      "start": {
                                                        "line": 290,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 290,
                                                        "column": 40
                                                      },
                                                      "identifierName": "push"
                                                    },
                                                    "name": "push"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "start": 10049,
                                                    "end": 10217,
                                                    "loc": {
                                                      "start": {
                                                        "line": 290,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 295,
                                                        "column": 9
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 10061,
                                                        "end": 10082,
                                                        "loc": {
                                                          "start": {
                                                            "line": 291,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 291,
                                                            "column": 31
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 10061,
                                                          "end": 10070,
                                                          "loc": {
                                                            "start": {
                                                              "line": 291,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 291,
                                                              "column": 19
                                                            },
                                                            "identifierName": "attribute"
                                                          },
                                                          "name": "attribute"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 10072,
                                                          "end": 10082,
                                                          "loc": {
                                                            "start": {
                                                              "line": 291,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 291,
                                                              "column": 31
                                                            },
                                                            "identifierName": "columnName"
                                                          },
                                                          "name": "columnName"
                                                        }
                                                      },
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 10094,
                                                        "end": 10111,
                                                        "loc": {
                                                          "start": {
                                                            "line": 292,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 292,
                                                            "column": 27
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 10094,
                                                          "end": 10100,
                                                          "loc": {
                                                            "start": {
                                                              "line": 292,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 292,
                                                              "column": 16
                                                            },
                                                            "identifierName": "length"
                                                          },
                                                          "name": "length"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 10102,
                                                          "end": 10111,
                                                          "loc": {
                                                            "start": {
                                                              "line": 292,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 292,
                                                              "column": 27
                                                            },
                                                            "identifierName": "undefined"
                                                          },
                                                          "name": "undefined"
                                                        }
                                                      },
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 10123,
                                                        "end": 10177,
                                                        "loc": {
                                                          "start": {
                                                            "line": 293,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 293,
                                                            "column": 64
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 10123,
                                                          "end": 10128,
                                                          "loc": {
                                                            "start": {
                                                              "line": 293,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 293,
                                                              "column": 15
                                                            },
                                                            "identifierName": "order"
                                                          },
                                                          "name": "order"
                                                        },
                                                        "value": {
                                                          "type": "ConditionalExpression",
                                                          "start": 10131,
                                                          "end": 10176,
                                                          "loc": {
                                                            "start": {
                                                              "line": 293,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 293,
                                                              "column": 63
                                                            }
                                                          },
                                                          "test": {
                                                            "type": "BinaryExpression",
                                                            "start": 10131,
                                                            "end": 10159,
                                                            "loc": {
                                                              "start": {
                                                                "line": 293,
                                                                "column": 18
                                                              },
                                                              "end": {
                                                                "line": 293,
                                                                "column": 46
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "CallExpression",
                                                              "start": 10131,
                                                              "end": 10152,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 293,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 293,
                                                                  "column": 39
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 10131,
                                                                "end": 10145,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 293,
                                                                    "column": 18
                                                                  },
                                                                  "end": {
                                                                    "line": 293,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 10131,
                                                                  "end": 10137,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 293,
                                                                      "column": 18
                                                                    },
                                                                    "end": {
                                                                      "line": 293,
                                                                      "column": 24
                                                                    },
                                                                    "identifierName": "column"
                                                                  },
                                                                  "name": "column"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 10138,
                                                                  "end": 10145,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 293,
                                                                      "column": 25
                                                                    },
                                                                    "end": {
                                                                      "line": 293,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "indexOf"
                                                                  },
                                                                  "name": "indexOf"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "StringLiteral",
                                                                  "start": 10146,
                                                                  "end": 10151,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 293,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 293,
                                                                      "column": 38
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "rawValue": "(-)",
                                                                    "raw": "'(-)'"
                                                                  },
                                                                  "value": "(-)"
                                                                }
                                                              ]
                                                            },
                                                            "operator": "!==",
                                                            "right": {
                                                              "type": "UnaryExpression",
                                                              "start": 10157,
                                                              "end": 10159,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 293,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 293,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "operator": "-",
                                                              "prefix": true,
                                                              "argument": {
                                                                "type": "NumericLiteral",
                                                                "start": 10158,
                                                                "end": 10159,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 293,
                                                                    "column": 45
                                                                  },
                                                                  "end": {
                                                                    "line": 293,
                                                                    "column": 46
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 1,
                                                                  "raw": "1"
                                                                },
                                                                "value": 1
                                                              },
                                                              "extra": {
                                                                "parenthesizedArgument": false
                                                              }
                                                            }
                                                          },
                                                          "consequent": {
                                                            "type": "StringLiteral",
                                                            "start": 10162,
                                                            "end": 10168,
                                                            "loc": {
                                                              "start": {
                                                                "line": 293,
                                                                "column": 49
                                                              },
                                                              "end": {
                                                                "line": 293,
                                                                "column": 55
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "DESC",
                                                              "raw": "'DESC'"
                                                            },
                                                            "value": "DESC"
                                                          },
                                                          "alternate": {
                                                            "type": "StringLiteral",
                                                            "start": 10171,
                                                            "end": 10176,
                                                            "loc": {
                                                              "start": {
                                                                "line": 293,
                                                                "column": 58
                                                              },
                                                              "end": {
                                                                "line": 293,
                                                                "column": 63
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "ASC",
                                                              "raw": "'ASC'"
                                                            },
                                                            "value": "ASC"
                                                          },
                                                          "extra": {
                                                            "parenthesized": true,
                                                            "parenStart": 10130
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 10189,
                                                        "end": 10207,
                                                        "loc": {
                                                          "start": {
                                                            "line": 294,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 294,
                                                            "column": 28
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 10189,
                                                          "end": 10196,
                                                          "loc": {
                                                            "start": {
                                                              "line": 294,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 294,
                                                              "column": 17
                                                            },
                                                            "identifierName": "collate"
                                                          },
                                                          "name": "collate"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 10198,
                                                          "end": 10207,
                                                          "loc": {
                                                            "start": {
                                                              "line": 294,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 294,
                                                              "column": 28
                                                            },
                                                            "identifierName": "undefined"
                                                          },
                                                          "name": "undefined"
                                                        }
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 10236,
                                  "end": 10259,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 29
                                    }
                                  },
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "start": 10236,
                                    "end": 10258,
                                    "loc": {
                                      "start": {
                                        "line": 297,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 297,
                                        "column": 28
                                      }
                                    },
                                    "operator": "delete",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 10243,
                                      "end": 10258,
                                      "loc": {
                                        "start": {
                                          "line": 297,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 297,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10243,
                                        "end": 10247,
                                        "loc": {
                                          "start": {
                                            "line": 297,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 297,
                                            "column": 17
                                          },
                                          "identifierName": "item"
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10248,
                                        "end": 10258,
                                        "loc": {
                                          "start": {
                                            "line": 297,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 297,
                                            "column": 28
                                          },
                                          "identifierName": "index_keys"
                                        },
                                        "name": "index_keys"
                                      },
                                      "computed": false
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  }
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 10266,
                                  "end": 10277,
                                  "loc": {
                                    "start": {
                                      "line": 298,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 298,
                                      "column": 17
                                    }
                                  },
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 10273,
                                    "end": 10276,
                                    "loc": {
                                      "start": {
                                        "line": 298,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 298,
                                        "column": 16
                                      },
                                      "identifierName": "acc"
                                    },
                                    "name": "acc"
                                  }
                                }
                              ],
                              "directives": []
                            }
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 10285,
                            "end": 10287,
                            "loc": {
                              "start": {
                                "line": 299,
                                "column": 7
                              },
                              "end": {
                                "line": 299,
                                "column": 9
                              }
                            },
                            "properties": []
                          }
                        ]
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Group by index name, and collect all fields",
                        "start": 9592,
                        "end": 9638,
                        "loc": {
                          "start": {
                            "line": 277,
                            "column": 4
                          },
                          "end": {
                            "line": 277,
                            "column": 50
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 10295,
                    "end": 10592,
                    "loc": {
                      "start": {
                        "line": 301,
                        "column": 4
                      },
                      "end": {
                        "line": 308,
                        "column": 8
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 10302,
                      "end": 10591,
                      "loc": {
                        "start": {
                          "line": 301,
                          "column": 11
                        },
                        "end": {
                          "line": 308,
                          "column": 7
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10302,
                        "end": 10313,
                        "loc": {
                          "start": {
                            "line": 301,
                            "column": 11
                          },
                          "end": {
                            "line": 301,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 10302,
                          "end": 10309,
                          "loc": {
                            "start": {
                              "line": 301,
                              "column": 11
                            },
                            "end": {
                              "line": 301,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10302,
                            "end": 10307,
                            "loc": {
                              "start": {
                                "line": 301,
                                "column": 11
                              },
                              "end": {
                                "line": 301,
                                "column": 16
                              },
                              "identifierName": "Utils"
                            },
                            "name": "Utils"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10308,
                            "end": 10309,
                            "loc": {
                              "start": {
                                "line": 301,
                                "column": 17
                              },
                              "end": {
                                "line": 301,
                                "column": 18
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10310,
                          "end": 10313,
                          "loc": {
                            "start": {
                              "line": 301,
                              "column": 19
                            },
                            "end": {
                              "line": 301,
                              "column": 22
                            },
                            "identifierName": "map"
                          },
                          "name": "map"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 10314,
                          "end": 10318,
                          "loc": {
                            "start": {
                              "line": 301,
                              "column": 23
                            },
                            "end": {
                              "line": 301,
                              "column": 27
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 10320,
                          "end": 10590,
                          "loc": {
                            "start": {
                              "line": 301,
                              "column": 29
                            },
                            "end": {
                              "line": 308,
                              "column": 6
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": true,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 10320,
                              "end": 10324,
                              "loc": {
                                "start": {
                                  "line": 301,
                                  "column": 29
                                },
                                "end": {
                                  "line": 301,
                                  "column": 33
                                },
                                "identifierName": "item"
                              },
                              "name": "item"
                            }
                          ],
                          "body": {
                            "type": "ObjectExpression",
                            "start": 10329,
                            "end": 10589,
                            "loc": {
                              "start": {
                                "line": 301,
                                "column": 38
                              },
                              "end": {
                                "line": 308,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 10337,
                                "end": 10397,
                                "loc": {
                                  "start": {
                                    "line": 302,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 302,
                                    "column": 66
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 10337,
                                  "end": 10344,
                                  "loc": {
                                    "start": {
                                      "line": 302,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 302,
                                      "column": 13
                                    },
                                    "identifierName": "primary"
                                  },
                                  "name": "primary"
                                },
                                "value": {
                                  "type": "BinaryExpression",
                                  "start": 10347,
                                  "end": 10396,
                                  "loc": {
                                    "start": {
                                      "line": 302,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 302,
                                      "column": 65
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 10347,
                                    "end": 10390,
                                    "loc": {
                                      "start": {
                                        "line": 302,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 302,
                                        "column": 59
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10347,
                                      "end": 10384,
                                      "loc": {
                                        "start": {
                                          "line": 302,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 302,
                                          "column": 53
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 10347,
                                        "end": 10376,
                                        "loc": {
                                          "start": {
                                            "line": 302,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 302,
                                            "column": 45
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 10347,
                                          "end": 10374,
                                          "loc": {
                                            "start": {
                                              "line": 302,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 302,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 10347,
                                            "end": 10362,
                                            "loc": {
                                              "start": {
                                                "line": 302,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 302,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10347,
                                              "end": 10351,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 20
                                                },
                                                "identifierName": "item"
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10352,
                                              "end": 10362,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 31
                                                },
                                                "identifierName": "index_name"
                                              },
                                              "name": "index_name"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10363,
                                            "end": 10374,
                                            "loc": {
                                              "start": {
                                                "line": 302,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 302,
                                                "column": 43
                                              },
                                              "identifierName": "toLowerCase"
                                            },
                                            "name": "toLowerCase"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10377,
                                        "end": 10384,
                                        "loc": {
                                          "start": {
                                            "line": 302,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 302,
                                            "column": 53
                                          },
                                          "identifierName": "indexOf"
                                        },
                                        "name": "indexOf"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 10385,
                                        "end": 10389,
                                        "loc": {
                                          "start": {
                                            "line": 302,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 302,
                                            "column": 58
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "pk",
                                          "raw": "'pk'"
                                        },
                                        "value": "pk"
                                      }
                                    ]
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 10395,
                                    "end": 10396,
                                    "loc": {
                                      "start": {
                                        "line": 302,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 302,
                                        "column": 65
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  },
                                  "extra": {
                                    "parenthesized": true,
                                    "parenStart": 10346
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 10405,
                                "end": 10424,
                                "loc": {
                                  "start": {
                                    "line": 303,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 303,
                                    "column": 25
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 10405,
                                  "end": 10411,
                                  "loc": {
                                    "start": {
                                      "line": 303,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 303,
                                      "column": 12
                                    },
                                    "identifierName": "fields"
                                  },
                                  "name": "fields"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 10413,
                                  "end": 10424,
                                  "loc": {
                                    "start": {
                                      "line": 303,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 303,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10413,
                                    "end": 10417,
                                    "loc": {
                                      "start": {
                                        "line": 303,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 303,
                                        "column": 18
                                      },
                                      "identifierName": "item"
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10418,
                                    "end": 10424,
                                    "loc": {
                                      "start": {
                                        "line": 303,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 303,
                                        "column": 25
                                      },
                                      "identifierName": "fields"
                                    },
                                    "name": "fields"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 10432,
                                "end": 10453,
                                "loc": {
                                  "start": {
                                    "line": 304,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 304,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 10432,
                                  "end": 10436,
                                  "loc": {
                                    "start": {
                                      "line": 304,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 304,
                                      "column": 10
                                    },
                                    "identifierName": "name"
                                  },
                                  "name": "name"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 10438,
                                  "end": 10453,
                                  "loc": {
                                    "start": {
                                      "line": 304,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 304,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10438,
                                    "end": 10442,
                                    "loc": {
                                      "start": {
                                        "line": 304,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 304,
                                        "column": 16
                                      },
                                      "identifierName": "item"
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10443,
                                    "end": 10453,
                                    "loc": {
                                      "start": {
                                        "line": 304,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 304,
                                        "column": 27
                                      },
                                      "identifierName": "index_name"
                                    },
                                    "name": "index_name"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 10461,
                                "end": 10481,
                                "loc": {
                                  "start": {
                                    "line": 305,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 305,
                                    "column": 26
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 10461,
                                  "end": 10470,
                                  "loc": {
                                    "start": {
                                      "line": 305,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 305,
                                      "column": 15
                                    },
                                    "identifierName": "tableName"
                                  },
                                  "name": "tableName"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 10472,
                                  "end": 10481,
                                  "loc": {
                                    "start": {
                                      "line": 305,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 305,
                                      "column": 26
                                    },
                                    "identifierName": "undefined"
                                  },
                                  "name": "undefined"
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 10489,
                                "end": 10560,
                                "loc": {
                                  "start": {
                                    "line": 306,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 306,
                                    "column": 77
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 10489,
                                  "end": 10495,
                                  "loc": {
                                    "start": {
                                      "line": 306,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 306,
                                      "column": 12
                                    },
                                    "identifierName": "unique"
                                  },
                                  "name": "unique"
                                },
                                "value": {
                                  "type": "BinaryExpression",
                                  "start": 10498,
                                  "end": 10559,
                                  "loc": {
                                    "start": {
                                      "line": 306,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 306,
                                      "column": 76
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 10498,
                                    "end": 10552,
                                    "loc": {
                                      "start": {
                                        "line": 306,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 306,
                                        "column": 69
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10498,
                                      "end": 10542,
                                      "loc": {
                                        "start": {
                                          "line": 306,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 306,
                                          "column": 59
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 10498,
                                        "end": 10534,
                                        "loc": {
                                          "start": {
                                            "line": 306,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 306,
                                            "column": 51
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 10498,
                                          "end": 10532,
                                          "loc": {
                                            "start": {
                                              "line": 306,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 10498,
                                            "end": 10520,
                                            "loc": {
                                              "start": {
                                                "line": 306,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 306,
                                                "column": 37
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10498,
                                              "end": 10502,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 19
                                                },
                                                "identifierName": "item"
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10503,
                                              "end": 10520,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 37
                                                },
                                                "identifierName": "index_description"
                                              },
                                              "name": "index_description"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10521,
                                            "end": 10532,
                                            "loc": {
                                              "start": {
                                                "line": 306,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 306,
                                                "column": 49
                                              },
                                              "identifierName": "toLowerCase"
                                            },
                                            "name": "toLowerCase"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10535,
                                        "end": 10542,
                                        "loc": {
                                          "start": {
                                            "line": 306,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 306,
                                            "column": 59
                                          },
                                          "identifierName": "indexOf"
                                        },
                                        "name": "indexOf"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 10543,
                                        "end": 10551,
                                        "loc": {
                                          "start": {
                                            "line": 306,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 306,
                                            "column": 68
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "unique",
                                          "raw": "'unique'"
                                        },
                                        "value": "unique"
                                      }
                                    ]
                                  },
                                  "operator": "!==",
                                  "right": {
                                    "type": "UnaryExpression",
                                    "start": 10557,
                                    "end": 10559,
                                    "loc": {
                                      "start": {
                                        "line": 306,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 306,
                                        "column": 76
                                      }
                                    },
                                    "operator": "-",
                                    "prefix": true,
                                    "argument": {
                                      "type": "NumericLiteral",
                                      "start": 10558,
                                      "end": 10559,
                                      "loc": {
                                        "start": {
                                          "line": 306,
                                          "column": 75
                                        },
                                        "end": {
                                          "line": 306,
                                          "column": 76
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "extra": {
                                    "parenthesized": true,
                                    "parenStart": 10497
                                  }
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 10568,
                                "end": 10583,
                                "loc": {
                                  "start": {
                                    "line": 307,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 307,
                                    "column": 21
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 10568,
                                  "end": 10572,
                                  "loc": {
                                    "start": {
                                      "line": 307,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 307,
                                      "column": 10
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 10574,
                                  "end": 10583,
                                  "loc": {
                                    "start": {
                                      "line": 307,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 307,
                                      "column": 21
                                    },
                                    "identifierName": "undefined"
                                  },
                                  "name": "undefined"
                                }
                              }
                            ],
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 10328
                            }
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 10600,
              "end": 11423,
              "loc": {
                "start": {
                  "line": 311,
                  "column": 2
                },
                "end": {
                  "line": 329,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 10600,
                "end": 10617,
                "loc": {
                  "start": {
                    "line": 311,
                    "column": 2
                  },
                  "end": {
                    "line": 311,
                    "column": 19
                  },
                  "identifierName": "handleInsertQuery"
                },
                "name": "handleInsertQuery"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 10618,
                  "end": 10625,
                  "loc": {
                    "start": {
                      "line": 311,
                      "column": 20
                    },
                    "end": {
                      "line": 311,
                      "column": 27
                    },
                    "identifierName": "results"
                  },
                  "name": "results"
                },
                {
                  "type": "Identifier",
                  "start": 10627,
                  "end": 10635,
                  "loc": {
                    "start": {
                      "line": 311,
                      "column": 29
                    },
                    "end": {
                      "line": 311,
                      "column": 37
                    },
                    "identifierName": "metaData"
                  },
                  "name": "metaData"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 10637,
                "end": 11423,
                "loc": {
                  "start": {
                    "line": 311,
                    "column": 39
                  },
                  "end": {
                    "line": 329,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 10643,
                    "end": 11419,
                    "loc": {
                      "start": {
                        "line": 312,
                        "column": 4
                      },
                      "end": {
                        "line": 328,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 10647,
                      "end": 10660,
                      "loc": {
                        "start": {
                          "line": 312,
                          "column": 8
                        },
                        "end": {
                          "line": 312,
                          "column": 21
                        }
                      },
                      "object": {
                        "type": "ThisExpression",
                        "start": 10647,
                        "end": 10651,
                        "loc": {
                          "start": {
                            "line": 312,
                            "column": 8
                          },
                          "end": {
                            "line": 312,
                            "column": 12
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 10652,
                        "end": 10660,
                        "loc": {
                          "start": {
                            "line": 312,
                            "column": 13
                          },
                          "end": {
                            "line": 312,
                            "column": 21
                          },
                          "identifierName": "instance"
                        },
                        "name": "instance"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 10662,
                      "end": 11419,
                      "loc": {
                        "start": {
                          "line": 312,
                          "column": 23
                        },
                        "end": {
                          "line": 328,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 10719,
                          "end": 10776,
                          "loc": {
                            "start": {
                              "line": 314,
                              "column": 6
                            },
                            "end": {
                              "line": 314,
                              "column": 63
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 10725,
                              "end": 10775,
                              "loc": {
                                "start": {
                                  "line": 314,
                                  "column": 12
                                },
                                "end": {
                                  "line": 314,
                                  "column": 62
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 10725,
                                "end": 10743,
                                "loc": {
                                  "start": {
                                    "line": 314,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 314,
                                    "column": 30
                                  },
                                  "identifierName": "autoIncrementField"
                                },
                                "name": "autoIncrementField",
                                "leadingComments": null
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 10746,
                                "end": 10775,
                                "loc": {
                                  "start": {
                                    "line": 314,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 314,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 10746,
                                  "end": 10756,
                                  "loc": {
                                    "start": {
                                      "line": 314,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 314,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 10746,
                                    "end": 10750,
                                    "loc": {
                                      "start": {
                                        "line": 314,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 314,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10751,
                                    "end": 10756,
                                    "loc": {
                                      "start": {
                                        "line": 314,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 314,
                                        "column": 43
                                      },
                                      "identifierName": "model"
                                    },
                                    "name": "model"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10757,
                                  "end": 10775,
                                  "loc": {
                                    "start": {
                                      "line": 314,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 314,
                                      "column": 62
                                    },
                                    "identifierName": "autoIncrementField"
                                  },
                                  "name": "autoIncrementField"
                                },
                                "computed": false
                              },
                              "leadingComments": null
                            }
                          ],
                          "kind": "const",
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " add the inserted row id to the instance",
                              "start": 10670,
                              "end": 10712,
                              "loc": {
                                "start": {
                                  "line": 313,
                                  "column": 6
                                },
                                "end": {
                                  "line": 313,
                                  "column": 48
                                }
                              }
                            }
                          ]
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 10783,
                          "end": 10797,
                          "loc": {
                            "start": {
                              "line": 315,
                              "column": 6
                            },
                            "end": {
                              "line": 315,
                              "column": 20
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 10787,
                              "end": 10796,
                              "loc": {
                                "start": {
                                  "line": 315,
                                  "column": 10
                                },
                                "end": {
                                  "line": 315,
                                  "column": 19
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 10787,
                                "end": 10789,
                                "loc": {
                                  "start": {
                                    "line": 315,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 315,
                                    "column": 12
                                  },
                                  "identifierName": "id"
                                },
                                "name": "id"
                              },
                              "init": {
                                "type": "NullLiteral",
                                "start": 10792,
                                "end": 10796,
                                "loc": {
                                  "start": {
                                    "line": 315,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 315,
                                    "column": 19
                                  }
                                }
                              }
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 10804,
                          "end": 10839,
                          "loc": {
                            "start": {
                              "line": 316,
                              "column": 6
                            },
                            "end": {
                              "line": 316,
                              "column": 41
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 10808,
                              "end": 10838,
                              "loc": {
                                "start": {
                                  "line": 316,
                                  "column": 10
                                },
                                "end": {
                                  "line": 316,
                                  "column": 40
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 10808,
                                "end": 10831,
                                "loc": {
                                  "start": {
                                    "line": 316,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 316,
                                    "column": 33
                                  },
                                  "identifierName": "autoIncrementFieldAlias"
                                },
                                "name": "autoIncrementFieldAlias"
                              },
                              "init": {
                                "type": "NullLiteral",
                                "start": 10834,
                                "end": 10838,
                                "loc": {
                                  "start": {
                                    "line": 316,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 316,
                                    "column": 40
                                  }
                                }
                              }
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "IfStatement",
                          "start": 10847,
                          "end": 11076,
                          "loc": {
                            "start": {
                              "line": 318,
                              "column": 6
                            },
                            "end": {
                              "line": 320,
                              "column": 86
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 10851,
                            "end": 10988,
                            "loc": {
                              "start": {
                                "line": 318,
                                "column": 10
                              },
                              "end": {
                                "line": 319,
                                "column": 74
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 10851,
                              "end": 10910,
                              "loc": {
                                "start": {
                                  "line": 318,
                                  "column": 10
                                },
                                "end": {
                                  "line": 318,
                                  "column": 69
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10851,
                                "end": 10890,
                                "loc": {
                                  "start": {
                                    "line": 318,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 318,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 10851,
                                  "end": 10875,
                                  "loc": {
                                    "start": {
                                      "line": 318,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 318,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 10851,
                                    "end": 10861,
                                    "loc": {
                                      "start": {
                                        "line": 318,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 318,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 10851,
                                      "end": 10855,
                                      "loc": {
                                        "start": {
                                          "line": 318,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 318,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10856,
                                      "end": 10861,
                                      "loc": {
                                        "start": {
                                          "line": 318,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 318,
                                          "column": 20
                                        },
                                        "identifierName": "model"
                                      },
                                      "name": "model"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10862,
                                    "end": 10875,
                                    "loc": {
                                      "start": {
                                        "line": 318,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 318,
                                        "column": 34
                                      },
                                      "identifierName": "rawAttributes"
                                    },
                                    "name": "rawAttributes"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10876,
                                  "end": 10890,
                                  "loc": {
                                    "start": {
                                      "line": 318,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 318,
                                      "column": 49
                                    },
                                    "identifierName": "hasOwnProperty"
                                  },
                                  "name": "hasOwnProperty"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 10891,
                                  "end": 10909,
                                  "loc": {
                                    "start": {
                                      "line": 318,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 318,
                                      "column": 68
                                    },
                                    "identifierName": "autoIncrementField"
                                  },
                                  "name": "autoIncrementField"
                                }
                              ]
                            },
                            "operator": "&&",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 10924,
                              "end": 10988,
                              "loc": {
                                "start": {
                                  "line": 319,
                                  "column": 10
                                },
                                "end": {
                                  "line": 319,
                                  "column": 74
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 10924,
                                "end": 10974,
                                "loc": {
                                  "start": {
                                    "line": 319,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 319,
                                    "column": 60
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 10924,
                                  "end": 10968,
                                  "loc": {
                                    "start": {
                                      "line": 319,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 319,
                                      "column": 54
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 10924,
                                    "end": 10948,
                                    "loc": {
                                      "start": {
                                        "line": 319,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 319,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 10924,
                                      "end": 10934,
                                      "loc": {
                                        "start": {
                                          "line": 319,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 319,
                                          "column": 20
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 10924,
                                        "end": 10928,
                                        "loc": {
                                          "start": {
                                            "line": 319,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 319,
                                            "column": 14
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10929,
                                        "end": 10934,
                                        "loc": {
                                          "start": {
                                            "line": 319,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 319,
                                            "column": 20
                                          },
                                          "identifierName": "model"
                                        },
                                        "name": "model"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10935,
                                      "end": 10948,
                                      "loc": {
                                        "start": {
                                          "line": 319,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 319,
                                          "column": 34
                                        },
                                        "identifierName": "rawAttributes"
                                      },
                                      "name": "rawAttributes"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10949,
                                    "end": 10967,
                                    "loc": {
                                      "start": {
                                        "line": 319,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 319,
                                        "column": 53
                                      },
                                      "identifierName": "autoIncrementField"
                                    },
                                    "name": "autoIncrementField"
                                  },
                                  "computed": true
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10969,
                                  "end": 10974,
                                  "loc": {
                                    "start": {
                                      "line": 319,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 319,
                                      "column": 60
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "computed": false
                              },
                              "operator": "!==",
                              "right": {
                                "type": "Identifier",
                                "start": 10979,
                                "end": 10988,
                                "loc": {
                                  "start": {
                                    "line": 319,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 319,
                                    "column": 74
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            }
                          },
                          "consequent": {
                            "type": "ExpressionStatement",
                            "start": 10998,
                            "end": 11076,
                            "loc": {
                              "start": {
                                "line": 320,
                                "column": 8
                              },
                              "end": {
                                "line": 320,
                                "column": 86
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 10998,
                              "end": 11074,
                              "loc": {
                                "start": {
                                  "line": 320,
                                  "column": 8
                                },
                                "end": {
                                  "line": 320,
                                  "column": 84
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 10998,
                                "end": 11021,
                                "loc": {
                                  "start": {
                                    "line": 320,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 320,
                                    "column": 31
                                  },
                                  "identifierName": "autoIncrementFieldAlias"
                                },
                                "name": "autoIncrementFieldAlias"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 11024,
                                "end": 11074,
                                "loc": {
                                  "start": {
                                    "line": 320,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 320,
                                    "column": 84
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 11024,
                                  "end": 11068,
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 78
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 11024,
                                    "end": 11048,
                                    "loc": {
                                      "start": {
                                        "line": 320,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 320,
                                        "column": 58
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 11024,
                                      "end": 11034,
                                      "loc": {
                                        "start": {
                                          "line": 320,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 320,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 11024,
                                        "end": 11028,
                                        "loc": {
                                          "start": {
                                            "line": 320,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 320,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11029,
                                        "end": 11034,
                                        "loc": {
                                          "start": {
                                            "line": 320,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 320,
                                            "column": 44
                                          },
                                          "identifierName": "model"
                                        },
                                        "name": "model"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 11035,
                                      "end": 11048,
                                      "loc": {
                                        "start": {
                                          "line": 320,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 320,
                                          "column": 58
                                        },
                                        "identifierName": "rawAttributes"
                                      },
                                      "name": "rawAttributes"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11049,
                                    "end": 11067,
                                    "loc": {
                                      "start": {
                                        "line": 320,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 320,
                                        "column": 77
                                      },
                                      "identifierName": "autoIncrementField"
                                    },
                                    "name": "autoIncrementField"
                                  },
                                  "computed": true
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11069,
                                  "end": 11074,
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 79
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 84
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "computed": false
                              }
                            }
                          },
                          "alternate": null
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 11084,
                          "end": 11144,
                          "loc": {
                            "start": {
                              "line": 322,
                              "column": 6
                            },
                            "end": {
                              "line": 322,
                              "column": 66
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 11084,
                            "end": 11143,
                            "loc": {
                              "start": {
                                "line": 322,
                                "column": 6
                              },
                              "end": {
                                "line": 322,
                                "column": 65
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 11084,
                              "end": 11086,
                              "loc": {
                                "start": {
                                  "line": 322,
                                  "column": 6
                                },
                                "end": {
                                  "line": 322,
                                  "column": 8
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 11089,
                              "end": 11143,
                              "loc": {
                                "start": {
                                  "line": 322,
                                  "column": 11
                                },
                                "end": {
                                  "line": 322,
                                  "column": 65
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 11089,
                                "end": 11091,
                                "loc": {
                                  "start": {
                                    "line": 322,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 322,
                                    "column": 13
                                  },
                                  "identifierName": "id"
                                },
                                "name": "id"
                              },
                              "operator": "||",
                              "right": {
                                "type": "LogicalExpression",
                                "start": 11096,
                                "end": 11142,
                                "loc": {
                                  "start": {
                                    "line": 322,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 322,
                                    "column": 64
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 11096,
                                  "end": 11103,
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 25
                                    },
                                    "identifierName": "results"
                                  },
                                  "name": "results"
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 11107,
                                  "end": 11142,
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 64
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 11107,
                                    "end": 11117,
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 11107,
                                      "end": 11114,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 36
                                        },
                                        "identifierName": "results"
                                      },
                                      "name": "results"
                                    },
                                    "property": {
                                      "type": "NumericLiteral",
                                      "start": 11115,
                                      "end": 11116,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 38
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "CallExpression",
                                    "start": 11118,
                                    "end": 11141,
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 63
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 11118,
                                      "end": 11139,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 61
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 11118,
                                        "end": 11122,
                                        "loc": {
                                          "start": {
                                            "line": 322,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 44
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11123,
                                        "end": 11139,
                                        "loc": {
                                          "start": {
                                            "line": 322,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 61
                                          },
                                          "identifierName": "getInsertIdField"
                                        },
                                        "name": "getInsertIdField"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "computed": true
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 11095
                                }
                              }
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 11151,
                          "end": 11210,
                          "loc": {
                            "start": {
                              "line": 323,
                              "column": 6
                            },
                            "end": {
                              "line": 323,
                              "column": 65
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 11151,
                            "end": 11209,
                            "loc": {
                              "start": {
                                "line": 323,
                                "column": 6
                              },
                              "end": {
                                "line": 323,
                                "column": 64
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 11151,
                              "end": 11153,
                              "loc": {
                                "start": {
                                  "line": 323,
                                  "column": 6
                                },
                                "end": {
                                  "line": 323,
                                  "column": 8
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 11156,
                              "end": 11209,
                              "loc": {
                                "start": {
                                  "line": 323,
                                  "column": 11
                                },
                                "end": {
                                  "line": 323,
                                  "column": 64
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 11156,
                                "end": 11158,
                                "loc": {
                                  "start": {
                                    "line": 323,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 323,
                                    "column": 13
                                  },
                                  "identifierName": "id"
                                },
                                "name": "id"
                              },
                              "operator": "||",
                              "right": {
                                "type": "LogicalExpression",
                                "start": 11163,
                                "end": 11208,
                                "loc": {
                                  "start": {
                                    "line": 323,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 323,
                                    "column": 63
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 11163,
                                  "end": 11171,
                                  "loc": {
                                    "start": {
                                      "line": 323,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 323,
                                      "column": 26
                                    },
                                    "identifierName": "metaData"
                                  },
                                  "name": "metaData"
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 11175,
                                  "end": 11208,
                                  "loc": {
                                    "start": {
                                      "line": 323,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 323,
                                      "column": 63
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 11175,
                                    "end": 11183,
                                    "loc": {
                                      "start": {
                                        "line": 323,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 323,
                                        "column": 38
                                      },
                                      "identifierName": "metaData"
                                    },
                                    "name": "metaData"
                                  },
                                  "property": {
                                    "type": "CallExpression",
                                    "start": 11184,
                                    "end": 11207,
                                    "loc": {
                                      "start": {
                                        "line": 323,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 323,
                                        "column": 62
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 11184,
                                      "end": 11205,
                                      "loc": {
                                        "start": {
                                          "line": 323,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 323,
                                          "column": 60
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 11184,
                                        "end": 11188,
                                        "loc": {
                                          "start": {
                                            "line": 323,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 323,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11189,
                                        "end": 11205,
                                        "loc": {
                                          "start": {
                                            "line": 323,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 323,
                                            "column": 60
                                          },
                                          "identifierName": "getInsertIdField"
                                        },
                                        "name": "getInsertIdField"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "computed": true
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 11162
                                }
                              }
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 11217,
                          "end": 11272,
                          "loc": {
                            "start": {
                              "line": 324,
                              "column": 6
                            },
                            "end": {
                              "line": 324,
                              "column": 61
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 11217,
                            "end": 11271,
                            "loc": {
                              "start": {
                                "line": 324,
                                "column": 6
                              },
                              "end": {
                                "line": 324,
                                "column": 60
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 11217,
                              "end": 11219,
                              "loc": {
                                "start": {
                                  "line": 324,
                                  "column": 6
                                },
                                "end": {
                                  "line": 324,
                                  "column": 8
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 11222,
                              "end": 11271,
                              "loc": {
                                "start": {
                                  "line": 324,
                                  "column": 11
                                },
                                "end": {
                                  "line": 324,
                                  "column": 60
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 11222,
                                "end": 11224,
                                "loc": {
                                  "start": {
                                    "line": 324,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 324,
                                    "column": 13
                                  },
                                  "identifierName": "id"
                                },
                                "name": "id"
                              },
                              "operator": "||",
                              "right": {
                                "type": "LogicalExpression",
                                "start": 11229,
                                "end": 11270,
                                "loc": {
                                  "start": {
                                    "line": 324,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 324,
                                    "column": 59
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 11229,
                                  "end": 11236,
                                  "loc": {
                                    "start": {
                                      "line": 324,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 324,
                                      "column": 25
                                    },
                                    "identifierName": "results"
                                  },
                                  "name": "results"
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 11240,
                                  "end": 11270,
                                  "loc": {
                                    "start": {
                                      "line": 324,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 324,
                                      "column": 59
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 11240,
                                    "end": 11250,
                                    "loc": {
                                      "start": {
                                        "line": 324,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 324,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 11240,
                                      "end": 11247,
                                      "loc": {
                                        "start": {
                                          "line": 324,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 324,
                                          "column": 36
                                        },
                                        "identifierName": "results"
                                      },
                                      "name": "results"
                                    },
                                    "property": {
                                      "type": "NumericLiteral",
                                      "start": 11248,
                                      "end": 11249,
                                      "loc": {
                                        "start": {
                                          "line": 324,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 324,
                                          "column": 38
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11251,
                                    "end": 11269,
                                    "loc": {
                                      "start": {
                                        "line": 324,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 324,
                                        "column": 58
                                      },
                                      "identifierName": "autoIncrementField"
                                    },
                                    "name": "autoIncrementField"
                                  },
                                  "computed": true
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 11228
                                }
                              }
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 11279,
                          "end": 11366,
                          "loc": {
                            "start": {
                              "line": 325,
                              "column": 6
                            },
                            "end": {
                              "line": 325,
                              "column": 93
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 11279,
                            "end": 11365,
                            "loc": {
                              "start": {
                                "line": 325,
                                "column": 6
                              },
                              "end": {
                                "line": 325,
                                "column": 92
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 11279,
                              "end": 11281,
                              "loc": {
                                "start": {
                                  "line": 325,
                                  "column": 6
                                },
                                "end": {
                                  "line": 325,
                                  "column": 8
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 11284,
                              "end": 11365,
                              "loc": {
                                "start": {
                                  "line": 325,
                                  "column": 11
                                },
                                "end": {
                                  "line": 325,
                                  "column": 92
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 11284,
                                "end": 11286,
                                "loc": {
                                  "start": {
                                    "line": 325,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 325,
                                    "column": 13
                                  },
                                  "identifierName": "id"
                                },
                                "name": "id"
                              },
                              "operator": "||",
                              "right": {
                                "type": "LogicalExpression",
                                "start": 11291,
                                "end": 11364,
                                "loc": {
                                  "start": {
                                    "line": 325,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 325,
                                    "column": 91
                                  }
                                },
                                "left": {
                                  "type": "LogicalExpression",
                                  "start": 11291,
                                  "end": 11325,
                                  "loc": {
                                    "start": {
                                      "line": 325,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 325,
                                      "column": 52
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 11291,
                                    "end": 11314,
                                    "loc": {
                                      "start": {
                                        "line": 325,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 325,
                                        "column": 41
                                      },
                                      "identifierName": "autoIncrementFieldAlias"
                                    },
                                    "name": "autoIncrementFieldAlias"
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 11318,
                                    "end": 11325,
                                    "loc": {
                                      "start": {
                                        "line": 325,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 325,
                                        "column": 52
                                      },
                                      "identifierName": "results"
                                    },
                                    "name": "results"
                                  }
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 11329,
                                  "end": 11364,
                                  "loc": {
                                    "start": {
                                      "line": 325,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 325,
                                      "column": 91
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 11329,
                                    "end": 11339,
                                    "loc": {
                                      "start": {
                                        "line": 325,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 325,
                                        "column": 66
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 11329,
                                      "end": 11336,
                                      "loc": {
                                        "start": {
                                          "line": 325,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 325,
                                          "column": 63
                                        },
                                        "identifierName": "results"
                                      },
                                      "name": "results"
                                    },
                                    "property": {
                                      "type": "NumericLiteral",
                                      "start": 11337,
                                      "end": 11338,
                                      "loc": {
                                        "start": {
                                          "line": 325,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 325,
                                          "column": 65
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11340,
                                    "end": 11363,
                                    "loc": {
                                      "start": {
                                        "line": 325,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 325,
                                        "column": 90
                                      },
                                      "identifierName": "autoIncrementFieldAlias"
                                    },
                                    "name": "autoIncrementFieldAlias"
                                  },
                                  "computed": true
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 11290
                                }
                              }
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 11374,
                          "end": 11413,
                          "loc": {
                            "start": {
                              "line": 327,
                              "column": 6
                            },
                            "end": {
                              "line": 327,
                              "column": 45
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 11374,
                            "end": 11412,
                            "loc": {
                              "start": {
                                "line": 327,
                                "column": 6
                              },
                              "end": {
                                "line": 327,
                                "column": 44
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 11374,
                              "end": 11407,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 6
                                },
                                "end": {
                                  "line": 327,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 11374,
                                "end": 11387,
                                "loc": {
                                  "start": {
                                    "line": 327,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 327,
                                    "column": 19
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 11374,
                                  "end": 11378,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 327,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11379,
                                  "end": 11387,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 327,
                                      "column": 19
                                    },
                                    "identifierName": "instance"
                                  },
                                  "name": "instance"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11388,
                                "end": 11406,
                                "loc": {
                                  "start": {
                                    "line": 327,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 327,
                                    "column": 38
                                  },
                                  "identifierName": "autoIncrementField"
                                },
                                "name": "autoIncrementField"
                              },
                              "computed": true
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 11410,
                              "end": 11412,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 42
                                },
                                "end": {
                                  "line": 327,
                                  "column": 44
                                },
                                "identifierName": "id"
                              },
                              "name": "id"
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  }
                ],
                "directives": []
              }
            }
          ]
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 11427,
        "end": 11450,
        "loc": {
          "start": {
            "line": 332,
            "column": 0
          },
          "end": {
            "line": 332,
            "column": 23
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 11427,
          "end": 11449,
          "loc": {
            "start": {
              "line": 332,
              "column": 0
            },
            "end": {
              "line": 332,
              "column": 22
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 11427,
            "end": 11441,
            "loc": {
              "start": {
                "line": 332,
                "column": 0
              },
              "end": {
                "line": 332,
                "column": 14
              }
            },
            "object": {
              "type": "Identifier",
              "start": 11427,
              "end": 11433,
              "loc": {
                "start": {
                  "line": 332,
                  "column": 0
                },
                "end": {
                  "line": 332,
                  "column": 6
                },
                "identifierName": "module"
              },
              "name": "module"
            },
            "property": {
              "type": "Identifier",
              "start": 11434,
              "end": 11441,
              "loc": {
                "start": {
                  "line": 332,
                  "column": 7
                },
                "end": {
                  "line": 332,
                  "column": 14
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 11444,
            "end": 11449,
            "loc": {
              "start": {
                "line": 332,
                "column": 17
              },
              "end": {
                "line": 332,
                "column": 22
              },
              "identifierName": "Query"
            },
            "name": "Query"
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 11451,
        "end": 11480,
        "loc": {
          "start": {
            "line": 333,
            "column": 0
          },
          "end": {
            "line": 333,
            "column": 29
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 11451,
          "end": 11479,
          "loc": {
            "start": {
              "line": 333,
              "column": 0
            },
            "end": {
              "line": 333,
              "column": 28
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 11451,
            "end": 11471,
            "loc": {
              "start": {
                "line": 333,
                "column": 0
              },
              "end": {
                "line": 333,
                "column": 20
              }
            },
            "object": {
              "type": "MemberExpression",
              "start": 11451,
              "end": 11465,
              "loc": {
                "start": {
                  "line": 333,
                  "column": 0
                },
                "end": {
                  "line": 333,
                  "column": 14
                }
              },
              "object": {
                "type": "Identifier",
                "start": 11451,
                "end": 11457,
                "loc": {
                  "start": {
                    "line": 333,
                    "column": 0
                  },
                  "end": {
                    "line": 333,
                    "column": 6
                  },
                  "identifierName": "module"
                },
                "name": "module"
              },
              "property": {
                "type": "Identifier",
                "start": 11458,
                "end": 11465,
                "loc": {
                  "start": {
                    "line": 333,
                    "column": 7
                  },
                  "end": {
                    "line": 333,
                    "column": 14
                  },
                  "identifierName": "exports"
                },
                "name": "exports"
              },
              "computed": false
            },
            "property": {
              "type": "Identifier",
              "start": 11466,
              "end": 11471,
              "loc": {
                "start": {
                  "line": 333,
                  "column": 15
                },
                "end": {
                  "line": 333,
                  "column": 20
                },
                "identifierName": "Query"
              },
              "name": "Query"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 11474,
            "end": 11479,
            "loc": {
              "start": {
                "line": 333,
                "column": 23
              },
              "end": {
                "line": 333,
                "column": 28
              },
              "identifierName": "Query"
            },
            "name": "Query"
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 11481,
        "end": 11512,
        "loc": {
          "start": {
            "line": 334,
            "column": 0
          },
          "end": {
            "line": 334,
            "column": 31
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 11481,
          "end": 11511,
          "loc": {
            "start": {
              "line": 334,
              "column": 0
            },
            "end": {
              "line": 334,
              "column": 30
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 11481,
            "end": 11503,
            "loc": {
              "start": {
                "line": 334,
                "column": 0
              },
              "end": {
                "line": 334,
                "column": 22
              }
            },
            "object": {
              "type": "MemberExpression",
              "start": 11481,
              "end": 11495,
              "loc": {
                "start": {
                  "line": 334,
                  "column": 0
                },
                "end": {
                  "line": 334,
                  "column": 14
                }
              },
              "object": {
                "type": "Identifier",
                "start": 11481,
                "end": 11487,
                "loc": {
                  "start": {
                    "line": 334,
                    "column": 0
                  },
                  "end": {
                    "line": 334,
                    "column": 6
                  },
                  "identifierName": "module"
                },
                "name": "module"
              },
              "property": {
                "type": "Identifier",
                "start": 11488,
                "end": 11495,
                "loc": {
                  "start": {
                    "line": 334,
                    "column": 7
                  },
                  "end": {
                    "line": 334,
                    "column": 14
                  },
                  "identifierName": "exports"
                },
                "name": "exports"
              },
              "computed": false
            },
            "property": {
              "type": "Identifier",
              "start": 11496,
              "end": 11503,
              "loc": {
                "start": {
                  "line": 334,
                  "column": 15
                },
                "end": {
                  "line": 334,
                  "column": 22
                },
                "identifierName": "default"
              },
              "name": "default"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 11506,
            "end": 11511,
            "loc": {
              "start": {
                "line": 334,
                "column": 25
              },
              "end": {
                "line": 334,
                "column": 30
              },
              "identifierName": "Query"
            },
            "name": "Query"
          }
        }
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 0,
        "end": 13,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 13
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 0,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          }
        }
      }
    ]
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": "do we need benchmark for this query execution",
      "start": 846,
      "end": 893,
      "loc": {
        "start": {
          "line": 34,
          "column": 4
        },
        "end": {
          "line": 34,
          "column": 51
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " TRANSACTION SUPPORT",
      "start": 1311,
      "end": 1333,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 30
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * High level function that handles the results of a query execution.\n   *\n   *\n   * Example:\n   *  query.formatResults([\n   *    {\n   *      id: 1,              // this is from the main table\n   *      attr2: 'snafu',     // this is from the main table\n   *      Tasks.id: 1,        // this is from the associated table\n   *      Tasks.title: 'task' // this is from the associated table\n   *    }\n   *  ])\n   *\n   * @param {Array} data - The result of the query execution.\n   * @private\n   ",
      "start": 3720,
      "end": 4219,
      "loc": {
        "start": {
          "line": 122,
          "column": 2
        },
        "end": {
          "line": 138,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " NOTE: super contrived. This just passes the newly added query-interface",
      "start": 4431,
      "end": 4505,
      "loc": {
        "start": {
          "line": 146,
          "column": 10
        },
        "end": {
          "line": 146,
          "column": 84
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "       test returning only the PK. There isn't a way in MSSQL to identify",
      "start": 4516,
      "end": 4591,
      "loc": {
        "start": {
          "line": 147,
          "column": 10
        },
        "end": {
          "line": 147,
          "column": 85
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "       that a given return value is the PK, and we have no schema information",
      "start": 4602,
      "end": 4681,
      "loc": {
        "start": {
          "line": 148,
          "column": 10
        },
        "end": {
          "line": 148,
          "column": 89
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "       because there was no calling Model.",
      "start": 4692,
      "end": 4736,
      "loc": {
        "start": {
          "line": 149,
          "column": 10
        },
        "end": {
          "line": 149,
          "column": 54
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint ignore: line ",
      "start": 5200,
      "end": 5225,
      "loc": {
        "start": {
          "line": 164,
          "column": 99
        },
        "end": {
          "line": 164,
          "column": 124
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Use the same return value as that of MySQL & Postgres",
      "start": 5720,
      "end": 5775,
      "loc": {
        "start": {
          "line": 179,
          "column": 6
        },
        "end": {
          "line": 179,
          "column": 61
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MSSQL returns row data and metadata (affected rows etc) in a single object - let's standarize it, sorta",
      "start": 6380,
      "end": 6486,
      "loc": {
        "start": {
          "line": 198,
          "column": 6
        },
        "end": {
          "line": 198,
          "column": 112
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint ignore: line ",
      "start": 9184,
      "end": 9209,
      "loc": {
        "start": {
          "line": 265,
          "column": 147
        },
        "end": {
          "line": 265,
          "column": 172
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Group by index name, and collect all fields",
      "start": 9592,
      "end": 9638,
      "loc": {
        "start": {
          "line": 277,
          "column": 4
        },
        "end": {
          "line": 277,
          "column": 50
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " add the inserted row id to the instance",
      "start": 10670,
      "end": 10712,
      "loc": {
        "start": {
          "line": 313,
          "column": 6
        },
        "end": {
          "line": 313,
          "column": 48
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 0,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 15,
      "end": 20,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 21,
      "end": 26,
      "loc": {
        "start": {
          "line": 3,
          "column": 6
        },
        "end": {
          "line": 3,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 27,
      "end": 28,
      "loc": {
        "start": {
          "line": 3,
          "column": 12
        },
        "end": {
          "line": 3,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 29,
      "end": 36,
      "loc": {
        "start": {
          "line": 3,
          "column": 14
        },
        "end": {
          "line": 3,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 36,
      "end": 37,
      "loc": {
        "start": {
          "line": 3,
          "column": 21
        },
        "end": {
          "line": 3,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../utils",
      "start": 37,
      "end": 50,
      "loc": {
        "start": {
          "line": 3,
          "column": 22
        },
        "end": {
          "line": 3,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 50,
      "end": 51,
      "loc": {
        "start": {
          "line": 3,
          "column": 35
        },
        "end": {
          "line": 3,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 51,
      "end": 52,
      "loc": {
        "start": {
          "line": 3,
          "column": 36
        },
        "end": {
          "line": 3,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 53,
      "end": 58,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 59,
      "end": 64,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 65,
      "end": 66,
      "loc": {
        "start": {
          "line": 4,
          "column": 12
        },
        "end": {
          "line": 4,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 67,
      "end": 72,
      "loc": {
        "start": {
          "line": 4,
          "column": 14
        },
        "end": {
          "line": 4,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 72,
      "end": 73,
      "loc": {
        "start": {
          "line": 4,
          "column": 19
        },
        "end": {
          "line": 4,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getLogger",
      "start": 73,
      "end": 82,
      "loc": {
        "start": {
          "line": 4,
          "column": 20
        },
        "end": {
          "line": 4,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 82,
      "end": 83,
      "loc": {
        "start": {
          "line": 4,
          "column": 29
        },
        "end": {
          "line": 4,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 83,
      "end": 84,
      "loc": {
        "start": {
          "line": 4,
          "column": 30
        },
        "end": {
          "line": 4,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 84,
      "end": 85,
      "loc": {
        "start": {
          "line": 4,
          "column": 31
        },
        "end": {
          "line": 4,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debugContext",
      "start": 85,
      "end": 97,
      "loc": {
        "start": {
          "line": 4,
          "column": 32
        },
        "end": {
          "line": 4,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 97,
      "end": 98,
      "loc": {
        "start": {
          "line": 4,
          "column": 44
        },
        "end": {
          "line": 4,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sql:mssql",
      "start": 98,
      "end": 109,
      "loc": {
        "start": {
          "line": 4,
          "column": 45
        },
        "end": {
          "line": 4,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 109,
      "end": 110,
      "loc": {
        "start": {
          "line": 4,
          "column": 56
        },
        "end": {
          "line": 4,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 110,
      "end": 111,
      "loc": {
        "start": {
          "line": 4,
          "column": 57
        },
        "end": {
          "line": 4,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 112,
      "end": 117,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 118,
      "end": 125,
      "loc": {
        "start": {
          "line": 5,
          "column": 6
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 126,
      "end": 127,
      "loc": {
        "start": {
          "line": 5,
          "column": 14
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 128,
      "end": 135,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 135,
      "end": 136,
      "loc": {
        "start": {
          "line": 5,
          "column": 23
        },
        "end": {
          "line": 5,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../promise",
      "start": 136,
      "end": 151,
      "loc": {
        "start": {
          "line": 5,
          "column": 24
        },
        "end": {
          "line": 5,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 151,
      "end": 152,
      "loc": {
        "start": {
          "line": 5,
          "column": 39
        },
        "end": {
          "line": 5,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 152,
      "end": 153,
      "loc": {
        "start": {
          "line": 5,
          "column": 40
        },
        "end": {
          "line": 5,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 154,
      "end": 159,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AbstractQuery",
      "start": 160,
      "end": 173,
      "loc": {
        "start": {
          "line": 6,
          "column": 6
        },
        "end": {
          "line": 6,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 174,
      "end": 175,
      "loc": {
        "start": {
          "line": 6,
          "column": 20
        },
        "end": {
          "line": 6,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 176,
      "end": 183,
      "loc": {
        "start": {
          "line": 6,
          "column": 22
        },
        "end": {
          "line": 6,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 183,
      "end": 184,
      "loc": {
        "start": {
          "line": 6,
          "column": 29
        },
        "end": {
          "line": 6,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../abstract/query",
      "start": 184,
      "end": 203,
      "loc": {
        "start": {
          "line": 6,
          "column": 30
        },
        "end": {
          "line": 6,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 203,
      "end": 204,
      "loc": {
        "start": {
          "line": 6,
          "column": 49
        },
        "end": {
          "line": 6,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 204,
      "end": 205,
      "loc": {
        "start": {
          "line": 6,
          "column": 50
        },
        "end": {
          "line": 6,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 206,
      "end": 211,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 212,
      "end": 227,
      "loc": {
        "start": {
          "line": 7,
          "column": 6
        },
        "end": {
          "line": 7,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 228,
      "end": 229,
      "loc": {
        "start": {
          "line": 7,
          "column": 22
        },
        "end": {
          "line": 7,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 230,
      "end": 237,
      "loc": {
        "start": {
          "line": 7,
          "column": 24
        },
        "end": {
          "line": 7,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 237,
      "end": 238,
      "loc": {
        "start": {
          "line": 7,
          "column": 31
        },
        "end": {
          "line": 7,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../errors.js",
      "start": 238,
      "end": 255,
      "loc": {
        "start": {
          "line": 7,
          "column": 32
        },
        "end": {
          "line": 7,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 255,
      "end": 256,
      "loc": {
        "start": {
          "line": 7,
          "column": 49
        },
        "end": {
          "line": 7,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 256,
      "end": 257,
      "loc": {
        "start": {
          "line": 7,
          "column": 50
        },
        "end": {
          "line": 7,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 258,
      "end": 263,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parserStore",
      "start": 264,
      "end": 275,
      "loc": {
        "start": {
          "line": 8,
          "column": 6
        },
        "end": {
          "line": 8,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 276,
      "end": 277,
      "loc": {
        "start": {
          "line": 8,
          "column": 18
        },
        "end": {
          "line": 8,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 278,
      "end": 285,
      "loc": {
        "start": {
          "line": 8,
          "column": 20
        },
        "end": {
          "line": 8,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 285,
      "end": 286,
      "loc": {
        "start": {
          "line": 8,
          "column": 27
        },
        "end": {
          "line": 8,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../parserStore",
      "start": 286,
      "end": 302,
      "loc": {
        "start": {
          "line": 8,
          "column": 28
        },
        "end": {
          "line": 8,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 302,
      "end": 303,
      "loc": {
        "start": {
          "line": 8,
          "column": 44
        },
        "end": {
          "line": 8,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 303,
      "end": 304,
      "loc": {
        "start": {
          "line": 8,
          "column": 45
        },
        "end": {
          "line": 8,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "mssql",
      "start": 304,
      "end": 311,
      "loc": {
        "start": {
          "line": 8,
          "column": 46
        },
        "end": {
          "line": 8,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 311,
      "end": 312,
      "loc": {
        "start": {
          "line": 8,
          "column": 53
        },
        "end": {
          "line": 8,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 312,
      "end": 313,
      "loc": {
        "start": {
          "line": 8,
          "column": 54
        },
        "end": {
          "line": 8,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 314,
      "end": 319,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 320,
      "end": 321,
      "loc": {
        "start": {
          "line": 9,
          "column": 6
        },
        "end": {
          "line": 9,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 322,
      "end": 323,
      "loc": {
        "start": {
          "line": 9,
          "column": 8
        },
        "end": {
          "line": 9,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 324,
      "end": 331,
      "loc": {
        "start": {
          "line": 9,
          "column": 10
        },
        "end": {
          "line": 9,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 331,
      "end": 332,
      "loc": {
        "start": {
          "line": 9,
          "column": 17
        },
        "end": {
          "line": 9,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "lodash",
      "start": 332,
      "end": 340,
      "loc": {
        "start": {
          "line": 9,
          "column": 18
        },
        "end": {
          "line": 9,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 340,
      "end": 341,
      "loc": {
        "start": {
          "line": 9,
          "column": 26
        },
        "end": {
          "line": 9,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 341,
      "end": 342,
      "loc": {
        "start": {
          "line": 9,
          "column": 27
        },
        "end": {
          "line": 9,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 344,
      "end": 349,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Query",
      "start": 350,
      "end": 355,
      "loc": {
        "start": {
          "line": 11,
          "column": 6
        },
        "end": {
          "line": 11,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 356,
      "end": 363,
      "loc": {
        "start": {
          "line": 11,
          "column": 12
        },
        "end": {
          "line": 11,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AbstractQuery",
      "start": 364,
      "end": 377,
      "loc": {
        "start": {
          "line": 11,
          "column": 20
        },
        "end": {
          "line": 11,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 378,
      "end": 379,
      "loc": {
        "start": {
          "line": 11,
          "column": 34
        },
        "end": {
          "line": 11,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 382,
      "end": 393,
      "loc": {
        "start": {
          "line": 12,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 393,
      "end": 394,
      "loc": {
        "start": {
          "line": 12,
          "column": 13
        },
        "end": {
          "line": 12,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 394,
      "end": 404,
      "loc": {
        "start": {
          "line": 12,
          "column": 14
        },
        "end": {
          "line": 12,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 404,
      "end": 405,
      "loc": {
        "start": {
          "line": 12,
          "column": 24
        },
        "end": {
          "line": 12,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 406,
      "end": 415,
      "loc": {
        "start": {
          "line": 12,
          "column": 26
        },
        "end": {
          "line": 12,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 415,
      "end": 416,
      "loc": {
        "start": {
          "line": 12,
          "column": 35
        },
        "end": {
          "line": 12,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 417,
      "end": 424,
      "loc": {
        "start": {
          "line": 12,
          "column": 37
        },
        "end": {
          "line": 12,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 424,
      "end": 425,
      "loc": {
        "start": {
          "line": 12,
          "column": 44
        },
        "end": {
          "line": 12,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 426,
      "end": 427,
      "loc": {
        "start": {
          "line": 12,
          "column": 46
        },
        "end": {
          "line": 12,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 432,
      "end": 437,
      "loc": {
        "start": {
          "line": 13,
          "column": 4
        },
        "end": {
          "line": 13,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 437,
      "end": 438,
      "loc": {
        "start": {
          "line": 13,
          "column": 9
        },
        "end": {
          "line": 13,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 438,
      "end": 439,
      "loc": {
        "start": {
          "line": 13,
          "column": 10
        },
        "end": {
          "line": 13,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 439,
      "end": 440,
      "loc": {
        "start": {
          "line": 13,
          "column": 11
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 445,
      "end": 449,
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 14,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 449,
      "end": 450,
      "loc": {
        "start": {
          "line": 14,
          "column": 8
        },
        "end": {
          "line": 14,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 450,
      "end": 460,
      "loc": {
        "start": {
          "line": 14,
          "column": 9
        },
        "end": {
          "line": 14,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 461,
      "end": 462,
      "loc": {
        "start": {
          "line": 14,
          "column": 20
        },
        "end": {
          "line": 14,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 463,
      "end": 473,
      "loc": {
        "start": {
          "line": 14,
          "column": 22
        },
        "end": {
          "line": 14,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 473,
      "end": 474,
      "loc": {
        "start": {
          "line": 14,
          "column": 32
        },
        "end": {
          "line": 14,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 479,
      "end": 483,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 15,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 483,
      "end": 484,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 484,
      "end": 492,
      "loc": {
        "start": {
          "line": 15,
          "column": 9
        },
        "end": {
          "line": 15,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 493,
      "end": 494,
      "loc": {
        "start": {
          "line": 15,
          "column": 18
        },
        "end": {
          "line": 15,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 495,
      "end": 502,
      "loc": {
        "start": {
          "line": 15,
          "column": 20
        },
        "end": {
          "line": 15,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 502,
      "end": 503,
      "loc": {
        "start": {
          "line": 15,
          "column": 27
        },
        "end": {
          "line": 15,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 503,
      "end": 511,
      "loc": {
        "start": {
          "line": 15,
          "column": 28
        },
        "end": {
          "line": 15,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 511,
      "end": 512,
      "loc": {
        "start": {
          "line": 15,
          "column": 36
        },
        "end": {
          "line": 15,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 517,
      "end": 521,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 521,
      "end": 522,
      "loc": {
        "start": {
          "line": 16,
          "column": 8
        },
        "end": {
          "line": 16,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 522,
      "end": 527,
      "loc": {
        "start": {
          "line": 16,
          "column": 9
        },
        "end": {
          "line": 16,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 528,
      "end": 529,
      "loc": {
        "start": {
          "line": 16,
          "column": 15
        },
        "end": {
          "line": 16,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 530,
      "end": 537,
      "loc": {
        "start": {
          "line": 16,
          "column": 17
        },
        "end": {
          "line": 16,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 537,
      "end": 538,
      "loc": {
        "start": {
          "line": 16,
          "column": 24
        },
        "end": {
          "line": 16,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 538,
      "end": 543,
      "loc": {
        "start": {
          "line": 16,
          "column": 25
        },
        "end": {
          "line": 16,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 543,
      "end": 544,
      "loc": {
        "start": {
          "line": 16,
          "column": 30
        },
        "end": {
          "line": 16,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 549,
      "end": 553,
      "loc": {
        "start": {
          "line": 17,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 553,
      "end": 554,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 554,
      "end": 563,
      "loc": {
        "start": {
          "line": 17,
          "column": 9
        },
        "end": {
          "line": 17,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 564,
      "end": 565,
      "loc": {
        "start": {
          "line": 17,
          "column": 19
        },
        "end": {
          "line": 17,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 566,
      "end": 575,
      "loc": {
        "start": {
          "line": 17,
          "column": 21
        },
        "end": {
          "line": 17,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 575,
      "end": 576,
      "loc": {
        "start": {
          "line": 17,
          "column": 30
        },
        "end": {
          "line": 17,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 581,
      "end": 585,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 585,
      "end": 586,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 586,
      "end": 593,
      "loc": {
        "start": {
          "line": 18,
          "column": 9
        },
        "end": {
          "line": 18,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 594,
      "end": 595,
      "loc": {
        "start": {
          "line": 18,
          "column": 17
        },
        "end": {
          "line": 18,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 596,
      "end": 601,
      "loc": {
        "start": {
          "line": 18,
          "column": 19
        },
        "end": {
          "line": 18,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 601,
      "end": 602,
      "loc": {
        "start": {
          "line": 18,
          "column": 24
        },
        "end": {
          "line": 18,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 602,
      "end": 603,
      "loc": {
        "start": {
          "line": 18,
          "column": 25
        },
        "end": {
          "line": 18,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 603,
      "end": 604,
      "loc": {
        "start": {
          "line": 18,
          "column": 26
        },
        "end": {
          "line": 18,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extend",
      "start": 604,
      "end": 610,
      "loc": {
        "start": {
          "line": 18,
          "column": 27
        },
        "end": {
          "line": 18,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 610,
      "end": 611,
      "loc": {
        "start": {
          "line": 18,
          "column": 33
        },
        "end": {
          "line": 18,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 611,
      "end": 612,
      "loc": {
        "start": {
          "line": 18,
          "column": 34
        },
        "end": {
          "line": 18,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logging",
      "start": 619,
      "end": 626,
      "loc": {
        "start": {
          "line": 19,
          "column": 6
        },
        "end": {
          "line": 19,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 626,
      "end": 627,
      "loc": {
        "start": {
          "line": 19,
          "column": 13
        },
        "end": {
          "line": 19,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 628,
      "end": 635,
      "loc": {
        "start": {
          "line": 19,
          "column": 15
        },
        "end": {
          "line": 19,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 635,
      "end": 636,
      "loc": {
        "start": {
          "line": 19,
          "column": 22
        },
        "end": {
          "line": 19,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 636,
      "end": 639,
      "loc": {
        "start": {
          "line": 19,
          "column": 23
        },
        "end": {
          "line": 19,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 639,
      "end": 640,
      "loc": {
        "start": {
          "line": 19,
          "column": 26
        },
        "end": {
          "line": 19,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plain",
      "start": 647,
      "end": 652,
      "loc": {
        "start": {
          "line": 20,
          "column": 6
        },
        "end": {
          "line": 20,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 652,
      "end": 653,
      "loc": {
        "start": {
          "line": 20,
          "column": 11
        },
        "end": {
          "line": 20,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 654,
      "end": 659,
      "loc": {
        "start": {
          "line": 20,
          "column": 13
        },
        "end": {
          "line": 20,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 659,
      "end": 660,
      "loc": {
        "start": {
          "line": 20,
          "column": 18
        },
        "end": {
          "line": 20,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 667,
      "end": 670,
      "loc": {
        "start": {
          "line": 21,
          "column": 6
        },
        "end": {
          "line": 21,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 670,
      "end": 671,
      "loc": {
        "start": {
          "line": 21,
          "column": 9
        },
        "end": {
          "line": 21,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 672,
      "end": 677,
      "loc": {
        "start": {
          "line": 21,
          "column": 11
        },
        "end": {
          "line": 21,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 682,
      "end": 683,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 683,
      "end": 684,
      "loc": {
        "start": {
          "line": 22,
          "column": 5
        },
        "end": {
          "line": 22,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 685,
      "end": 692,
      "loc": {
        "start": {
          "line": 22,
          "column": 7
        },
        "end": {
          "line": 22,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 693,
      "end": 695,
      "loc": {
        "start": {
          "line": 22,
          "column": 15
        },
        "end": {
          "line": 22,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 696,
      "end": 697,
      "loc": {
        "start": {
          "line": 22,
          "column": 18
        },
        "end": {
          "line": 22,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 697,
      "end": 698,
      "loc": {
        "start": {
          "line": 22,
          "column": 19
        },
        "end": {
          "line": 22,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 698,
      "end": 699,
      "loc": {
        "start": {
          "line": 22,
          "column": 20
        },
        "end": {
          "line": 22,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 699,
      "end": 700,
      "loc": {
        "start": {
          "line": 22,
          "column": 21
        },
        "end": {
          "line": 22,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 706,
      "end": 710,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 710,
      "end": 711,
      "loc": {
        "start": {
          "line": 24,
          "column": 8
        },
        "end": {
          "line": 24,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "checkLoggingOption",
      "start": 711,
      "end": 729,
      "loc": {
        "start": {
          "line": 24,
          "column": 9
        },
        "end": {
          "line": 24,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 729,
      "end": 730,
      "loc": {
        "start": {
          "line": 24,
          "column": 27
        },
        "end": {
          "line": 24,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 730,
      "end": 731,
      "loc": {
        "start": {
          "line": 24,
          "column": 28
        },
        "end": {
          "line": 24,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 731,
      "end": 732,
      "loc": {
        "start": {
          "line": 24,
          "column": 29
        },
        "end": {
          "line": 24,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 735,
      "end": 736,
      "loc": {
        "start": {
          "line": 25,
          "column": 2
        },
        "end": {
          "line": 25,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getInsertIdField",
      "start": 740,
      "end": 756,
      "loc": {
        "start": {
          "line": 27,
          "column": 2
        },
        "end": {
          "line": 27,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 756,
      "end": 757,
      "loc": {
        "start": {
          "line": 27,
          "column": 18
        },
        "end": {
          "line": 27,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 757,
      "end": 758,
      "loc": {
        "start": {
          "line": 27,
          "column": 19
        },
        "end": {
          "line": 27,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 759,
      "end": 760,
      "loc": {
        "start": {
          "line": 27,
          "column": 21
        },
        "end": {
          "line": 27,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 765,
      "end": 771,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "id",
      "start": 772,
      "end": 776,
      "loc": {
        "start": {
          "line": 28,
          "column": 11
        },
        "end": {
          "line": 28,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 776,
      "end": 777,
      "loc": {
        "start": {
          "line": 28,
          "column": 15
        },
        "end": {
          "line": 28,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 780,
      "end": 781,
      "loc": {
        "start": {
          "line": 29,
          "column": 2
        },
        "end": {
          "line": 29,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_run",
      "start": 785,
      "end": 789,
      "loc": {
        "start": {
          "line": 31,
          "column": 2
        },
        "end": {
          "line": 31,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 789,
      "end": 790,
      "loc": {
        "start": {
          "line": 31,
          "column": 6
        },
        "end": {
          "line": 31,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 790,
      "end": 800,
      "loc": {
        "start": {
          "line": 31,
          "column": 7
        },
        "end": {
          "line": 31,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 800,
      "end": 801,
      "loc": {
        "start": {
          "line": 31,
          "column": 17
        },
        "end": {
          "line": 31,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 802,
      "end": 805,
      "loc": {
        "start": {
          "line": 31,
          "column": 19
        },
        "end": {
          "line": 31,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 805,
      "end": 806,
      "loc": {
        "start": {
          "line": 31,
          "column": 22
        },
        "end": {
          "line": 31,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parameters",
      "start": 807,
      "end": 817,
      "loc": {
        "start": {
          "line": 31,
          "column": 24
        },
        "end": {
          "line": 31,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 817,
      "end": 818,
      "loc": {
        "start": {
          "line": 31,
          "column": 34
        },
        "end": {
          "line": 31,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 819,
      "end": 820,
      "loc": {
        "start": {
          "line": 31,
          "column": 36
        },
        "end": {
          "line": 31,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 825,
      "end": 829,
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 829,
      "end": 830,
      "loc": {
        "start": {
          "line": 32,
          "column": 8
        },
        "end": {
          "line": 32,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 830,
      "end": 833,
      "loc": {
        "start": {
          "line": 32,
          "column": 9
        },
        "end": {
          "line": 32,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 834,
      "end": 835,
      "loc": {
        "start": {
          "line": 32,
          "column": 13
        },
        "end": {
          "line": 32,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 836,
      "end": 839,
      "loc": {
        "start": {
          "line": 32,
          "column": 15
        },
        "end": {
          "line": 32,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 839,
      "end": 840,
      "loc": {
        "start": {
          "line": 32,
          "column": 18
        },
        "end": {
          "line": 32,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "do we need benchmark for this query execution",
      "start": 846,
      "end": 893,
      "loc": {
        "start": {
          "line": 34,
          "column": 4
        },
        "end": {
          "line": 34,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 898,
      "end": 903,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 35,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "benchmark",
      "start": 904,
      "end": 913,
      "loc": {
        "start": {
          "line": 35,
          "column": 10
        },
        "end": {
          "line": 35,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 914,
      "end": 915,
      "loc": {
        "start": {
          "line": 35,
          "column": 20
        },
        "end": {
          "line": 35,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 916,
      "end": 920,
      "loc": {
        "start": {
          "line": 35,
          "column": 22
        },
        "end": {
          "line": 35,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 920,
      "end": 921,
      "loc": {
        "start": {
          "line": 35,
          "column": 26
        },
        "end": {
          "line": 35,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 921,
      "end": 930,
      "loc": {
        "start": {
          "line": 35,
          "column": 27
        },
        "end": {
          "line": 35,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 930,
      "end": 931,
      "loc": {
        "start": {
          "line": 35,
          "column": 36
        },
        "end": {
          "line": 35,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 931,
      "end": 938,
      "loc": {
        "start": {
          "line": 35,
          "column": 37
        },
        "end": {
          "line": 35,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 938,
      "end": 939,
      "loc": {
        "start": {
          "line": 35,
          "column": 44
        },
        "end": {
          "line": 35,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "benchmark",
      "start": 939,
      "end": 948,
      "loc": {
        "start": {
          "line": 35,
          "column": 45
        },
        "end": {
          "line": 35,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 949,
      "end": 951,
      "loc": {
        "start": {
          "line": 35,
          "column": 55
        },
        "end": {
          "line": 35,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 952,
      "end": 956,
      "loc": {
        "start": {
          "line": 35,
          "column": 58
        },
        "end": {
          "line": 35,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 956,
      "end": 957,
      "loc": {
        "start": {
          "line": 35,
          "column": 62
        },
        "end": {
          "line": 35,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 957,
      "end": 964,
      "loc": {
        "start": {
          "line": 35,
          "column": 63
        },
        "end": {
          "line": 35,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 964,
      "end": 965,
      "loc": {
        "start": {
          "line": 35,
          "column": 70
        },
        "end": {
          "line": 35,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "benchmark",
      "start": 965,
      "end": 974,
      "loc": {
        "start": {
          "line": 35,
          "column": 71
        },
        "end": {
          "line": 35,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 974,
      "end": 975,
      "loc": {
        "start": {
          "line": 35,
          "column": 80
        },
        "end": {
          "line": 35,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 980,
      "end": 983,
      "loc": {
        "start": {
          "line": 36,
          "column": 4
        },
        "end": {
          "line": 36,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "queryBegin",
      "start": 984,
      "end": 994,
      "loc": {
        "start": {
          "line": 36,
          "column": 8
        },
        "end": {
          "line": 36,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 994,
      "end": 995,
      "loc": {
        "start": {
          "line": 36,
          "column": 18
        },
        "end": {
          "line": 36,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1000,
      "end": 1002,
      "loc": {
        "start": {
          "line": 37,
          "column": 4
        },
        "end": {
          "line": 37,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1003,
      "end": 1004,
      "loc": {
        "start": {
          "line": 37,
          "column": 7
        },
        "end": {
          "line": 37,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "benchmark",
      "start": 1004,
      "end": 1013,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1013,
      "end": 1014,
      "loc": {
        "start": {
          "line": 37,
          "column": 17
        },
        "end": {
          "line": 37,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1015,
      "end": 1016,
      "loc": {
        "start": {
          "line": 37,
          "column": 19
        },
        "end": {
          "line": 37,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "queryBegin",
      "start": 1023,
      "end": 1033,
      "loc": {
        "start": {
          "line": 38,
          "column": 6
        },
        "end": {
          "line": 38,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1034,
      "end": 1035,
      "loc": {
        "start": {
          "line": 38,
          "column": 17
        },
        "end": {
          "line": 38,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 1036,
      "end": 1040,
      "loc": {
        "start": {
          "line": 38,
          "column": 19
        },
        "end": {
          "line": 38,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1040,
      "end": 1041,
      "loc": {
        "start": {
          "line": 38,
          "column": 23
        },
        "end": {
          "line": 38,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "now",
      "start": 1041,
      "end": 1044,
      "loc": {
        "start": {
          "line": 38,
          "column": 24
        },
        "end": {
          "line": 38,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1044,
      "end": 1045,
      "loc": {
        "start": {
          "line": 38,
          "column": 27
        },
        "end": {
          "line": 38,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1045,
      "end": 1046,
      "loc": {
        "start": {
          "line": 38,
          "column": 28
        },
        "end": {
          "line": 38,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1046,
      "end": 1047,
      "loc": {
        "start": {
          "line": 38,
          "column": 29
        },
        "end": {
          "line": 38,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1052,
      "end": 1053,
      "loc": {
        "start": {
          "line": 39,
          "column": 4
        },
        "end": {
          "line": 39,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 1054,
      "end": 1058,
      "loc": {
        "start": {
          "line": 39,
          "column": 6
        },
        "end": {
          "line": 39,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1059,
      "end": 1060,
      "loc": {
        "start": {
          "line": 39,
          "column": 11
        },
        "end": {
          "line": 39,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1067,
      "end": 1071,
      "loc": {
        "start": {
          "line": 40,
          "column": 6
        },
        "end": {
          "line": 40,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1071,
      "end": 1072,
      "loc": {
        "start": {
          "line": 40,
          "column": 10
        },
        "end": {
          "line": 40,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 1072,
      "end": 1081,
      "loc": {
        "start": {
          "line": 40,
          "column": 11
        },
        "end": {
          "line": 40,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1081,
      "end": 1082,
      "loc": {
        "start": {
          "line": 40,
          "column": 20
        },
        "end": {
          "line": 40,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 1082,
      "end": 1085,
      "loc": {
        "start": {
          "line": 40,
          "column": 21
        },
        "end": {
          "line": 40,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1085,
      "end": 1086,
      "loc": {
        "start": {
          "line": 40,
          "column": 24
        },
        "end": {
          "line": 40,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Executing (",
      "start": 1086,
      "end": 1099,
      "loc": {
        "start": {
          "line": 40,
          "column": 25
        },
        "end": {
          "line": 40,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1100,
      "end": 1101,
      "loc": {
        "start": {
          "line": 40,
          "column": 39
        },
        "end": {
          "line": 40,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1102,
      "end": 1103,
      "loc": {
        "start": {
          "line": 40,
          "column": 41
        },
        "end": {
          "line": 40,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1103,
      "end": 1107,
      "loc": {
        "start": {
          "line": 40,
          "column": 42
        },
        "end": {
          "line": 40,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1107,
      "end": 1108,
      "loc": {
        "start": {
          "line": 40,
          "column": 46
        },
        "end": {
          "line": 40,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 1108,
      "end": 1118,
      "loc": {
        "start": {
          "line": 40,
          "column": 47
        },
        "end": {
          "line": 40,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1118,
      "end": 1119,
      "loc": {
        "start": {
          "line": 40,
          "column": 57
        },
        "end": {
          "line": 40,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uuid",
      "start": 1119,
      "end": 1123,
      "loc": {
        "start": {
          "line": 40,
          "column": 58
        },
        "end": {
          "line": 40,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 1124,
      "end": 1126,
      "loc": {
        "start": {
          "line": 40,
          "column": 63
        },
        "end": {
          "line": 40,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 1127,
      "end": 1136,
      "loc": {
        "start": {
          "line": 40,
          "column": 66
        },
        "end": {
          "line": 40,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1136,
      "end": 1137,
      "loc": {
        "start": {
          "line": 40,
          "column": 75
        },
        "end": {
          "line": 40,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1138,
      "end": 1139,
      "loc": {
        "start": {
          "line": 40,
          "column": 77
        },
        "end": {
          "line": 40,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "): ",
      "start": 1140,
      "end": 1145,
      "loc": {
        "start": {
          "line": 40,
          "column": 79
        },
        "end": {
          "line": 40,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1146,
      "end": 1147,
      "loc": {
        "start": {
          "line": 40,
          "column": 85
        },
        "end": {
          "line": 40,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1148,
      "end": 1152,
      "loc": {
        "start": {
          "line": 40,
          "column": 87
        },
        "end": {
          "line": 40,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1152,
      "end": 1153,
      "loc": {
        "start": {
          "line": 40,
          "column": 91
        },
        "end": {
          "line": 40,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1153,
      "end": 1156,
      "loc": {
        "start": {
          "line": 40,
          "column": 92
        },
        "end": {
          "line": 40,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1156,
      "end": 1157,
      "loc": {
        "start": {
          "line": 40,
          "column": 95
        },
        "end": {
          "line": 40,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1158,
      "end": 1162,
      "loc": {
        "start": {
          "line": 40,
          "column": 97
        },
        "end": {
          "line": 40,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1162,
      "end": 1163,
      "loc": {
        "start": {
          "line": 40,
          "column": 101
        },
        "end": {
          "line": 40,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1163,
      "end": 1170,
      "loc": {
        "start": {
          "line": 40,
          "column": 102
        },
        "end": {
          "line": 40,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1170,
      "end": 1171,
      "loc": {
        "start": {
          "line": 40,
          "column": 109
        },
        "end": {
          "line": 40,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1171,
      "end": 1172,
      "loc": {
        "start": {
          "line": 40,
          "column": 110
        },
        "end": {
          "line": 40,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1177,
      "end": 1178,
      "loc": {
        "start": {
          "line": 41,
          "column": 4
        },
        "end": {
          "line": 41,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 1184,
      "end": 1189,
      "loc": {
        "start": {
          "line": 43,
          "column": 4
        },
        "end": {
          "line": 43,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1189,
      "end": 1190,
      "loc": {
        "start": {
          "line": 43,
          "column": 9
        },
        "end": {
          "line": 43,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1190,
      "end": 1191,
      "loc": {
        "start": {
          "line": 43,
          "column": 10
        },
        "end": {
          "line": 43,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "executing(",
      "start": 1191,
      "end": 1201,
      "loc": {
        "start": {
          "line": 43,
          "column": 11
        },
        "end": {
          "line": 43,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1201,
      "end": 1203,
      "loc": {
        "start": {
          "line": 43,
          "column": 21
        },
        "end": {
          "line": 43,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1203,
      "end": 1207,
      "loc": {
        "start": {
          "line": 43,
          "column": 23
        },
        "end": {
          "line": 43,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1207,
      "end": 1208,
      "loc": {
        "start": {
          "line": 43,
          "column": 27
        },
        "end": {
          "line": 43,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 1208,
      "end": 1218,
      "loc": {
        "start": {
          "line": 43,
          "column": 28
        },
        "end": {
          "line": 43,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1218,
      "end": 1219,
      "loc": {
        "start": {
          "line": 43,
          "column": 38
        },
        "end": {
          "line": 43,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uuid",
      "start": 1219,
      "end": 1223,
      "loc": {
        "start": {
          "line": 43,
          "column": 39
        },
        "end": {
          "line": 43,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 1224,
      "end": 1226,
      "loc": {
        "start": {
          "line": 43,
          "column": 44
        },
        "end": {
          "line": 43,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 1227,
      "end": 1236,
      "loc": {
        "start": {
          "line": 43,
          "column": 47
        },
        "end": {
          "line": 43,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1236,
      "end": 1237,
      "loc": {
        "start": {
          "line": 43,
          "column": 56
        },
        "end": {
          "line": 43,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") : ",
      "start": 1237,
      "end": 1241,
      "loc": {
        "start": {
          "line": 43,
          "column": 57
        },
        "end": {
          "line": 43,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1241,
      "end": 1243,
      "loc": {
        "start": {
          "line": 43,
          "column": 61
        },
        "end": {
          "line": 43,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1243,
      "end": 1247,
      "loc": {
        "start": {
          "line": 43,
          "column": 63
        },
        "end": {
          "line": 43,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1247,
      "end": 1248,
      "loc": {
        "start": {
          "line": 43,
          "column": 67
        },
        "end": {
          "line": 43,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1248,
      "end": 1251,
      "loc": {
        "start": {
          "line": 43,
          "column": 68
        },
        "end": {
          "line": 43,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1251,
      "end": 1252,
      "loc": {
        "start": {
          "line": 43,
          "column": 71
        },
        "end": {
          "line": 43,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1252,
      "end": 1252,
      "loc": {
        "start": {
          "line": 43,
          "column": 72
        },
        "end": {
          "line": 43,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1252,
      "end": 1253,
      "loc": {
        "start": {
          "line": 43,
          "column": 72
        },
        "end": {
          "line": 43,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1253,
      "end": 1254,
      "loc": {
        "start": {
          "line": 43,
          "column": 73
        },
        "end": {
          "line": 43,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1254,
      "end": 1255,
      "loc": {
        "start": {
          "line": 43,
          "column": 74
        },
        "end": {
          "line": 43,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1261,
      "end": 1267,
      "loc": {
        "start": {
          "line": 45,
          "column": 4
        },
        "end": {
          "line": 45,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1268,
      "end": 1271,
      "loc": {
        "start": {
          "line": 45,
          "column": 11
        },
        "end": {
          "line": 45,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 1272,
      "end": 1279,
      "loc": {
        "start": {
          "line": 45,
          "column": 15
        },
        "end": {
          "line": 45,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1279,
      "end": 1280,
      "loc": {
        "start": {
          "line": 45,
          "column": 22
        },
        "end": {
          "line": 45,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1280,
      "end": 1281,
      "loc": {
        "start": {
          "line": 45,
          "column": 23
        },
        "end": {
          "line": 45,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1281,
      "end": 1288,
      "loc": {
        "start": {
          "line": 45,
          "column": 24
        },
        "end": {
          "line": 45,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1288,
      "end": 1289,
      "loc": {
        "start": {
          "line": 45,
          "column": 31
        },
        "end": {
          "line": 45,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 1290,
      "end": 1296,
      "loc": {
        "start": {
          "line": 45,
          "column": 33
        },
        "end": {
          "line": 45,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1296,
      "end": 1297,
      "loc": {
        "start": {
          "line": 45,
          "column": 39
        },
        "end": {
          "line": 45,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1298,
      "end": 1300,
      "loc": {
        "start": {
          "line": 45,
          "column": 41
        },
        "end": {
          "line": 45,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1301,
      "end": 1302,
      "loc": {
        "start": {
          "line": 45,
          "column": 44
        },
        "end": {
          "line": 45,
          "column": 45
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " TRANSACTION SUPPORT",
      "start": 1311,
      "end": 1333,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1340,
      "end": 1342,
      "loc": {
        "start": {
          "line": 47,
          "column": 6
        },
        "end": {
          "line": 47,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1343,
      "end": 1344,
      "loc": {
        "start": {
          "line": 47,
          "column": 9
        },
        "end": {
          "line": 47,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1344,
      "end": 1345,
      "loc": {
        "start": {
          "line": 47,
          "column": 10
        },
        "end": {
          "line": 47,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1345,
      "end": 1346,
      "loc": {
        "start": {
          "line": 47,
          "column": 11
        },
        "end": {
          "line": 47,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startsWith",
      "start": 1346,
      "end": 1356,
      "loc": {
        "start": {
          "line": 47,
          "column": 12
        },
        "end": {
          "line": 47,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1356,
      "end": 1357,
      "loc": {
        "start": {
          "line": 47,
          "column": 22
        },
        "end": {
          "line": 47,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1357,
      "end": 1361,
      "loc": {
        "start": {
          "line": 47,
          "column": 23
        },
        "end": {
          "line": 47,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1361,
      "end": 1362,
      "loc": {
        "start": {
          "line": 47,
          "column": 27
        },
        "end": {
          "line": 47,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1362,
      "end": 1365,
      "loc": {
        "start": {
          "line": 47,
          "column": 28
        },
        "end": {
          "line": 47,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1365,
      "end": 1366,
      "loc": {
        "start": {
          "line": 47,
          "column": 31
        },
        "end": {
          "line": 47,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "BEGIN TRANSACTION",
      "start": 1367,
      "end": 1386,
      "loc": {
        "start": {
          "line": 47,
          "column": 33
        },
        "end": {
          "line": 47,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1386,
      "end": 1387,
      "loc": {
        "start": {
          "line": 47,
          "column": 52
        },
        "end": {
          "line": 47,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1387,
      "end": 1388,
      "loc": {
        "start": {
          "line": 47,
          "column": 53
        },
        "end": {
          "line": 47,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1389,
      "end": 1390,
      "loc": {
        "start": {
          "line": 47,
          "column": 55
        },
        "end": {
          "line": 47,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 1399,
      "end": 1409,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1409,
      "end": 1410,
      "loc": {
        "start": {
          "line": 48,
          "column": 18
        },
        "end": {
          "line": 48,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "beginTransaction",
      "start": 1410,
      "end": 1426,
      "loc": {
        "start": {
          "line": 48,
          "column": 19
        },
        "end": {
          "line": 48,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1426,
      "end": 1427,
      "loc": {
        "start": {
          "line": 48,
          "column": 35
        },
        "end": {
          "line": 48,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1427,
      "end": 1430,
      "loc": {
        "start": {
          "line": 48,
          "column": 36
        },
        "end": {
          "line": 48,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1431,
      "end": 1433,
      "loc": {
        "start": {
          "line": 48,
          "column": 40
        },
        "end": {
          "line": 48,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1434,
      "end": 1435,
      "loc": {
        "start": {
          "line": 48,
          "column": 43
        },
        "end": {
          "line": 48,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1446,
      "end": 1448,
      "loc": {
        "start": {
          "line": 49,
          "column": 10
        },
        "end": {
          "line": 49,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1449,
      "end": 1450,
      "loc": {
        "start": {
          "line": 49,
          "column": 13
        },
        "end": {
          "line": 49,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1450,
      "end": 1453,
      "loc": {
        "start": {
          "line": 49,
          "column": 14
        },
        "end": {
          "line": 49,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1453,
      "end": 1454,
      "loc": {
        "start": {
          "line": 49,
          "column": 17
        },
        "end": {
          "line": 49,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1455,
      "end": 1456,
      "loc": {
        "start": {
          "line": 49,
          "column": 19
        },
        "end": {
          "line": 49,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 1469,
      "end": 1475,
      "loc": {
        "start": {
          "line": 50,
          "column": 12
        },
        "end": {
          "line": 50,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1475,
      "end": 1476,
      "loc": {
        "start": {
          "line": 50,
          "column": 18
        },
        "end": {
          "line": 50,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1476,
      "end": 1480,
      "loc": {
        "start": {
          "line": 50,
          "column": 19
        },
        "end": {
          "line": 50,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1480,
      "end": 1481,
      "loc": {
        "start": {
          "line": 50,
          "column": 23
        },
        "end": {
          "line": 50,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatError",
      "start": 1481,
      "end": 1492,
      "loc": {
        "start": {
          "line": 50,
          "column": 24
        },
        "end": {
          "line": 50,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1492,
      "end": 1493,
      "loc": {
        "start": {
          "line": 50,
          "column": 35
        },
        "end": {
          "line": 50,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1493,
      "end": 1496,
      "loc": {
        "start": {
          "line": 50,
          "column": 36
        },
        "end": {
          "line": 50,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1496,
      "end": 1497,
      "loc": {
        "start": {
          "line": 50,
          "column": 39
        },
        "end": {
          "line": 50,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1497,
      "end": 1498,
      "loc": {
        "start": {
          "line": 50,
          "column": 40
        },
        "end": {
          "line": 50,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1498,
      "end": 1499,
      "loc": {
        "start": {
          "line": 50,
          "column": 41
        },
        "end": {
          "line": 50,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1510,
      "end": 1511,
      "loc": {
        "start": {
          "line": 51,
          "column": 10
        },
        "end": {
          "line": 51,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 1512,
      "end": 1516,
      "loc": {
        "start": {
          "line": 51,
          "column": 12
        },
        "end": {
          "line": 51,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1517,
      "end": 1518,
      "loc": {
        "start": {
          "line": 51,
          "column": 17
        },
        "end": {
          "line": 51,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1531,
      "end": 1538,
      "loc": {
        "start": {
          "line": 52,
          "column": 12
        },
        "end": {
          "line": 52,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1538,
      "end": 1539,
      "loc": {
        "start": {
          "line": 52,
          "column": 19
        },
        "end": {
          "line": 52,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1539,
      "end": 1543,
      "loc": {
        "start": {
          "line": 52,
          "column": 20
        },
        "end": {
          "line": 52,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1543,
      "end": 1544,
      "loc": {
        "start": {
          "line": 52,
          "column": 24
        },
        "end": {
          "line": 52,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatResults",
      "start": 1544,
      "end": 1557,
      "loc": {
        "start": {
          "line": 52,
          "column": 25
        },
        "end": {
          "line": 52,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1557,
      "end": 1558,
      "loc": {
        "start": {
          "line": 52,
          "column": 38
        },
        "end": {
          "line": 52,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1558,
      "end": 1559,
      "loc": {
        "start": {
          "line": 52,
          "column": 39
        },
        "end": {
          "line": 52,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1559,
      "end": 1560,
      "loc": {
        "start": {
          "line": 52,
          "column": 40
        },
        "end": {
          "line": 52,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1560,
      "end": 1561,
      "loc": {
        "start": {
          "line": 52,
          "column": 41
        },
        "end": {
          "line": 52,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1572,
      "end": 1573,
      "loc": {
        "start": {
          "line": 53,
          "column": 10
        },
        "end": {
          "line": 53,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1582,
      "end": 1583,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1583,
      "end": 1584,
      "loc": {
        "start": {
          "line": 54,
          "column": 9
        },
        "end": {
          "line": 54,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1585,
      "end": 1589,
      "loc": {
        "start": {
          "line": 54,
          "column": 11
        },
        "end": {
          "line": 54,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1589,
      "end": 1590,
      "loc": {
        "start": {
          "line": 54,
          "column": 15
        },
        "end": {
          "line": 54,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1590,
      "end": 1597,
      "loc": {
        "start": {
          "line": 54,
          "column": 16
        },
        "end": {
          "line": 54,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1597,
      "end": 1598,
      "loc": {
        "start": {
          "line": 54,
          "column": 23
        },
        "end": {
          "line": 54,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 1598,
      "end": 1609,
      "loc": {
        "start": {
          "line": 54,
          "column": 24
        },
        "end": {
          "line": 54,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1609,
      "end": 1610,
      "loc": {
        "start": {
          "line": 54,
          "column": 35
        },
        "end": {
          "line": 54,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 1610,
      "end": 1614,
      "loc": {
        "start": {
          "line": 54,
          "column": 36
        },
        "end": {
          "line": 54,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1614,
      "end": 1615,
      "loc": {
        "start": {
          "line": 54,
          "column": 40
        },
        "end": {
          "line": 54,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1616,
      "end": 1620,
      "loc": {
        "start": {
          "line": 54,
          "column": 42
        },
        "end": {
          "line": 54,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1620,
      "end": 1621,
      "loc": {
        "start": {
          "line": 54,
          "column": 46
        },
        "end": {
          "line": 54,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1621,
      "end": 1628,
      "loc": {
        "start": {
          "line": 54,
          "column": 47
        },
        "end": {
          "line": 54,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1628,
      "end": 1629,
      "loc": {
        "start": {
          "line": 54,
          "column": 54
        },
        "end": {
          "line": 54,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isolationLevel",
      "start": 1629,
      "end": 1643,
      "loc": {
        "start": {
          "line": 54,
          "column": 55
        },
        "end": {
          "line": 54,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1643,
      "end": 1644,
      "loc": {
        "start": {
          "line": 54,
          "column": 69
        },
        "end": {
          "line": 54,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1644,
      "end": 1645,
      "loc": {
        "start": {
          "line": 54,
          "column": 70
        },
        "end": {
          "line": 54,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1652,
      "end": 1653,
      "loc": {
        "start": {
          "line": 55,
          "column": 6
        },
        "end": {
          "line": 55,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 1654,
      "end": 1658,
      "loc": {
        "start": {
          "line": 55,
          "column": 8
        },
        "end": {
          "line": 55,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1659,
      "end": 1661,
      "loc": {
        "start": {
          "line": 55,
          "column": 13
        },
        "end": {
          "line": 55,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1662,
      "end": 1663,
      "loc": {
        "start": {
          "line": 55,
          "column": 16
        },
        "end": {
          "line": 55,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1663,
      "end": 1664,
      "loc": {
        "start": {
          "line": 55,
          "column": 17
        },
        "end": {
          "line": 55,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1664,
      "end": 1665,
      "loc": {
        "start": {
          "line": 55,
          "column": 18
        },
        "end": {
          "line": 55,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startsWith",
      "start": 1665,
      "end": 1675,
      "loc": {
        "start": {
          "line": 55,
          "column": 19
        },
        "end": {
          "line": 55,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1675,
      "end": 1676,
      "loc": {
        "start": {
          "line": 55,
          "column": 29
        },
        "end": {
          "line": 55,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1676,
      "end": 1680,
      "loc": {
        "start": {
          "line": 55,
          "column": 30
        },
        "end": {
          "line": 55,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1680,
      "end": 1681,
      "loc": {
        "start": {
          "line": 55,
          "column": 34
        },
        "end": {
          "line": 55,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1681,
      "end": 1684,
      "loc": {
        "start": {
          "line": 55,
          "column": 35
        },
        "end": {
          "line": 55,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1684,
      "end": 1685,
      "loc": {
        "start": {
          "line": 55,
          "column": 38
        },
        "end": {
          "line": 55,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "COMMIT TRANSACTION",
      "start": 1686,
      "end": 1706,
      "loc": {
        "start": {
          "line": 55,
          "column": 40
        },
        "end": {
          "line": 55,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1706,
      "end": 1707,
      "loc": {
        "start": {
          "line": 55,
          "column": 60
        },
        "end": {
          "line": 55,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1707,
      "end": 1708,
      "loc": {
        "start": {
          "line": 55,
          "column": 61
        },
        "end": {
          "line": 55,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1709,
      "end": 1710,
      "loc": {
        "start": {
          "line": 55,
          "column": 63
        },
        "end": {
          "line": 55,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 1719,
      "end": 1729,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1729,
      "end": 1730,
      "loc": {
        "start": {
          "line": 56,
          "column": 18
        },
        "end": {
          "line": 56,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "commitTransaction",
      "start": 1730,
      "end": 1747,
      "loc": {
        "start": {
          "line": 56,
          "column": 19
        },
        "end": {
          "line": 56,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1747,
      "end": 1748,
      "loc": {
        "start": {
          "line": 56,
          "column": 36
        },
        "end": {
          "line": 56,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1748,
      "end": 1751,
      "loc": {
        "start": {
          "line": 56,
          "column": 37
        },
        "end": {
          "line": 56,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1752,
      "end": 1754,
      "loc": {
        "start": {
          "line": 56,
          "column": 41
        },
        "end": {
          "line": 56,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1755,
      "end": 1756,
      "loc": {
        "start": {
          "line": 56,
          "column": 44
        },
        "end": {
          "line": 56,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1767,
      "end": 1769,
      "loc": {
        "start": {
          "line": 57,
          "column": 10
        },
        "end": {
          "line": 57,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1770,
      "end": 1771,
      "loc": {
        "start": {
          "line": 57,
          "column": 13
        },
        "end": {
          "line": 57,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1771,
      "end": 1774,
      "loc": {
        "start": {
          "line": 57,
          "column": 14
        },
        "end": {
          "line": 57,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1774,
      "end": 1775,
      "loc": {
        "start": {
          "line": 57,
          "column": 17
        },
        "end": {
          "line": 57,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1776,
      "end": 1777,
      "loc": {
        "start": {
          "line": 57,
          "column": 19
        },
        "end": {
          "line": 57,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 1790,
      "end": 1796,
      "loc": {
        "start": {
          "line": 58,
          "column": 12
        },
        "end": {
          "line": 58,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1796,
      "end": 1797,
      "loc": {
        "start": {
          "line": 58,
          "column": 18
        },
        "end": {
          "line": 58,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1797,
      "end": 1801,
      "loc": {
        "start": {
          "line": 58,
          "column": 19
        },
        "end": {
          "line": 58,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1801,
      "end": 1802,
      "loc": {
        "start": {
          "line": 58,
          "column": 23
        },
        "end": {
          "line": 58,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatError",
      "start": 1802,
      "end": 1813,
      "loc": {
        "start": {
          "line": 58,
          "column": 24
        },
        "end": {
          "line": 58,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1813,
      "end": 1814,
      "loc": {
        "start": {
          "line": 58,
          "column": 35
        },
        "end": {
          "line": 58,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 1814,
      "end": 1817,
      "loc": {
        "start": {
          "line": 58,
          "column": 36
        },
        "end": {
          "line": 58,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1817,
      "end": 1818,
      "loc": {
        "start": {
          "line": 58,
          "column": 39
        },
        "end": {
          "line": 58,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1818,
      "end": 1819,
      "loc": {
        "start": {
          "line": 58,
          "column": 40
        },
        "end": {
          "line": 58,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1819,
      "end": 1820,
      "loc": {
        "start": {
          "line": 58,
          "column": 41
        },
        "end": {
          "line": 58,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1831,
      "end": 1832,
      "loc": {
        "start": {
          "line": 59,
          "column": 10
        },
        "end": {
          "line": 59,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 1833,
      "end": 1837,
      "loc": {
        "start": {
          "line": 59,
          "column": 12
        },
        "end": {
          "line": 59,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1838,
      "end": 1839,
      "loc": {
        "start": {
          "line": 59,
          "column": 17
        },
        "end": {
          "line": 59,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1852,
      "end": 1859,
      "loc": {
        "start": {
          "line": 60,
          "column": 12
        },
        "end": {
          "line": 60,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1859,
      "end": 1860,
      "loc": {
        "start": {
          "line": 60,
          "column": 19
        },
        "end": {
          "line": 60,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1860,
      "end": 1864,
      "loc": {
        "start": {
          "line": 60,
          "column": 20
        },
        "end": {
          "line": 60,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1864,
      "end": 1865,
      "loc": {
        "start": {
          "line": 60,
          "column": 24
        },
        "end": {
          "line": 60,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatResults",
      "start": 1865,
      "end": 1878,
      "loc": {
        "start": {
          "line": 60,
          "column": 25
        },
        "end": {
          "line": 60,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1878,
      "end": 1879,
      "loc": {
        "start": {
          "line": 60,
          "column": 38
        },
        "end": {
          "line": 60,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1879,
      "end": 1880,
      "loc": {
        "start": {
          "line": 60,
          "column": 39
        },
        "end": {
          "line": 60,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1880,
      "end": 1881,
      "loc": {
        "start": {
          "line": 60,
          "column": 40
        },
        "end": {
          "line": 60,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1881,
      "end": 1882,
      "loc": {
        "start": {
          "line": 60,
          "column": 41
        },
        "end": {
          "line": 60,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1893,
      "end": 1894,
      "loc": {
        "start": {
          "line": 61,
          "column": 10
        },
        "end": {
          "line": 61,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1903,
      "end": 1904,
      "loc": {
        "start": {
          "line": 62,
          "column": 8
        },
        "end": {
          "line": 62,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1904,
      "end": 1905,
      "loc": {
        "start": {
          "line": 62,
          "column": 9
        },
        "end": {
          "line": 62,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1905,
      "end": 1906,
      "loc": {
        "start": {
          "line": 62,
          "column": 10
        },
        "end": {
          "line": 62,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1913,
      "end": 1914,
      "loc": {
        "start": {
          "line": 63,
          "column": 6
        },
        "end": {
          "line": 63,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 1915,
      "end": 1919,
      "loc": {
        "start": {
          "line": 63,
          "column": 8
        },
        "end": {
          "line": 63,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1920,
      "end": 1922,
      "loc": {
        "start": {
          "line": 63,
          "column": 13
        },
        "end": {
          "line": 63,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1923,
      "end": 1924,
      "loc": {
        "start": {
          "line": 63,
          "column": 16
        },
        "end": {
          "line": 63,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1924,
      "end": 1925,
      "loc": {
        "start": {
          "line": 63,
          "column": 17
        },
        "end": {
          "line": 63,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1925,
      "end": 1926,
      "loc": {
        "start": {
          "line": 63,
          "column": 18
        },
        "end": {
          "line": 63,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startsWith",
      "start": 1926,
      "end": 1936,
      "loc": {
        "start": {
          "line": 63,
          "column": 19
        },
        "end": {
          "line": 63,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1936,
      "end": 1937,
      "loc": {
        "start": {
          "line": 63,
          "column": 29
        },
        "end": {
          "line": 63,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1937,
      "end": 1941,
      "loc": {
        "start": {
          "line": 63,
          "column": 30
        },
        "end": {
          "line": 63,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1941,
      "end": 1942,
      "loc": {
        "start": {
          "line": 63,
          "column": 34
        },
        "end": {
          "line": 63,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1942,
      "end": 1945,
      "loc": {
        "start": {
          "line": 63,
          "column": 35
        },
        "end": {
          "line": 63,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1945,
      "end": 1946,
      "loc": {
        "start": {
          "line": 63,
          "column": 38
        },
        "end": {
          "line": 63,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ROLLBACK TRANSACTION",
      "start": 1947,
      "end": 1969,
      "loc": {
        "start": {
          "line": 63,
          "column": 40
        },
        "end": {
          "line": 63,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1969,
      "end": 1970,
      "loc": {
        "start": {
          "line": 63,
          "column": 62
        },
        "end": {
          "line": 63,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1970,
      "end": 1971,
      "loc": {
        "start": {
          "line": 63,
          "column": 63
        },
        "end": {
          "line": 63,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1972,
      "end": 1973,
      "loc": {
        "start": {
          "line": 63,
          "column": 65
        },
        "end": {
          "line": 63,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 1982,
      "end": 1992,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1992,
      "end": 1993,
      "loc": {
        "start": {
          "line": 64,
          "column": 18
        },
        "end": {
          "line": 64,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rollbackTransaction",
      "start": 1993,
      "end": 2012,
      "loc": {
        "start": {
          "line": 64,
          "column": 19
        },
        "end": {
          "line": 64,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2012,
      "end": 2013,
      "loc": {
        "start": {
          "line": 64,
          "column": 38
        },
        "end": {
          "line": 64,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2013,
      "end": 2016,
      "loc": {
        "start": {
          "line": 64,
          "column": 39
        },
        "end": {
          "line": 64,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2017,
      "end": 2019,
      "loc": {
        "start": {
          "line": 64,
          "column": 43
        },
        "end": {
          "line": 64,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2020,
      "end": 2021,
      "loc": {
        "start": {
          "line": 64,
          "column": 46
        },
        "end": {
          "line": 64,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2032,
      "end": 2034,
      "loc": {
        "start": {
          "line": 65,
          "column": 10
        },
        "end": {
          "line": 65,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2035,
      "end": 2036,
      "loc": {
        "start": {
          "line": 65,
          "column": 13
        },
        "end": {
          "line": 65,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2036,
      "end": 2039,
      "loc": {
        "start": {
          "line": 65,
          "column": 14
        },
        "end": {
          "line": 65,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2039,
      "end": 2040,
      "loc": {
        "start": {
          "line": 65,
          "column": 17
        },
        "end": {
          "line": 65,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2041,
      "end": 2042,
      "loc": {
        "start": {
          "line": 65,
          "column": 19
        },
        "end": {
          "line": 65,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2055,
      "end": 2061,
      "loc": {
        "start": {
          "line": 66,
          "column": 12
        },
        "end": {
          "line": 66,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2061,
      "end": 2062,
      "loc": {
        "start": {
          "line": 66,
          "column": 18
        },
        "end": {
          "line": 66,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2062,
      "end": 2066,
      "loc": {
        "start": {
          "line": 66,
          "column": 19
        },
        "end": {
          "line": 66,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2066,
      "end": 2067,
      "loc": {
        "start": {
          "line": 66,
          "column": 23
        },
        "end": {
          "line": 66,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatError",
      "start": 2067,
      "end": 2078,
      "loc": {
        "start": {
          "line": 66,
          "column": 24
        },
        "end": {
          "line": 66,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2078,
      "end": 2079,
      "loc": {
        "start": {
          "line": 66,
          "column": 35
        },
        "end": {
          "line": 66,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2079,
      "end": 2082,
      "loc": {
        "start": {
          "line": 66,
          "column": 36
        },
        "end": {
          "line": 66,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2082,
      "end": 2083,
      "loc": {
        "start": {
          "line": 66,
          "column": 39
        },
        "end": {
          "line": 66,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2083,
      "end": 2084,
      "loc": {
        "start": {
          "line": 66,
          "column": 40
        },
        "end": {
          "line": 66,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2084,
      "end": 2085,
      "loc": {
        "start": {
          "line": 66,
          "column": 41
        },
        "end": {
          "line": 66,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2096,
      "end": 2097,
      "loc": {
        "start": {
          "line": 67,
          "column": 10
        },
        "end": {
          "line": 67,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2098,
      "end": 2102,
      "loc": {
        "start": {
          "line": 67,
          "column": 12
        },
        "end": {
          "line": 67,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2103,
      "end": 2104,
      "loc": {
        "start": {
          "line": 67,
          "column": 17
        },
        "end": {
          "line": 67,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 2117,
      "end": 2124,
      "loc": {
        "start": {
          "line": 68,
          "column": 12
        },
        "end": {
          "line": 68,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2124,
      "end": 2125,
      "loc": {
        "start": {
          "line": 68,
          "column": 19
        },
        "end": {
          "line": 68,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2125,
      "end": 2129,
      "loc": {
        "start": {
          "line": 68,
          "column": 20
        },
        "end": {
          "line": 68,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2129,
      "end": 2130,
      "loc": {
        "start": {
          "line": 68,
          "column": 24
        },
        "end": {
          "line": 68,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatResults",
      "start": 2130,
      "end": 2143,
      "loc": {
        "start": {
          "line": 68,
          "column": 25
        },
        "end": {
          "line": 68,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2143,
      "end": 2144,
      "loc": {
        "start": {
          "line": 68,
          "column": 38
        },
        "end": {
          "line": 68,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2144,
      "end": 2145,
      "loc": {
        "start": {
          "line": 68,
          "column": 39
        },
        "end": {
          "line": 68,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2145,
      "end": 2146,
      "loc": {
        "start": {
          "line": 68,
          "column": 40
        },
        "end": {
          "line": 68,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2146,
      "end": 2147,
      "loc": {
        "start": {
          "line": 68,
          "column": 41
        },
        "end": {
          "line": 68,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2158,
      "end": 2159,
      "loc": {
        "start": {
          "line": 69,
          "column": 10
        },
        "end": {
          "line": 69,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2168,
      "end": 2169,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2169,
      "end": 2170,
      "loc": {
        "start": {
          "line": 70,
          "column": 9
        },
        "end": {
          "line": 70,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2171,
      "end": 2175,
      "loc": {
        "start": {
          "line": 70,
          "column": 11
        },
        "end": {
          "line": 70,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2175,
      "end": 2176,
      "loc": {
        "start": {
          "line": 70,
          "column": 15
        },
        "end": {
          "line": 70,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2176,
      "end": 2183,
      "loc": {
        "start": {
          "line": 70,
          "column": 16
        },
        "end": {
          "line": 70,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2183,
      "end": 2184,
      "loc": {
        "start": {
          "line": 70,
          "column": 23
        },
        "end": {
          "line": 70,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 2184,
      "end": 2195,
      "loc": {
        "start": {
          "line": 70,
          "column": 24
        },
        "end": {
          "line": 70,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2195,
      "end": 2196,
      "loc": {
        "start": {
          "line": 70,
          "column": 35
        },
        "end": {
          "line": 70,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 2196,
      "end": 2200,
      "loc": {
        "start": {
          "line": 70,
          "column": 36
        },
        "end": {
          "line": 70,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2200,
      "end": 2201,
      "loc": {
        "start": {
          "line": 70,
          "column": 40
        },
        "end": {
          "line": 70,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2201,
      "end": 2202,
      "loc": {
        "start": {
          "line": 70,
          "column": 41
        },
        "end": {
          "line": 70,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2209,
      "end": 2210,
      "loc": {
        "start": {
          "line": 71,
          "column": 6
        },
        "end": {
          "line": 71,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2211,
      "end": 2215,
      "loc": {
        "start": {
          "line": 71,
          "column": 8
        },
        "end": {
          "line": 71,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2216,
      "end": 2218,
      "loc": {
        "start": {
          "line": 71,
          "column": 13
        },
        "end": {
          "line": 71,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2219,
      "end": 2220,
      "loc": {
        "start": {
          "line": 71,
          "column": 16
        },
        "end": {
          "line": 71,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 2220,
      "end": 2221,
      "loc": {
        "start": {
          "line": 71,
          "column": 17
        },
        "end": {
          "line": 71,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2221,
      "end": 2222,
      "loc": {
        "start": {
          "line": 71,
          "column": 18
        },
        "end": {
          "line": 71,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startsWith",
      "start": 2222,
      "end": 2232,
      "loc": {
        "start": {
          "line": 71,
          "column": 19
        },
        "end": {
          "line": 71,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2232,
      "end": 2233,
      "loc": {
        "start": {
          "line": 71,
          "column": 29
        },
        "end": {
          "line": 71,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2233,
      "end": 2237,
      "loc": {
        "start": {
          "line": 71,
          "column": 30
        },
        "end": {
          "line": 71,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2237,
      "end": 2238,
      "loc": {
        "start": {
          "line": 71,
          "column": 34
        },
        "end": {
          "line": 71,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2238,
      "end": 2241,
      "loc": {
        "start": {
          "line": 71,
          "column": 35
        },
        "end": {
          "line": 71,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2241,
      "end": 2242,
      "loc": {
        "start": {
          "line": 71,
          "column": 38
        },
        "end": {
          "line": 71,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SAVE TRANSACTION",
      "start": 2243,
      "end": 2261,
      "loc": {
        "start": {
          "line": 71,
          "column": 40
        },
        "end": {
          "line": 71,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2261,
      "end": 2262,
      "loc": {
        "start": {
          "line": 71,
          "column": 58
        },
        "end": {
          "line": 71,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2262,
      "end": 2263,
      "loc": {
        "start": {
          "line": 71,
          "column": 59
        },
        "end": {
          "line": 71,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2264,
      "end": 2265,
      "loc": {
        "start": {
          "line": 71,
          "column": 61
        },
        "end": {
          "line": 71,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 2274,
      "end": 2284,
      "loc": {
        "start": {
          "line": 72,
          "column": 8
        },
        "end": {
          "line": 72,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2284,
      "end": 2285,
      "loc": {
        "start": {
          "line": 72,
          "column": 18
        },
        "end": {
          "line": 72,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "saveTransaction",
      "start": 2285,
      "end": 2300,
      "loc": {
        "start": {
          "line": 72,
          "column": 19
        },
        "end": {
          "line": 72,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2300,
      "end": 2301,
      "loc": {
        "start": {
          "line": 72,
          "column": 34
        },
        "end": {
          "line": 72,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2301,
      "end": 2304,
      "loc": {
        "start": {
          "line": 72,
          "column": 35
        },
        "end": {
          "line": 72,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2305,
      "end": 2307,
      "loc": {
        "start": {
          "line": 72,
          "column": 39
        },
        "end": {
          "line": 72,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2308,
      "end": 2309,
      "loc": {
        "start": {
          "line": 72,
          "column": 42
        },
        "end": {
          "line": 72,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2320,
      "end": 2322,
      "loc": {
        "start": {
          "line": 73,
          "column": 10
        },
        "end": {
          "line": 73,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2323,
      "end": 2324,
      "loc": {
        "start": {
          "line": 73,
          "column": 13
        },
        "end": {
          "line": 73,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2324,
      "end": 2327,
      "loc": {
        "start": {
          "line": 73,
          "column": 14
        },
        "end": {
          "line": 73,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2327,
      "end": 2328,
      "loc": {
        "start": {
          "line": 73,
          "column": 17
        },
        "end": {
          "line": 73,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2329,
      "end": 2330,
      "loc": {
        "start": {
          "line": 73,
          "column": 19
        },
        "end": {
          "line": 73,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2343,
      "end": 2349,
      "loc": {
        "start": {
          "line": 74,
          "column": 12
        },
        "end": {
          "line": 74,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2349,
      "end": 2350,
      "loc": {
        "start": {
          "line": 74,
          "column": 18
        },
        "end": {
          "line": 74,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2350,
      "end": 2354,
      "loc": {
        "start": {
          "line": 74,
          "column": 19
        },
        "end": {
          "line": 74,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2354,
      "end": 2355,
      "loc": {
        "start": {
          "line": 74,
          "column": 23
        },
        "end": {
          "line": 74,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatError",
      "start": 2355,
      "end": 2366,
      "loc": {
        "start": {
          "line": 74,
          "column": 24
        },
        "end": {
          "line": 74,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2366,
      "end": 2367,
      "loc": {
        "start": {
          "line": 74,
          "column": 35
        },
        "end": {
          "line": 74,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2367,
      "end": 2370,
      "loc": {
        "start": {
          "line": 74,
          "column": 36
        },
        "end": {
          "line": 74,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2370,
      "end": 2371,
      "loc": {
        "start": {
          "line": 74,
          "column": 39
        },
        "end": {
          "line": 74,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2371,
      "end": 2372,
      "loc": {
        "start": {
          "line": 74,
          "column": 40
        },
        "end": {
          "line": 74,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2372,
      "end": 2373,
      "loc": {
        "start": {
          "line": 74,
          "column": 41
        },
        "end": {
          "line": 74,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2384,
      "end": 2385,
      "loc": {
        "start": {
          "line": 75,
          "column": 10
        },
        "end": {
          "line": 75,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2386,
      "end": 2390,
      "loc": {
        "start": {
          "line": 75,
          "column": 12
        },
        "end": {
          "line": 75,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2391,
      "end": 2392,
      "loc": {
        "start": {
          "line": 75,
          "column": 17
        },
        "end": {
          "line": 75,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 2405,
      "end": 2412,
      "loc": {
        "start": {
          "line": 76,
          "column": 12
        },
        "end": {
          "line": 76,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2412,
      "end": 2413,
      "loc": {
        "start": {
          "line": 76,
          "column": 19
        },
        "end": {
          "line": 76,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2413,
      "end": 2417,
      "loc": {
        "start": {
          "line": 76,
          "column": 20
        },
        "end": {
          "line": 76,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2417,
      "end": 2418,
      "loc": {
        "start": {
          "line": 76,
          "column": 24
        },
        "end": {
          "line": 76,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatResults",
      "start": 2418,
      "end": 2431,
      "loc": {
        "start": {
          "line": 76,
          "column": 25
        },
        "end": {
          "line": 76,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2431,
      "end": 2432,
      "loc": {
        "start": {
          "line": 76,
          "column": 38
        },
        "end": {
          "line": 76,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2432,
      "end": 2433,
      "loc": {
        "start": {
          "line": 76,
          "column": 39
        },
        "end": {
          "line": 76,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2433,
      "end": 2434,
      "loc": {
        "start": {
          "line": 76,
          "column": 40
        },
        "end": {
          "line": 76,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2434,
      "end": 2435,
      "loc": {
        "start": {
          "line": 76,
          "column": 41
        },
        "end": {
          "line": 76,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2446,
      "end": 2447,
      "loc": {
        "start": {
          "line": 77,
          "column": 10
        },
        "end": {
          "line": 77,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2456,
      "end": 2457,
      "loc": {
        "start": {
          "line": 78,
          "column": 8
        },
        "end": {
          "line": 78,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2457,
      "end": 2458,
      "loc": {
        "start": {
          "line": 78,
          "column": 9
        },
        "end": {
          "line": 78,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2459,
      "end": 2463,
      "loc": {
        "start": {
          "line": 78,
          "column": 11
        },
        "end": {
          "line": 78,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2463,
      "end": 2464,
      "loc": {
        "start": {
          "line": 78,
          "column": 15
        },
        "end": {
          "line": 78,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2464,
      "end": 2471,
      "loc": {
        "start": {
          "line": 78,
          "column": 16
        },
        "end": {
          "line": 78,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2471,
      "end": 2472,
      "loc": {
        "start": {
          "line": 78,
          "column": 23
        },
        "end": {
          "line": 78,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transaction",
      "start": 2472,
      "end": 2483,
      "loc": {
        "start": {
          "line": 78,
          "column": 24
        },
        "end": {
          "line": 78,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2483,
      "end": 2484,
      "loc": {
        "start": {
          "line": 78,
          "column": 35
        },
        "end": {
          "line": 78,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 2484,
      "end": 2488,
      "loc": {
        "start": {
          "line": 78,
          "column": 36
        },
        "end": {
          "line": 78,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2488,
      "end": 2489,
      "loc": {
        "start": {
          "line": 78,
          "column": 40
        },
        "end": {
          "line": 78,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2489,
      "end": 2490,
      "loc": {
        "start": {
          "line": 78,
          "column": 41
        },
        "end": {
          "line": 78,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2497,
      "end": 2498,
      "loc": {
        "start": {
          "line": 79,
          "column": 6
        },
        "end": {
          "line": 79,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2499,
      "end": 2503,
      "loc": {
        "start": {
          "line": 79,
          "column": 8
        },
        "end": {
          "line": 79,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2504,
      "end": 2505,
      "loc": {
        "start": {
          "line": 79,
          "column": 13
        },
        "end": {
          "line": 79,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 2514,
      "end": 2519,
      "loc": {
        "start": {
          "line": 80,
          "column": 8
        },
        "end": {
          "line": 80,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 2520,
      "end": 2527,
      "loc": {
        "start": {
          "line": 80,
          "column": 14
        },
        "end": {
          "line": 80,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2528,
      "end": 2529,
      "loc": {
        "start": {
          "line": 80,
          "column": 22
        },
        "end": {
          "line": 80,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2530,
      "end": 2531,
      "loc": {
        "start": {
          "line": 80,
          "column": 24
        },
        "end": {
          "line": 80,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2531,
      "end": 2532,
      "loc": {
        "start": {
          "line": 80,
          "column": 25
        },
        "end": {
          "line": 80,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2532,
      "end": 2533,
      "loc": {
        "start": {
          "line": 80,
          "column": 26
        },
        "end": {
          "line": 80,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 2542,
      "end": 2547,
      "loc": {
        "start": {
          "line": 81,
          "column": 8
        },
        "end": {
          "line": 81,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "request",
      "start": 2548,
      "end": 2555,
      "loc": {
        "start": {
          "line": 81,
          "column": 14
        },
        "end": {
          "line": 81,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2556,
      "end": 2557,
      "loc": {
        "start": {
          "line": 81,
          "column": 22
        },
        "end": {
          "line": 81,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2558,
      "end": 2561,
      "loc": {
        "start": {
          "line": 81,
          "column": 24
        },
        "end": {
          "line": 81,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 2562,
      "end": 2572,
      "loc": {
        "start": {
          "line": 81,
          "column": 28
        },
        "end": {
          "line": 81,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2572,
      "end": 2573,
      "loc": {
        "start": {
          "line": 81,
          "column": 38
        },
        "end": {
          "line": 81,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lib",
      "start": 2573,
      "end": 2576,
      "loc": {
        "start": {
          "line": 81,
          "column": 39
        },
        "end": {
          "line": 81,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2576,
      "end": 2577,
      "loc": {
        "start": {
          "line": 81,
          "column": 42
        },
        "end": {
          "line": 81,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Request",
      "start": 2577,
      "end": 2584,
      "loc": {
        "start": {
          "line": 81,
          "column": 43
        },
        "end": {
          "line": 81,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2584,
      "end": 2585,
      "loc": {
        "start": {
          "line": 81,
          "column": 50
        },
        "end": {
          "line": 81,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2585,
      "end": 2589,
      "loc": {
        "start": {
          "line": 81,
          "column": 51
        },
        "end": {
          "line": 81,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2589,
      "end": 2590,
      "loc": {
        "start": {
          "line": 81,
          "column": 55
        },
        "end": {
          "line": 81,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2590,
      "end": 2593,
      "loc": {
        "start": {
          "line": 81,
          "column": 56
        },
        "end": {
          "line": 81,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2593,
      "end": 2594,
      "loc": {
        "start": {
          "line": 81,
          "column": 59
        },
        "end": {
          "line": 81,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2595,
      "end": 2596,
      "loc": {
        "start": {
          "line": 81,
          "column": 61
        },
        "end": {
          "line": 81,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2596,
      "end": 2599,
      "loc": {
        "start": {
          "line": 81,
          "column": 62
        },
        "end": {
          "line": 81,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2599,
      "end": 2600,
      "loc": {
        "start": {
          "line": 81,
          "column": 65
        },
        "end": {
          "line": 81,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowCount",
      "start": 2601,
      "end": 2609,
      "loc": {
        "start": {
          "line": 81,
          "column": 67
        },
        "end": {
          "line": 81,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2609,
      "end": 2610,
      "loc": {
        "start": {
          "line": 81,
          "column": 75
        },
        "end": {
          "line": 81,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2611,
      "end": 2613,
      "loc": {
        "start": {
          "line": 81,
          "column": 77
        },
        "end": {
          "line": 81,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2614,
      "end": 2615,
      "loc": {
        "start": {
          "line": 81,
          "column": 80
        },
        "end": {
          "line": 81,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 2627,
      "end": 2632,
      "loc": {
        "start": {
          "line": 83,
          "column": 10
        },
        "end": {
          "line": 83,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2632,
      "end": 2633,
      "loc": {
        "start": {
          "line": 83,
          "column": 15
        },
        "end": {
          "line": 83,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2633,
      "end": 2634,
      "loc": {
        "start": {
          "line": 83,
          "column": 16
        },
        "end": {
          "line": 83,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "executed(",
      "start": 2634,
      "end": 2643,
      "loc": {
        "start": {
          "line": 83,
          "column": 17
        },
        "end": {
          "line": 83,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2643,
      "end": 2645,
      "loc": {
        "start": {
          "line": 83,
          "column": 26
        },
        "end": {
          "line": 83,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2645,
      "end": 2649,
      "loc": {
        "start": {
          "line": 83,
          "column": 28
        },
        "end": {
          "line": 83,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2649,
      "end": 2650,
      "loc": {
        "start": {
          "line": 83,
          "column": 32
        },
        "end": {
          "line": 83,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 2650,
      "end": 2660,
      "loc": {
        "start": {
          "line": 83,
          "column": 33
        },
        "end": {
          "line": 83,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2660,
      "end": 2661,
      "loc": {
        "start": {
          "line": 83,
          "column": 43
        },
        "end": {
          "line": 83,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uuid",
      "start": 2661,
      "end": 2665,
      "loc": {
        "start": {
          "line": 83,
          "column": 44
        },
        "end": {
          "line": 83,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2666,
      "end": 2668,
      "loc": {
        "start": {
          "line": 83,
          "column": 49
        },
        "end": {
          "line": 83,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2669,
      "end": 2678,
      "loc": {
        "start": {
          "line": 83,
          "column": 52
        },
        "end": {
          "line": 83,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2678,
      "end": 2679,
      "loc": {
        "start": {
          "line": 83,
          "column": 61
        },
        "end": {
          "line": 83,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") : ",
      "start": 2679,
      "end": 2683,
      "loc": {
        "start": {
          "line": 83,
          "column": 62
        },
        "end": {
          "line": 83,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2683,
      "end": 2685,
      "loc": {
        "start": {
          "line": 83,
          "column": 66
        },
        "end": {
          "line": 83,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2685,
      "end": 2689,
      "loc": {
        "start": {
          "line": 83,
          "column": 68
        },
        "end": {
          "line": 83,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2689,
      "end": 2690,
      "loc": {
        "start": {
          "line": 83,
          "column": 72
        },
        "end": {
          "line": 83,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2690,
      "end": 2693,
      "loc": {
        "start": {
          "line": 83,
          "column": 73
        },
        "end": {
          "line": 83,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2693,
      "end": 2694,
      "loc": {
        "start": {
          "line": 83,
          "column": 76
        },
        "end": {
          "line": 83,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2694,
      "end": 2694,
      "loc": {
        "start": {
          "line": 83,
          "column": 77
        },
        "end": {
          "line": 83,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2694,
      "end": 2695,
      "loc": {
        "start": {
          "line": 83,
          "column": 77
        },
        "end": {
          "line": 83,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2695,
      "end": 2696,
      "loc": {
        "start": {
          "line": 83,
          "column": 78
        },
        "end": {
          "line": 83,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2696,
      "end": 2697,
      "loc": {
        "start": {
          "line": 83,
          "column": 79
        },
        "end": {
          "line": 83,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2709,
      "end": 2711,
      "loc": {
        "start": {
          "line": 85,
          "column": 10
        },
        "end": {
          "line": 85,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2712,
      "end": 2713,
      "loc": {
        "start": {
          "line": 85,
          "column": 13
        },
        "end": {
          "line": 85,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "benchmark",
      "start": 2713,
      "end": 2722,
      "loc": {
        "start": {
          "line": 85,
          "column": 14
        },
        "end": {
          "line": 85,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2722,
      "end": 2723,
      "loc": {
        "start": {
          "line": 85,
          "column": 23
        },
        "end": {
          "line": 85,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2724,
      "end": 2725,
      "loc": {
        "start": {
          "line": 85,
          "column": 25
        },
        "end": {
          "line": 85,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2738,
      "end": 2742,
      "loc": {
        "start": {
          "line": 86,
          "column": 12
        },
        "end": {
          "line": 86,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2742,
      "end": 2743,
      "loc": {
        "start": {
          "line": 86,
          "column": 16
        },
        "end": {
          "line": 86,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 2743,
      "end": 2752,
      "loc": {
        "start": {
          "line": 86,
          "column": 17
        },
        "end": {
          "line": 86,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2752,
      "end": 2753,
      "loc": {
        "start": {
          "line": 86,
          "column": 26
        },
        "end": {
          "line": 86,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 2753,
      "end": 2756,
      "loc": {
        "start": {
          "line": 86,
          "column": 27
        },
        "end": {
          "line": 86,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2756,
      "end": 2757,
      "loc": {
        "start": {
          "line": 86,
          "column": 30
        },
        "end": {
          "line": 86,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Executed (",
      "start": 2757,
      "end": 2769,
      "loc": {
        "start": {
          "line": 86,
          "column": 31
        },
        "end": {
          "line": 86,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2770,
      "end": 2771,
      "loc": {
        "start": {
          "line": 86,
          "column": 44
        },
        "end": {
          "line": 86,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2772,
      "end": 2773,
      "loc": {
        "start": {
          "line": 86,
          "column": 46
        },
        "end": {
          "line": 86,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2773,
      "end": 2777,
      "loc": {
        "start": {
          "line": 86,
          "column": 47
        },
        "end": {
          "line": 86,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2777,
      "end": 2778,
      "loc": {
        "start": {
          "line": 86,
          "column": 51
        },
        "end": {
          "line": 86,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 2778,
      "end": 2788,
      "loc": {
        "start": {
          "line": 86,
          "column": 52
        },
        "end": {
          "line": 86,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2788,
      "end": 2789,
      "loc": {
        "start": {
          "line": 86,
          "column": 62
        },
        "end": {
          "line": 86,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uuid",
      "start": 2789,
      "end": 2793,
      "loc": {
        "start": {
          "line": 86,
          "column": 63
        },
        "end": {
          "line": 86,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2794,
      "end": 2796,
      "loc": {
        "start": {
          "line": 86,
          "column": 68
        },
        "end": {
          "line": 86,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2797,
      "end": 2806,
      "loc": {
        "start": {
          "line": 86,
          "column": 71
        },
        "end": {
          "line": 86,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2806,
      "end": 2807,
      "loc": {
        "start": {
          "line": 86,
          "column": 80
        },
        "end": {
          "line": 86,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2808,
      "end": 2809,
      "loc": {
        "start": {
          "line": 86,
          "column": 82
        },
        "end": {
          "line": 86,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "): ",
      "start": 2810,
      "end": 2815,
      "loc": {
        "start": {
          "line": 86,
          "column": 84
        },
        "end": {
          "line": 86,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2816,
      "end": 2817,
      "loc": {
        "start": {
          "line": 86,
          "column": 90
        },
        "end": {
          "line": 86,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2818,
      "end": 2822,
      "loc": {
        "start": {
          "line": 86,
          "column": 92
        },
        "end": {
          "line": 86,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2822,
      "end": 2823,
      "loc": {
        "start": {
          "line": 86,
          "column": 96
        },
        "end": {
          "line": 86,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2823,
      "end": 2826,
      "loc": {
        "start": {
          "line": 86,
          "column": 97
        },
        "end": {
          "line": 86,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2826,
      "end": 2827,
      "loc": {
        "start": {
          "line": 86,
          "column": 100
        },
        "end": {
          "line": 86,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2828,
      "end": 2829,
      "loc": {
        "start": {
          "line": 86,
          "column": 102
        },
        "end": {
          "line": 86,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 2829,
      "end": 2833,
      "loc": {
        "start": {
          "line": 86,
          "column": 103
        },
        "end": {
          "line": 86,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2833,
      "end": 2834,
      "loc": {
        "start": {
          "line": 86,
          "column": 107
        },
        "end": {
          "line": 86,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "now",
      "start": 2834,
      "end": 2837,
      "loc": {
        "start": {
          "line": 86,
          "column": 108
        },
        "end": {
          "line": 86,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2837,
      "end": 2838,
      "loc": {
        "start": {
          "line": 86,
          "column": 111
        },
        "end": {
          "line": 86,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2838,
      "end": 2839,
      "loc": {
        "start": {
          "line": 86,
          "column": 112
        },
        "end": {
          "line": 86,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 2840,
      "end": 2841,
      "loc": {
        "start": {
          "line": 86,
          "column": 114
        },
        "end": {
          "line": 86,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "queryBegin",
      "start": 2842,
      "end": 2852,
      "loc": {
        "start": {
          "line": 86,
          "column": 116
        },
        "end": {
          "line": 86,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2852,
      "end": 2853,
      "loc": {
        "start": {
          "line": 86,
          "column": 126
        },
        "end": {
          "line": 86,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2853,
      "end": 2854,
      "loc": {
        "start": {
          "line": 86,
          "column": 127
        },
        "end": {
          "line": 86,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2855,
      "end": 2859,
      "loc": {
        "start": {
          "line": 86,
          "column": 129
        },
        "end": {
          "line": 86,
          "column": 133
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2859,
      "end": 2860,
      "loc": {
        "start": {
          "line": 86,
          "column": 133
        },
        "end": {
          "line": 86,
          "column": 134
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2860,
      "end": 2867,
      "loc": {
        "start": {
          "line": 86,
          "column": 134
        },
        "end": {
          "line": 86,
          "column": 141
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2867,
      "end": 2868,
      "loc": {
        "start": {
          "line": 86,
          "column": 141
        },
        "end": {
          "line": 86,
          "column": 142
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2868,
      "end": 2869,
      "loc": {
        "start": {
          "line": 86,
          "column": 142
        },
        "end": {
          "line": 86,
          "column": 143
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2880,
      "end": 2881,
      "loc": {
        "start": {
          "line": 87,
          "column": 10
        },
        "end": {
          "line": 87,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2893,
      "end": 2895,
      "loc": {
        "start": {
          "line": 89,
          "column": 10
        },
        "end": {
          "line": 89,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2896,
      "end": 2897,
      "loc": {
        "start": {
          "line": 89,
          "column": 13
        },
        "end": {
          "line": 89,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2897,
      "end": 2900,
      "loc": {
        "start": {
          "line": 89,
          "column": 14
        },
        "end": {
          "line": 89,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2900,
      "end": 2901,
      "loc": {
        "start": {
          "line": 89,
          "column": 17
        },
        "end": {
          "line": 89,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2902,
      "end": 2903,
      "loc": {
        "start": {
          "line": 89,
          "column": 19
        },
        "end": {
          "line": 89,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2916,
      "end": 2919,
      "loc": {
        "start": {
          "line": 90,
          "column": 12
        },
        "end": {
          "line": 90,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2919,
      "end": 2920,
      "loc": {
        "start": {
          "line": 90,
          "column": 15
        },
        "end": {
          "line": 90,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2920,
      "end": 2923,
      "loc": {
        "start": {
          "line": 90,
          "column": 16
        },
        "end": {
          "line": 90,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2924,
      "end": 2925,
      "loc": {
        "start": {
          "line": 90,
          "column": 20
        },
        "end": {
          "line": 90,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2926,
      "end": 2929,
      "loc": {
        "start": {
          "line": 90,
          "column": 22
        },
        "end": {
          "line": 90,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2929,
      "end": 2930,
      "loc": {
        "start": {
          "line": 90,
          "column": 25
        },
        "end": {
          "line": 90,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2943,
      "end": 2949,
      "loc": {
        "start": {
          "line": 91,
          "column": 12
        },
        "end": {
          "line": 91,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2949,
      "end": 2950,
      "loc": {
        "start": {
          "line": 91,
          "column": 18
        },
        "end": {
          "line": 91,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2950,
      "end": 2954,
      "loc": {
        "start": {
          "line": 91,
          "column": 19
        },
        "end": {
          "line": 91,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2954,
      "end": 2955,
      "loc": {
        "start": {
          "line": 91,
          "column": 23
        },
        "end": {
          "line": 91,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatError",
      "start": 2955,
      "end": 2966,
      "loc": {
        "start": {
          "line": 91,
          "column": 24
        },
        "end": {
          "line": 91,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2966,
      "end": 2967,
      "loc": {
        "start": {
          "line": 91,
          "column": 35
        },
        "end": {
          "line": 91,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2967,
      "end": 2970,
      "loc": {
        "start": {
          "line": 91,
          "column": 36
        },
        "end": {
          "line": 91,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2970,
      "end": 2971,
      "loc": {
        "start": {
          "line": 91,
          "column": 39
        },
        "end": {
          "line": 91,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2971,
      "end": 2972,
      "loc": {
        "start": {
          "line": 91,
          "column": 40
        },
        "end": {
          "line": 91,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2972,
      "end": 2973,
      "loc": {
        "start": {
          "line": 91,
          "column": 41
        },
        "end": {
          "line": 91,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2984,
      "end": 2985,
      "loc": {
        "start": {
          "line": 92,
          "column": 10
        },
        "end": {
          "line": 92,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2986,
      "end": 2990,
      "loc": {
        "start": {
          "line": 92,
          "column": 12
        },
        "end": {
          "line": 92,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2991,
      "end": 2992,
      "loc": {
        "start": {
          "line": 92,
          "column": 17
        },
        "end": {
          "line": 92,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3005,
      "end": 3012,
      "loc": {
        "start": {
          "line": 93,
          "column": 12
        },
        "end": {
          "line": 93,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3012,
      "end": 3013,
      "loc": {
        "start": {
          "line": 93,
          "column": 19
        },
        "end": {
          "line": 93,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3013,
      "end": 3017,
      "loc": {
        "start": {
          "line": 93,
          "column": 20
        },
        "end": {
          "line": 93,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3017,
      "end": 3018,
      "loc": {
        "start": {
          "line": 93,
          "column": 24
        },
        "end": {
          "line": 93,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatResults",
      "start": 3018,
      "end": 3031,
      "loc": {
        "start": {
          "line": 93,
          "column": 25
        },
        "end": {
          "line": 93,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3031,
      "end": 3032,
      "loc": {
        "start": {
          "line": 93,
          "column": 38
        },
        "end": {
          "line": 93,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 3032,
      "end": 3039,
      "loc": {
        "start": {
          "line": 93,
          "column": 39
        },
        "end": {
          "line": 93,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3039,
      "end": 3040,
      "loc": {
        "start": {
          "line": 93,
          "column": 46
        },
        "end": {
          "line": 93,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowCount",
      "start": 3041,
      "end": 3049,
      "loc": {
        "start": {
          "line": 93,
          "column": 48
        },
        "end": {
          "line": 93,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3049,
      "end": 3050,
      "loc": {
        "start": {
          "line": 93,
          "column": 56
        },
        "end": {
          "line": 93,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3050,
      "end": 3051,
      "loc": {
        "start": {
          "line": 93,
          "column": 57
        },
        "end": {
          "line": 93,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3051,
      "end": 3052,
      "loc": {
        "start": {
          "line": 93,
          "column": 58
        },
        "end": {
          "line": 93,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3063,
      "end": 3064,
      "loc": {
        "start": {
          "line": 94,
          "column": 10
        },
        "end": {
          "line": 94,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3073,
      "end": 3074,
      "loc": {
        "start": {
          "line": 95,
          "column": 8
        },
        "end": {
          "line": 95,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3074,
      "end": 3075,
      "loc": {
        "start": {
          "line": 95,
          "column": 9
        },
        "end": {
          "line": 95,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3075,
      "end": 3076,
      "loc": {
        "start": {
          "line": 95,
          "column": 10
        },
        "end": {
          "line": 95,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "request",
      "start": 3086,
      "end": 3093,
      "loc": {
        "start": {
          "line": 97,
          "column": 8
        },
        "end": {
          "line": 97,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3093,
      "end": 3094,
      "loc": {
        "start": {
          "line": 97,
          "column": 15
        },
        "end": {
          "line": 97,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 3094,
      "end": 3096,
      "loc": {
        "start": {
          "line": 97,
          "column": 16
        },
        "end": {
          "line": 97,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3096,
      "end": 3097,
      "loc": {
        "start": {
          "line": 97,
          "column": 18
        },
        "end": {
          "line": 97,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "row",
      "start": 3097,
      "end": 3102,
      "loc": {
        "start": {
          "line": 97,
          "column": 19
        },
        "end": {
          "line": 97,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3102,
      "end": 3103,
      "loc": {
        "start": {
          "line": 97,
          "column": 24
        },
        "end": {
          "line": 97,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 3104,
      "end": 3111,
      "loc": {
        "start": {
          "line": 97,
          "column": 26
        },
        "end": {
          "line": 97,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3112,
      "end": 3114,
      "loc": {
        "start": {
          "line": 97,
          "column": 34
        },
        "end": {
          "line": 97,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3115,
      "end": 3116,
      "loc": {
        "start": {
          "line": 97,
          "column": 37
        },
        "end": {
          "line": 97,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3127,
      "end": 3132,
      "loc": {
        "start": {
          "line": 98,
          "column": 10
        },
        "end": {
          "line": 98,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 3133,
      "end": 3136,
      "loc": {
        "start": {
          "line": 98,
          "column": 16
        },
        "end": {
          "line": 98,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3137,
      "end": 3138,
      "loc": {
        "start": {
          "line": 98,
          "column": 20
        },
        "end": {
          "line": 98,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3139,
      "end": 3140,
      "loc": {
        "start": {
          "line": 98,
          "column": 22
        },
        "end": {
          "line": 98,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3140,
      "end": 3141,
      "loc": {
        "start": {
          "line": 98,
          "column": 23
        },
        "end": {
          "line": 98,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3141,
      "end": 3142,
      "loc": {
        "start": {
          "line": 98,
          "column": 24
        },
        "end": {
          "line": 98,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 3153,
      "end": 3156,
      "loc": {
        "start": {
          "line": 99,
          "column": 10
        },
        "end": {
          "line": 99,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3157,
      "end": 3158,
      "loc": {
        "start": {
          "line": 99,
          "column": 14
        },
        "end": {
          "line": 99,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3158,
      "end": 3163,
      "loc": {
        "start": {
          "line": 99,
          "column": 15
        },
        "end": {
          "line": 99,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 3164,
      "end": 3170,
      "loc": {
        "start": {
          "line": 99,
          "column": 21
        },
        "end": {
          "line": 99,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 3171,
      "end": 3173,
      "loc": {
        "start": {
          "line": 99,
          "column": 28
        },
        "end": {
          "line": 99,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 3174,
      "end": 3181,
      "loc": {
        "start": {
          "line": 99,
          "column": 31
        },
        "end": {
          "line": 99,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3181,
      "end": 3182,
      "loc": {
        "start": {
          "line": 99,
          "column": 38
        },
        "end": {
          "line": 99,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3183,
      "end": 3184,
      "loc": {
        "start": {
          "line": 99,
          "column": 40
        },
        "end": {
          "line": 99,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3197,
      "end": 3202,
      "loc": {
        "start": {
          "line": 100,
          "column": 12
        },
        "end": {
          "line": 100,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeid",
      "start": 3203,
      "end": 3209,
      "loc": {
        "start": {
          "line": 100,
          "column": 18
        },
        "end": {
          "line": 100,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3210,
      "end": 3211,
      "loc": {
        "start": {
          "line": 100,
          "column": 25
        },
        "end": {
          "line": 100,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 3212,
      "end": 3218,
      "loc": {
        "start": {
          "line": 100,
          "column": 27
        },
        "end": {
          "line": 100,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3218,
      "end": 3219,
      "loc": {
        "start": {
          "line": 100,
          "column": 33
        },
        "end": {
          "line": 100,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metadata",
      "start": 3219,
      "end": 3227,
      "loc": {
        "start": {
          "line": 100,
          "column": 34
        },
        "end": {
          "line": 100,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3227,
      "end": 3228,
      "loc": {
        "start": {
          "line": 100,
          "column": 42
        },
        "end": {
          "line": 100,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 3228,
      "end": 3232,
      "loc": {
        "start": {
          "line": 100,
          "column": 43
        },
        "end": {
          "line": 100,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3232,
      "end": 3233,
      "loc": {
        "start": {
          "line": 100,
          "column": 47
        },
        "end": {
          "line": 100,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3233,
      "end": 3235,
      "loc": {
        "start": {
          "line": 100,
          "column": 48
        },
        "end": {
          "line": 100,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3235,
      "end": 3236,
      "loc": {
        "start": {
          "line": 100,
          "column": 50
        },
        "end": {
          "line": 100,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3249,
      "end": 3254,
      "loc": {
        "start": {
          "line": 101,
          "column": 12
        },
        "end": {
          "line": 101,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 3255,
      "end": 3260,
      "loc": {
        "start": {
          "line": 101,
          "column": 18
        },
        "end": {
          "line": 101,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3261,
      "end": 3262,
      "loc": {
        "start": {
          "line": 101,
          "column": 24
        },
        "end": {
          "line": 101,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parserStore",
      "start": 3263,
      "end": 3274,
      "loc": {
        "start": {
          "line": 101,
          "column": 26
        },
        "end": {
          "line": 101,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3274,
      "end": 3275,
      "loc": {
        "start": {
          "line": 101,
          "column": 37
        },
        "end": {
          "line": 101,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 3275,
      "end": 3278,
      "loc": {
        "start": {
          "line": 101,
          "column": 38
        },
        "end": {
          "line": 101,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3278,
      "end": 3279,
      "loc": {
        "start": {
          "line": 101,
          "column": 41
        },
        "end": {
          "line": 101,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "typeid",
      "start": 3279,
      "end": 3285,
      "loc": {
        "start": {
          "line": 101,
          "column": 42
        },
        "end": {
          "line": 101,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3285,
      "end": 3286,
      "loc": {
        "start": {
          "line": 101,
          "column": 48
        },
        "end": {
          "line": 101,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3286,
      "end": 3287,
      "loc": {
        "start": {
          "line": 101,
          "column": 49
        },
        "end": {
          "line": 101,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3300,
      "end": 3303,
      "loc": {
        "start": {
          "line": 102,
          "column": 12
        },
        "end": {
          "line": 102,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3304,
      "end": 3309,
      "loc": {
        "start": {
          "line": 102,
          "column": 16
        },
        "end": {
          "line": 102,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3310,
      "end": 3311,
      "loc": {
        "start": {
          "line": 102,
          "column": 22
        },
        "end": {
          "line": 102,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 3312,
      "end": 3318,
      "loc": {
        "start": {
          "line": 102,
          "column": 24
        },
        "end": {
          "line": 102,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3318,
      "end": 3319,
      "loc": {
        "start": {
          "line": 102,
          "column": 30
        },
        "end": {
          "line": 102,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3319,
      "end": 3324,
      "loc": {
        "start": {
          "line": 102,
          "column": 31
        },
        "end": {
          "line": 102,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3324,
      "end": 3325,
      "loc": {
        "start": {
          "line": 102,
          "column": 36
        },
        "end": {
          "line": 102,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3339,
      "end": 3341,
      "loc": {
        "start": {
          "line": 104,
          "column": 12
        },
        "end": {
          "line": 104,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3342,
      "end": 3343,
      "loc": {
        "start": {
          "line": 104,
          "column": 15
        },
        "end": {
          "line": 104,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3343,
      "end": 3348,
      "loc": {
        "start": {
          "line": 104,
          "column": 16
        },
        "end": {
          "line": 104,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3349,
      "end": 3352,
      "loc": {
        "start": {
          "line": 104,
          "column": 22
        },
        "end": {
          "line": 104,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3353,
      "end": 3357,
      "loc": {
        "start": {
          "line": 104,
          "column": 26
        },
        "end": {
          "line": 104,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 5,
        "updateContext": null
      },
      "value": "&",
      "start": 3358,
      "end": 3359,
      "loc": {
        "start": {
          "line": 104,
          "column": 31
        },
        "end": {
          "line": 104,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3360,
      "end": 3361,
      "loc": {
        "start": {
          "line": 104,
          "column": 33
        },
        "end": {
          "line": 104,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3361,
      "end": 3362,
      "loc": {
        "start": {
          "line": 104,
          "column": 34
        },
        "end": {
          "line": 104,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 3362,
      "end": 3367,
      "loc": {
        "start": {
          "line": 104,
          "column": 35
        },
        "end": {
          "line": 104,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3367,
      "end": 3368,
      "loc": {
        "start": {
          "line": 104,
          "column": 40
        },
        "end": {
          "line": 104,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3369,
      "end": 3370,
      "loc": {
        "start": {
          "line": 104,
          "column": 42
        },
        "end": {
          "line": 104,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3385,
      "end": 3390,
      "loc": {
        "start": {
          "line": 105,
          "column": 14
        },
        "end": {
          "line": 105,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3391,
      "end": 3392,
      "loc": {
        "start": {
          "line": 105,
          "column": 20
        },
        "end": {
          "line": 105,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parse",
      "start": 3393,
      "end": 3398,
      "loc": {
        "start": {
          "line": 105,
          "column": 22
        },
        "end": {
          "line": 105,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3398,
      "end": 3399,
      "loc": {
        "start": {
          "line": 105,
          "column": 27
        },
        "end": {
          "line": 105,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3399,
      "end": 3404,
      "loc": {
        "start": {
          "line": 105,
          "column": 28
        },
        "end": {
          "line": 105,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3404,
      "end": 3405,
      "loc": {
        "start": {
          "line": 105,
          "column": 33
        },
        "end": {
          "line": 105,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3405,
      "end": 3406,
      "loc": {
        "start": {
          "line": 105,
          "column": 34
        },
        "end": {
          "line": 105,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3419,
      "end": 3420,
      "loc": {
        "start": {
          "line": 106,
          "column": 12
        },
        "end": {
          "line": 106,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 3433,
      "end": 3436,
      "loc": {
        "start": {
          "line": 107,
          "column": 12
        },
        "end": {
          "line": 107,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3436,
      "end": 3437,
      "loc": {
        "start": {
          "line": 107,
          "column": 15
        },
        "end": {
          "line": 107,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 3437,
      "end": 3443,
      "loc": {
        "start": {
          "line": 107,
          "column": 16
        },
        "end": {
          "line": 107,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3443,
      "end": 3444,
      "loc": {
        "start": {
          "line": 107,
          "column": 22
        },
        "end": {
          "line": 107,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metadata",
      "start": 3444,
      "end": 3452,
      "loc": {
        "start": {
          "line": 107,
          "column": 23
        },
        "end": {
          "line": 107,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3452,
      "end": 3453,
      "loc": {
        "start": {
          "line": 107,
          "column": 31
        },
        "end": {
          "line": 107,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colName",
      "start": 3453,
      "end": 3460,
      "loc": {
        "start": {
          "line": 107,
          "column": 32
        },
        "end": {
          "line": 107,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3460,
      "end": 3461,
      "loc": {
        "start": {
          "line": 107,
          "column": 39
        },
        "end": {
          "line": 107,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3462,
      "end": 3463,
      "loc": {
        "start": {
          "line": 107,
          "column": 41
        },
        "end": {
          "line": 107,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3464,
      "end": 3469,
      "loc": {
        "start": {
          "line": 107,
          "column": 43
        },
        "end": {
          "line": 107,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3469,
      "end": 3470,
      "loc": {
        "start": {
          "line": 107,
          "column": 48
        },
        "end": {
          "line": 107,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3481,
      "end": 3482,
      "loc": {
        "start": {
          "line": 108,
          "column": 10
        },
        "end": {
          "line": 108,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 3494,
      "end": 3501,
      "loc": {
        "start": {
          "line": 110,
          "column": 10
        },
        "end": {
          "line": 110,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3501,
      "end": 3502,
      "loc": {
        "start": {
          "line": 110,
          "column": 17
        },
        "end": {
          "line": 110,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 3502,
      "end": 3506,
      "loc": {
        "start": {
          "line": 110,
          "column": 18
        },
        "end": {
          "line": 110,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3506,
      "end": 3507,
      "loc": {
        "start": {
          "line": 110,
          "column": 22
        },
        "end": {
          "line": 110,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 3507,
      "end": 3510,
      "loc": {
        "start": {
          "line": 110,
          "column": 23
        },
        "end": {
          "line": 110,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3510,
      "end": 3511,
      "loc": {
        "start": {
          "line": 110,
          "column": 26
        },
        "end": {
          "line": 110,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3511,
      "end": 3512,
      "loc": {
        "start": {
          "line": 110,
          "column": 27
        },
        "end": {
          "line": 110,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3521,
      "end": 3522,
      "loc": {
        "start": {
          "line": 111,
          "column": 8
        },
        "end": {
          "line": 111,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3522,
      "end": 3523,
      "loc": {
        "start": {
          "line": 111,
          "column": 9
        },
        "end": {
          "line": 111,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3523,
      "end": 3524,
      "loc": {
        "start": {
          "line": 111,
          "column": 10
        },
        "end": {
          "line": 111,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 3534,
      "end": 3544,
      "loc": {
        "start": {
          "line": 113,
          "column": 8
        },
        "end": {
          "line": 113,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3544,
      "end": 3545,
      "loc": {
        "start": {
          "line": 113,
          "column": 18
        },
        "end": {
          "line": 113,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "execSql",
      "start": 3545,
      "end": 3552,
      "loc": {
        "start": {
          "line": 113,
          "column": 19
        },
        "end": {
          "line": 113,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3552,
      "end": 3553,
      "loc": {
        "start": {
          "line": 113,
          "column": 26
        },
        "end": {
          "line": 113,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "request",
      "start": 3553,
      "end": 3560,
      "loc": {
        "start": {
          "line": 113,
          "column": 27
        },
        "end": {
          "line": 113,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3560,
      "end": 3561,
      "loc": {
        "start": {
          "line": 113,
          "column": 34
        },
        "end": {
          "line": 113,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3561,
      "end": 3562,
      "loc": {
        "start": {
          "line": 113,
          "column": 35
        },
        "end": {
          "line": 113,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3569,
      "end": 3570,
      "loc": {
        "start": {
          "line": 114,
          "column": 6
        },
        "end": {
          "line": 114,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3575,
      "end": 3576,
      "loc": {
        "start": {
          "line": 115,
          "column": 4
        },
        "end": {
          "line": 115,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3576,
      "end": 3577,
      "loc": {
        "start": {
          "line": 115,
          "column": 5
        },
        "end": {
          "line": 115,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3577,
      "end": 3578,
      "loc": {
        "start": {
          "line": 115,
          "column": 6
        },
        "end": {
          "line": 115,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3581,
      "end": 3582,
      "loc": {
        "start": {
          "line": 116,
          "column": 2
        },
        "end": {
          "line": 116,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "run",
      "start": 3586,
      "end": 3589,
      "loc": {
        "start": {
          "line": 118,
          "column": 2
        },
        "end": {
          "line": 118,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3589,
      "end": 3590,
      "loc": {
        "start": {
          "line": 118,
          "column": 5
        },
        "end": {
          "line": 118,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3590,
      "end": 3593,
      "loc": {
        "start": {
          "line": 118,
          "column": 6
        },
        "end": {
          "line": 118,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3593,
      "end": 3594,
      "loc": {
        "start": {
          "line": 118,
          "column": 9
        },
        "end": {
          "line": 118,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parameters",
      "start": 3595,
      "end": 3605,
      "loc": {
        "start": {
          "line": 118,
          "column": 11
        },
        "end": {
          "line": 118,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3605,
      "end": 3606,
      "loc": {
        "start": {
          "line": 118,
          "column": 21
        },
        "end": {
          "line": 118,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3607,
      "end": 3608,
      "loc": {
        "start": {
          "line": 118,
          "column": 23
        },
        "end": {
          "line": 118,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3613,
      "end": 3619,
      "loc": {
        "start": {
          "line": 119,
          "column": 4
        },
        "end": {
          "line": 119,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 3620,
      "end": 3627,
      "loc": {
        "start": {
          "line": 119,
          "column": 11
        },
        "end": {
          "line": 119,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3627,
      "end": 3628,
      "loc": {
        "start": {
          "line": 119,
          "column": 18
        },
        "end": {
          "line": 119,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "using",
      "start": 3628,
      "end": 3633,
      "loc": {
        "start": {
          "line": 119,
          "column": 19
        },
        "end": {
          "line": 119,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3633,
      "end": 3634,
      "loc": {
        "start": {
          "line": 119,
          "column": 24
        },
        "end": {
          "line": 119,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3634,
      "end": 3638,
      "loc": {
        "start": {
          "line": 119,
          "column": 25
        },
        "end": {
          "line": 119,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3638,
      "end": 3639,
      "loc": {
        "start": {
          "line": 119,
          "column": 29
        },
        "end": {
          "line": 119,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 3639,
      "end": 3649,
      "loc": {
        "start": {
          "line": 119,
          "column": 30
        },
        "end": {
          "line": 119,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3649,
      "end": 3650,
      "loc": {
        "start": {
          "line": 119,
          "column": 40
        },
        "end": {
          "line": 119,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lock",
      "start": 3650,
      "end": 3654,
      "loc": {
        "start": {
          "line": 119,
          "column": 41
        },
        "end": {
          "line": 119,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3654,
      "end": 3655,
      "loc": {
        "start": {
          "line": 119,
          "column": 45
        },
        "end": {
          "line": 119,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3655,
      "end": 3656,
      "loc": {
        "start": {
          "line": 119,
          "column": 46
        },
        "end": {
          "line": 119,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3656,
      "end": 3657,
      "loc": {
        "start": {
          "line": 119,
          "column": 47
        },
        "end": {
          "line": 119,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 3658,
      "end": 3668,
      "loc": {
        "start": {
          "line": 119,
          "column": 49
        },
        "end": {
          "line": 119,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3669,
      "end": 3671,
      "loc": {
        "start": {
          "line": 119,
          "column": 60
        },
        "end": {
          "line": 119,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3672,
      "end": 3676,
      "loc": {
        "start": {
          "line": 119,
          "column": 63
        },
        "end": {
          "line": 119,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3676,
      "end": 3677,
      "loc": {
        "start": {
          "line": 119,
          "column": 67
        },
        "end": {
          "line": 119,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_run",
      "start": 3677,
      "end": 3681,
      "loc": {
        "start": {
          "line": 119,
          "column": 68
        },
        "end": {
          "line": 119,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3681,
      "end": 3682,
      "loc": {
        "start": {
          "line": 119,
          "column": 72
        },
        "end": {
          "line": 119,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "connection",
      "start": 3682,
      "end": 3692,
      "loc": {
        "start": {
          "line": 119,
          "column": 73
        },
        "end": {
          "line": 119,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3692,
      "end": 3693,
      "loc": {
        "start": {
          "line": 119,
          "column": 83
        },
        "end": {
          "line": 119,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3694,
      "end": 3697,
      "loc": {
        "start": {
          "line": 119,
          "column": 85
        },
        "end": {
          "line": 119,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3697,
      "end": 3698,
      "loc": {
        "start": {
          "line": 119,
          "column": 88
        },
        "end": {
          "line": 119,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parameters",
      "start": 3699,
      "end": 3709,
      "loc": {
        "start": {
          "line": 119,
          "column": 90
        },
        "end": {
          "line": 119,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3709,
      "end": 3710,
      "loc": {
        "start": {
          "line": 119,
          "column": 100
        },
        "end": {
          "line": 119,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3710,
      "end": 3711,
      "loc": {
        "start": {
          "line": 119,
          "column": 101
        },
        "end": {
          "line": 119,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3711,
      "end": 3712,
      "loc": {
        "start": {
          "line": 119,
          "column": 102
        },
        "end": {
          "line": 119,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3715,
      "end": 3716,
      "loc": {
        "start": {
          "line": 120,
          "column": 2
        },
        "end": {
          "line": 120,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * High level function that handles the results of a query execution.\n   *\n   *\n   * Example:\n   *  query.formatResults([\n   *    {\n   *      id: 1,              // this is from the main table\n   *      attr2: 'snafu',     // this is from the main table\n   *      Tasks.id: 1,        // this is from the associated table\n   *      Tasks.title: 'task' // this is from the associated table\n   *    }\n   *  ])\n   *\n   * @param {Array} data - The result of the query execution.\n   * @private\n   ",
      "start": 3720,
      "end": 4219,
      "loc": {
        "start": {
          "line": 122,
          "column": 2
        },
        "end": {
          "line": 138,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatResults",
      "start": 4222,
      "end": 4235,
      "loc": {
        "start": {
          "line": 139,
          "column": 2
        },
        "end": {
          "line": 139,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4235,
      "end": 4236,
      "loc": {
        "start": {
          "line": 139,
          "column": 15
        },
        "end": {
          "line": 139,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4236,
      "end": 4240,
      "loc": {
        "start": {
          "line": 139,
          "column": 16
        },
        "end": {
          "line": 139,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4240,
      "end": 4241,
      "loc": {
        "start": {
          "line": 139,
          "column": 20
        },
        "end": {
          "line": 139,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowCount",
      "start": 4242,
      "end": 4250,
      "loc": {
        "start": {
          "line": 139,
          "column": 22
        },
        "end": {
          "line": 139,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4250,
      "end": 4251,
      "loc": {
        "start": {
          "line": 139,
          "column": 30
        },
        "end": {
          "line": 139,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4252,
      "end": 4253,
      "loc": {
        "start": {
          "line": 139,
          "column": 32
        },
        "end": {
          "line": 139,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 4258,
      "end": 4261,
      "loc": {
        "start": {
          "line": 140,
          "column": 4
        },
        "end": {
          "line": 140,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4262,
      "end": 4268,
      "loc": {
        "start": {
          "line": 140,
          "column": 8
        },
        "end": {
          "line": 140,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4269,
      "end": 4270,
      "loc": {
        "start": {
          "line": 140,
          "column": 15
        },
        "end": {
          "line": 140,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4271,
      "end": 4275,
      "loc": {
        "start": {
          "line": 140,
          "column": 17
        },
        "end": {
          "line": 140,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4275,
      "end": 4276,
      "loc": {
        "start": {
          "line": 140,
          "column": 21
        },
        "end": {
          "line": 140,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 4276,
      "end": 4284,
      "loc": {
        "start": {
          "line": 140,
          "column": 22
        },
        "end": {
          "line": 140,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4284,
      "end": 4285,
      "loc": {
        "start": {
          "line": 140,
          "column": 30
        },
        "end": {
          "line": 140,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4290,
      "end": 4292,
      "loc": {
        "start": {
          "line": 141,
          "column": 4
        },
        "end": {
          "line": 141,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4293,
      "end": 4294,
      "loc": {
        "start": {
          "line": 141,
          "column": 7
        },
        "end": {
          "line": 141,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4294,
      "end": 4298,
      "loc": {
        "start": {
          "line": 141,
          "column": 8
        },
        "end": {
          "line": 141,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4298,
      "end": 4299,
      "loc": {
        "start": {
          "line": 141,
          "column": 12
        },
        "end": {
          "line": 141,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isInsertQuery",
      "start": 4299,
      "end": 4312,
      "loc": {
        "start": {
          "line": 141,
          "column": 13
        },
        "end": {
          "line": 141,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4312,
      "end": 4313,
      "loc": {
        "start": {
          "line": 141,
          "column": 26
        },
        "end": {
          "line": 141,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4313,
      "end": 4317,
      "loc": {
        "start": {
          "line": 141,
          "column": 27
        },
        "end": {
          "line": 141,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4317,
      "end": 4318,
      "loc": {
        "start": {
          "line": 141,
          "column": 31
        },
        "end": {
          "line": 141,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4318,
      "end": 4319,
      "loc": {
        "start": {
          "line": 141,
          "column": 32
        },
        "end": {
          "line": 141,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4320,
      "end": 4321,
      "loc": {
        "start": {
          "line": 141,
          "column": 34
        },
        "end": {
          "line": 141,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4328,
      "end": 4332,
      "loc": {
        "start": {
          "line": 142,
          "column": 6
        },
        "end": {
          "line": 142,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4332,
      "end": 4333,
      "loc": {
        "start": {
          "line": 142,
          "column": 10
        },
        "end": {
          "line": 142,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleInsertQuery",
      "start": 4333,
      "end": 4350,
      "loc": {
        "start": {
          "line": 142,
          "column": 11
        },
        "end": {
          "line": 142,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4350,
      "end": 4351,
      "loc": {
        "start": {
          "line": 142,
          "column": 28
        },
        "end": {
          "line": 142,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4351,
      "end": 4355,
      "loc": {
        "start": {
          "line": 142,
          "column": 29
        },
        "end": {
          "line": 142,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4355,
      "end": 4356,
      "loc": {
        "start": {
          "line": 142,
          "column": 33
        },
        "end": {
          "line": 142,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4356,
      "end": 4357,
      "loc": {
        "start": {
          "line": 142,
          "column": 34
        },
        "end": {
          "line": 142,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4365,
      "end": 4367,
      "loc": {
        "start": {
          "line": 144,
          "column": 6
        },
        "end": {
          "line": 144,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4368,
      "end": 4369,
      "loc": {
        "start": {
          "line": 144,
          "column": 9
        },
        "end": {
          "line": 144,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4369,
      "end": 4370,
      "loc": {
        "start": {
          "line": 144,
          "column": 10
        },
        "end": {
          "line": 144,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4370,
      "end": 4374,
      "loc": {
        "start": {
          "line": 144,
          "column": 11
        },
        "end": {
          "line": 144,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4374,
      "end": 4375,
      "loc": {
        "start": {
          "line": 144,
          "column": 15
        },
        "end": {
          "line": 144,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 4375,
      "end": 4383,
      "loc": {
        "start": {
          "line": 144,
          "column": 16
        },
        "end": {
          "line": 144,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4383,
      "end": 4384,
      "loc": {
        "start": {
          "line": 144,
          "column": 24
        },
        "end": {
          "line": 144,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4385,
      "end": 4386,
      "loc": {
        "start": {
          "line": 144,
          "column": 26
        },
        "end": {
          "line": 144,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4395,
      "end": 4397,
      "loc": {
        "start": {
          "line": 145,
          "column": 8
        },
        "end": {
          "line": 145,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4398,
      "end": 4399,
      "loc": {
        "start": {
          "line": 145,
          "column": 11
        },
        "end": {
          "line": 145,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4399,
      "end": 4403,
      "loc": {
        "start": {
          "line": 145,
          "column": 12
        },
        "end": {
          "line": 145,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4403,
      "end": 4404,
      "loc": {
        "start": {
          "line": 145,
          "column": 16
        },
        "end": {
          "line": 145,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 4404,
      "end": 4411,
      "loc": {
        "start": {
          "line": 145,
          "column": 17
        },
        "end": {
          "line": 145,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4411,
      "end": 4412,
      "loc": {
        "start": {
          "line": 145,
          "column": 24
        },
        "end": {
          "line": 145,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plain",
      "start": 4412,
      "end": 4417,
      "loc": {
        "start": {
          "line": 145,
          "column": 25
        },
        "end": {
          "line": 145,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4417,
      "end": 4418,
      "loc": {
        "start": {
          "line": 145,
          "column": 30
        },
        "end": {
          "line": 145,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4419,
      "end": 4420,
      "loc": {
        "start": {
          "line": 145,
          "column": 32
        },
        "end": {
          "line": 145,
          "column": 33
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " NOTE: super contrived. This just passes the newly added query-interface",
      "start": 4431,
      "end": 4505,
      "loc": {
        "start": {
          "line": 146,
          "column": 10
        },
        "end": {
          "line": 146,
          "column": 84
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "       test returning only the PK. There isn't a way in MSSQL to identify",
      "start": 4516,
      "end": 4591,
      "loc": {
        "start": {
          "line": 147,
          "column": 10
        },
        "end": {
          "line": 147,
          "column": 85
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "       that a given return value is the PK, and we have no schema information",
      "start": 4602,
      "end": 4681,
      "loc": {
        "start": {
          "line": 148,
          "column": 10
        },
        "end": {
          "line": 148,
          "column": 89
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "       because there was no calling Model.",
      "start": 4692,
      "end": 4736,
      "loc": {
        "start": {
          "line": 149,
          "column": 10
        },
        "end": {
          "line": 149,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4747,
      "end": 4752,
      "loc": {
        "start": {
          "line": 150,
          "column": 10
        },
        "end": {
          "line": 150,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "record",
      "start": 4753,
      "end": 4759,
      "loc": {
        "start": {
          "line": 150,
          "column": 16
        },
        "end": {
          "line": 150,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4760,
      "end": 4761,
      "loc": {
        "start": {
          "line": 150,
          "column": 23
        },
        "end": {
          "line": 150,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4762,
      "end": 4766,
      "loc": {
        "start": {
          "line": 150,
          "column": 25
        },
        "end": {
          "line": 150,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4766,
      "end": 4767,
      "loc": {
        "start": {
          "line": 150,
          "column": 29
        },
        "end": {
          "line": 150,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4767,
      "end": 4768,
      "loc": {
        "start": {
          "line": 150,
          "column": 30
        },
        "end": {
          "line": 150,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4768,
      "end": 4769,
      "loc": {
        "start": {
          "line": 150,
          "column": 31
        },
        "end": {
          "line": 150,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4769,
      "end": 4770,
      "loc": {
        "start": {
          "line": 150,
          "column": 32
        },
        "end": {
          "line": 150,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4781,
      "end": 4787,
      "loc": {
        "start": {
          "line": 151,
          "column": 10
        },
        "end": {
          "line": 151,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4788,
      "end": 4789,
      "loc": {
        "start": {
          "line": 151,
          "column": 17
        },
        "end": {
          "line": 151,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "record",
      "start": 4790,
      "end": 4796,
      "loc": {
        "start": {
          "line": 151,
          "column": 19
        },
        "end": {
          "line": 151,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4796,
      "end": 4797,
      "loc": {
        "start": {
          "line": 151,
          "column": 25
        },
        "end": {
          "line": 151,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 4797,
      "end": 4803,
      "loc": {
        "start": {
          "line": 151,
          "column": 26
        },
        "end": {
          "line": 151,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4803,
      "end": 4804,
      "loc": {
        "start": {
          "line": 151,
          "column": 32
        },
        "end": {
          "line": 151,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 4804,
      "end": 4808,
      "loc": {
        "start": {
          "line": 151,
          "column": 33
        },
        "end": {
          "line": 151,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4808,
      "end": 4809,
      "loc": {
        "start": {
          "line": 151,
          "column": 37
        },
        "end": {
          "line": 151,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "record",
      "start": 4809,
      "end": 4815,
      "loc": {
        "start": {
          "line": 151,
          "column": 38
        },
        "end": {
          "line": 151,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4815,
      "end": 4816,
      "loc": {
        "start": {
          "line": 151,
          "column": 44
        },
        "end": {
          "line": 151,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4816,
      "end": 4817,
      "loc": {
        "start": {
          "line": 151,
          "column": 45
        },
        "end": {
          "line": 151,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4817,
      "end": 4818,
      "loc": {
        "start": {
          "line": 151,
          "column": 46
        },
        "end": {
          "line": 151,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4818,
      "end": 4819,
      "loc": {
        "start": {
          "line": 151,
          "column": 47
        },
        "end": {
          "line": 151,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4819,
      "end": 4820,
      "loc": {
        "start": {
          "line": 151,
          "column": 48
        },
        "end": {
          "line": 151,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4820,
      "end": 4821,
      "loc": {
        "start": {
          "line": 151,
          "column": 49
        },
        "end": {
          "line": 151,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4830,
      "end": 4831,
      "loc": {
        "start": {
          "line": 152,
          "column": 8
        },
        "end": {
          "line": 152,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 4832,
      "end": 4836,
      "loc": {
        "start": {
          "line": 152,
          "column": 10
        },
        "end": {
          "line": 152,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4837,
      "end": 4838,
      "loc": {
        "start": {
          "line": 152,
          "column": 15
        },
        "end": {
          "line": 152,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4849,
      "end": 4855,
      "loc": {
        "start": {
          "line": 153,
          "column": 10
        },
        "end": {
          "line": 153,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4856,
      "end": 4857,
      "loc": {
        "start": {
          "line": 153,
          "column": 17
        },
        "end": {
          "line": 153,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4858,
      "end": 4862,
      "loc": {
        "start": {
          "line": 153,
          "column": 19
        },
        "end": {
          "line": 153,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4862,
      "end": 4863,
      "loc": {
        "start": {
          "line": 153,
          "column": 23
        },
        "end": {
          "line": 153,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4872,
      "end": 4873,
      "loc": {
        "start": {
          "line": 154,
          "column": 8
        },
        "end": {
          "line": 154,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4880,
      "end": 4881,
      "loc": {
        "start": {
          "line": 155,
          "column": 6
        },
        "end": {
          "line": 155,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4886,
      "end": 4887,
      "loc": {
        "start": {
          "line": 156,
          "column": 4
        },
        "end": {
          "line": 156,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4893,
      "end": 4895,
      "loc": {
        "start": {
          "line": 158,
          "column": 4
        },
        "end": {
          "line": 158,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4896,
      "end": 4897,
      "loc": {
        "start": {
          "line": 158,
          "column": 7
        },
        "end": {
          "line": 158,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4897,
      "end": 4901,
      "loc": {
        "start": {
          "line": 158,
          "column": 8
        },
        "end": {
          "line": 158,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4901,
      "end": 4902,
      "loc": {
        "start": {
          "line": 158,
          "column": 12
        },
        "end": {
          "line": 158,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isShowTablesQuery",
      "start": 4902,
      "end": 4919,
      "loc": {
        "start": {
          "line": 158,
          "column": 13
        },
        "end": {
          "line": 158,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4919,
      "end": 4920,
      "loc": {
        "start": {
          "line": 158,
          "column": 30
        },
        "end": {
          "line": 158,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4920,
      "end": 4921,
      "loc": {
        "start": {
          "line": 158,
          "column": 31
        },
        "end": {
          "line": 158,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4921,
      "end": 4922,
      "loc": {
        "start": {
          "line": 158,
          "column": 32
        },
        "end": {
          "line": 158,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4923,
      "end": 4924,
      "loc": {
        "start": {
          "line": 158,
          "column": 34
        },
        "end": {
          "line": 158,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4931,
      "end": 4937,
      "loc": {
        "start": {
          "line": 159,
          "column": 6
        },
        "end": {
          "line": 159,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4938,
      "end": 4939,
      "loc": {
        "start": {
          "line": 159,
          "column": 13
        },
        "end": {
          "line": 159,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4940,
      "end": 4944,
      "loc": {
        "start": {
          "line": 159,
          "column": 15
        },
        "end": {
          "line": 159,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4944,
      "end": 4945,
      "loc": {
        "start": {
          "line": 159,
          "column": 19
        },
        "end": {
          "line": 159,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleShowTablesQuery",
      "start": 4945,
      "end": 4966,
      "loc": {
        "start": {
          "line": 159,
          "column": 20
        },
        "end": {
          "line": 159,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4966,
      "end": 4967,
      "loc": {
        "start": {
          "line": 159,
          "column": 41
        },
        "end": {
          "line": 159,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4967,
      "end": 4971,
      "loc": {
        "start": {
          "line": 159,
          "column": 42
        },
        "end": {
          "line": 159,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4971,
      "end": 4972,
      "loc": {
        "start": {
          "line": 159,
          "column": 46
        },
        "end": {
          "line": 159,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4972,
      "end": 4973,
      "loc": {
        "start": {
          "line": 159,
          "column": 47
        },
        "end": {
          "line": 159,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4978,
      "end": 4979,
      "loc": {
        "start": {
          "line": 160,
          "column": 4
        },
        "end": {
          "line": 160,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 4980,
      "end": 4984,
      "loc": {
        "start": {
          "line": 160,
          "column": 6
        },
        "end": {
          "line": 160,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4985,
      "end": 4987,
      "loc": {
        "start": {
          "line": 160,
          "column": 11
        },
        "end": {
          "line": 160,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4988,
      "end": 4989,
      "loc": {
        "start": {
          "line": 160,
          "column": 14
        },
        "end": {
          "line": 160,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4989,
      "end": 4993,
      "loc": {
        "start": {
          "line": 160,
          "column": 15
        },
        "end": {
          "line": 160,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4993,
      "end": 4994,
      "loc": {
        "start": {
          "line": 160,
          "column": 19
        },
        "end": {
          "line": 160,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isDescribeQuery",
      "start": 4994,
      "end": 5009,
      "loc": {
        "start": {
          "line": 160,
          "column": 20
        },
        "end": {
          "line": 160,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5009,
      "end": 5010,
      "loc": {
        "start": {
          "line": 160,
          "column": 35
        },
        "end": {
          "line": 160,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5010,
      "end": 5011,
      "loc": {
        "start": {
          "line": 160,
          "column": 36
        },
        "end": {
          "line": 160,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5011,
      "end": 5012,
      "loc": {
        "start": {
          "line": 160,
          "column": 37
        },
        "end": {
          "line": 160,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5013,
      "end": 5014,
      "loc": {
        "start": {
          "line": 160,
          "column": 39
        },
        "end": {
          "line": 160,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 5021,
      "end": 5027,
      "loc": {
        "start": {
          "line": 161,
          "column": 6
        },
        "end": {
          "line": 161,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5028,
      "end": 5029,
      "loc": {
        "start": {
          "line": 161,
          "column": 13
        },
        "end": {
          "line": 161,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5030,
      "end": 5031,
      "loc": {
        "start": {
          "line": 161,
          "column": 15
        },
        "end": {
          "line": 161,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5031,
      "end": 5032,
      "loc": {
        "start": {
          "line": 161,
          "column": 16
        },
        "end": {
          "line": 161,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5032,
      "end": 5033,
      "loc": {
        "start": {
          "line": 161,
          "column": 17
        },
        "end": {
          "line": 161,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 5040,
      "end": 5043,
      "loc": {
        "start": {
          "line": 162,
          "column": 6
        },
        "end": {
          "line": 162,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5044,
      "end": 5045,
      "loc": {
        "start": {
          "line": 162,
          "column": 10
        },
        "end": {
          "line": 162,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 5045,
      "end": 5050,
      "loc": {
        "start": {
          "line": 162,
          "column": 11
        },
        "end": {
          "line": 162,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 5051,
      "end": 5058,
      "loc": {
        "start": {
          "line": 162,
          "column": 17
        },
        "end": {
          "line": 162,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 5059,
      "end": 5061,
      "loc": {
        "start": {
          "line": 162,
          "column": 25
        },
        "end": {
          "line": 162,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5062,
      "end": 5066,
      "loc": {
        "start": {
          "line": 162,
          "column": 28
        },
        "end": {
          "line": 162,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5066,
      "end": 5067,
      "loc": {
        "start": {
          "line": 162,
          "column": 32
        },
        "end": {
          "line": 162,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5068,
      "end": 5069,
      "loc": {
        "start": {
          "line": 162,
          "column": 34
        },
        "end": {
          "line": 162,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5078,
      "end": 5080,
      "loc": {
        "start": {
          "line": 163,
          "column": 8
        },
        "end": {
          "line": 163,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5081,
      "end": 5082,
      "loc": {
        "start": {
          "line": 163,
          "column": 11
        },
        "end": {
          "line": 163,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 5082,
      "end": 5089,
      "loc": {
        "start": {
          "line": 163,
          "column": 12
        },
        "end": {
          "line": 163,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5089,
      "end": 5090,
      "loc": {
        "start": {
          "line": 163,
          "column": 19
        },
        "end": {
          "line": 163,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Default",
      "start": 5090,
      "end": 5097,
      "loc": {
        "start": {
          "line": 163,
          "column": 20
        },
        "end": {
          "line": 163,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5097,
      "end": 5098,
      "loc": {
        "start": {
          "line": 163,
          "column": 27
        },
        "end": {
          "line": 163,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5099,
      "end": 5100,
      "loc": {
        "start": {
          "line": 163,
          "column": 29
        },
        "end": {
          "line": 163,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 5111,
      "end": 5118,
      "loc": {
        "start": {
          "line": 164,
          "column": 10
        },
        "end": {
          "line": 164,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5118,
      "end": 5119,
      "loc": {
        "start": {
          "line": 164,
          "column": 17
        },
        "end": {
          "line": 164,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Default",
      "start": 5119,
      "end": 5126,
      "loc": {
        "start": {
          "line": 164,
          "column": 18
        },
        "end": {
          "line": 164,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5127,
      "end": 5128,
      "loc": {
        "start": {
          "line": 164,
          "column": 26
        },
        "end": {
          "line": 164,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 5129,
      "end": 5136,
      "loc": {
        "start": {
          "line": 164,
          "column": 28
        },
        "end": {
          "line": 164,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5136,
      "end": 5137,
      "loc": {
        "start": {
          "line": 164,
          "column": 35
        },
        "end": {
          "line": 164,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Default",
      "start": 5137,
      "end": 5144,
      "loc": {
        "start": {
          "line": 164,
          "column": 36
        },
        "end": {
          "line": 164,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5144,
      "end": 5145,
      "loc": {
        "start": {
          "line": 164,
          "column": 43
        },
        "end": {
          "line": 164,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 5145,
      "end": 5152,
      "loc": {
        "start": {
          "line": 164,
          "column": 44
        },
        "end": {
          "line": 164,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5152,
      "end": 5153,
      "loc": {
        "start": {
          "line": 164,
          "column": 51
        },
        "end": {
          "line": 164,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "('",
      "start": 5153,
      "end": 5157,
      "loc": {
        "start": {
          "line": 164,
          "column": 52
        },
        "end": {
          "line": 164,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5157,
      "end": 5158,
      "loc": {
        "start": {
          "line": 164,
          "column": 56
        },
        "end": {
          "line": 164,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 5159,
      "end": 5161,
      "loc": {
        "start": {
          "line": 164,
          "column": 58
        },
        "end": {
          "line": 164,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5161,
      "end": 5162,
      "loc": {
        "start": {
          "line": 164,
          "column": 60
        },
        "end": {
          "line": 164,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5162,
      "end": 5163,
      "loc": {
        "start": {
          "line": 164,
          "column": 61
        },
        "end": {
          "line": 164,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 5163,
      "end": 5170,
      "loc": {
        "start": {
          "line": 164,
          "column": 62
        },
        "end": {
          "line": 164,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5170,
      "end": 5171,
      "loc": {
        "start": {
          "line": 164,
          "column": 69
        },
        "end": {
          "line": 164,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "')",
      "start": 5171,
      "end": 5175,
      "loc": {
        "start": {
          "line": 164,
          "column": 70
        },
        "end": {
          "line": 164,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5175,
      "end": 5176,
      "loc": {
        "start": {
          "line": 164,
          "column": 74
        },
        "end": {
          "line": 164,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 5177,
      "end": 5179,
      "loc": {
        "start": {
          "line": 164,
          "column": 76
        },
        "end": {
          "line": 164,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5179,
      "end": 5180,
      "loc": {
        "start": {
          "line": 164,
          "column": 78
        },
        "end": {
          "line": 164,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5180,
      "end": 5181,
      "loc": {
        "start": {
          "line": 164,
          "column": 79
        },
        "end": {
          "line": 164,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 5181,
      "end": 5188,
      "loc": {
        "start": {
          "line": 164,
          "column": 80
        },
        "end": {
          "line": 164,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5188,
      "end": 5189,
      "loc": {
        "start": {
          "line": 164,
          "column": 87
        },
        "end": {
          "line": 164,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "'",
        "flags": "g"
      },
      "start": 5189,
      "end": 5193,
      "loc": {
        "start": {
          "line": 164,
          "column": 88
        },
        "end": {
          "line": 164,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5193,
      "end": 5194,
      "loc": {
        "start": {
          "line": 164,
          "column": 92
        },
        "end": {
          "line": 164,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 5195,
      "end": 5197,
      "loc": {
        "start": {
          "line": 164,
          "column": 94
        },
        "end": {
          "line": 164,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5197,
      "end": 5198,
      "loc": {
        "start": {
          "line": 164,
          "column": 96
        },
        "end": {
          "line": 164,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5198,
      "end": 5199,
      "loc": {
        "start": {
          "line": 164,
          "column": 97
        },
        "end": {
          "line": 164,
          "column": 98
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint ignore: line ",
      "start": 5200,
      "end": 5225,
      "loc": {
        "start": {
          "line": 164,
          "column": 99
        },
        "end": {
          "line": 164,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5234,
      "end": 5235,
      "loc": {
        "start": {
          "line": 165,
          "column": 8
        },
        "end": {
          "line": 165,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 5245,
      "end": 5251,
      "loc": {
        "start": {
          "line": 167,
          "column": 8
        },
        "end": {
          "line": 167,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5251,
      "end": 5252,
      "loc": {
        "start": {
          "line": 167,
          "column": 14
        },
        "end": {
          "line": 167,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 5252,
      "end": 5259,
      "loc": {
        "start": {
          "line": 167,
          "column": 15
        },
        "end": {
          "line": 167,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5259,
      "end": 5260,
      "loc": {
        "start": {
          "line": 167,
          "column": 22
        },
        "end": {
          "line": 167,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Name",
      "start": 5260,
      "end": 5264,
      "loc": {
        "start": {
          "line": 167,
          "column": 23
        },
        "end": {
          "line": 167,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5264,
      "end": 5265,
      "loc": {
        "start": {
          "line": 167,
          "column": 27
        },
        "end": {
          "line": 167,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5266,
      "end": 5267,
      "loc": {
        "start": {
          "line": 167,
          "column": 29
        },
        "end": {
          "line": 167,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5268,
      "end": 5269,
      "loc": {
        "start": {
          "line": 167,
          "column": 31
        },
        "end": {
          "line": 167,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 5280,
      "end": 5284,
      "loc": {
        "start": {
          "line": 168,
          "column": 10
        },
        "end": {
          "line": 168,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5284,
      "end": 5285,
      "loc": {
        "start": {
          "line": 168,
          "column": 14
        },
        "end": {
          "line": 168,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 5286,
      "end": 5293,
      "loc": {
        "start": {
          "line": 168,
          "column": 16
        },
        "end": {
          "line": 168,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5293,
      "end": 5294,
      "loc": {
        "start": {
          "line": 168,
          "column": 23
        },
        "end": {
          "line": 168,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Type",
      "start": 5294,
      "end": 5298,
      "loc": {
        "start": {
          "line": 168,
          "column": 24
        },
        "end": {
          "line": 168,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5298,
      "end": 5299,
      "loc": {
        "start": {
          "line": 168,
          "column": 28
        },
        "end": {
          "line": 168,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 5299,
      "end": 5310,
      "loc": {
        "start": {
          "line": 168,
          "column": 29
        },
        "end": {
          "line": 168,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5310,
      "end": 5311,
      "loc": {
        "start": {
          "line": 168,
          "column": 40
        },
        "end": {
          "line": 168,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5311,
      "end": 5312,
      "loc": {
        "start": {
          "line": 168,
          "column": 41
        },
        "end": {
          "line": 168,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5312,
      "end": 5313,
      "loc": {
        "start": {
          "line": 168,
          "column": 42
        },
        "end": {
          "line": 168,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 5324,
      "end": 5333,
      "loc": {
        "start": {
          "line": 169,
          "column": 10
        },
        "end": {
          "line": 169,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5333,
      "end": 5334,
      "loc": {
        "start": {
          "line": 169,
          "column": 19
        },
        "end": {
          "line": 169,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5335,
      "end": 5336,
      "loc": {
        "start": {
          "line": 169,
          "column": 21
        },
        "end": {
          "line": 169,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 5336,
      "end": 5343,
      "loc": {
        "start": {
          "line": 169,
          "column": 22
        },
        "end": {
          "line": 169,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5343,
      "end": 5344,
      "loc": {
        "start": {
          "line": 169,
          "column": 29
        },
        "end": {
          "line": 169,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "IsNull",
      "start": 5344,
      "end": 5350,
      "loc": {
        "start": {
          "line": 169,
          "column": 30
        },
        "end": {
          "line": 169,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5351,
      "end": 5354,
      "loc": {
        "start": {
          "line": 169,
          "column": 37
        },
        "end": {
          "line": 169,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "YES",
      "start": 5355,
      "end": 5360,
      "loc": {
        "start": {
          "line": 169,
          "column": 41
        },
        "end": {
          "line": 169,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5361,
      "end": 5362,
      "loc": {
        "start": {
          "line": 169,
          "column": 47
        },
        "end": {
          "line": 169,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5363,
      "end": 5367,
      "loc": {
        "start": {
          "line": 169,
          "column": 49
        },
        "end": {
          "line": 169,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5368,
      "end": 5369,
      "loc": {
        "start": {
          "line": 169,
          "column": 54
        },
        "end": {
          "line": 169,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 5370,
      "end": 5375,
      "loc": {
        "start": {
          "line": 169,
          "column": 56
        },
        "end": {
          "line": 169,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5375,
      "end": 5376,
      "loc": {
        "start": {
          "line": 169,
          "column": 61
        },
        "end": {
          "line": 169,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5376,
      "end": 5377,
      "loc": {
        "start": {
          "line": 169,
          "column": 62
        },
        "end": {
          "line": 169,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 5388,
      "end": 5400,
      "loc": {
        "start": {
          "line": 170,
          "column": 10
        },
        "end": {
          "line": 170,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5400,
      "end": 5401,
      "loc": {
        "start": {
          "line": 170,
          "column": 22
        },
        "end": {
          "line": 170,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 5402,
      "end": 5409,
      "loc": {
        "start": {
          "line": 170,
          "column": 24
        },
        "end": {
          "line": 170,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5409,
      "end": 5410,
      "loc": {
        "start": {
          "line": 170,
          "column": 31
        },
        "end": {
          "line": 170,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Default",
      "start": 5410,
      "end": 5417,
      "loc": {
        "start": {
          "line": 170,
          "column": 32
        },
        "end": {
          "line": 170,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5417,
      "end": 5418,
      "loc": {
        "start": {
          "line": 170,
          "column": 39
        },
        "end": {
          "line": 170,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKey",
      "start": 5429,
      "end": 5439,
      "loc": {
        "start": {
          "line": 171,
          "column": 10
        },
        "end": {
          "line": 171,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5439,
      "end": 5440,
      "loc": {
        "start": {
          "line": 171,
          "column": 20
        },
        "end": {
          "line": 171,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 5441,
      "end": 5448,
      "loc": {
        "start": {
          "line": 171,
          "column": 22
        },
        "end": {
          "line": 171,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5448,
      "end": 5449,
      "loc": {
        "start": {
          "line": 171,
          "column": 29
        },
        "end": {
          "line": 171,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Constraint",
      "start": 5449,
      "end": 5459,
      "loc": {
        "start": {
          "line": 171,
          "column": 30
        },
        "end": {
          "line": 171,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5460,
      "end": 5463,
      "loc": {
        "start": {
          "line": 171,
          "column": 41
        },
        "end": {
          "line": 171,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRIMARY KEY",
      "start": 5464,
      "end": 5477,
      "loc": {
        "start": {
          "line": 171,
          "column": 45
        },
        "end": {
          "line": 171,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5486,
      "end": 5487,
      "loc": {
        "start": {
          "line": 172,
          "column": 8
        },
        "end": {
          "line": 172,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5487,
      "end": 5488,
      "loc": {
        "start": {
          "line": 172,
          "column": 9
        },
        "end": {
          "line": 172,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5495,
      "end": 5496,
      "loc": {
        "start": {
          "line": 173,
          "column": 6
        },
        "end": {
          "line": 173,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5501,
      "end": 5502,
      "loc": {
        "start": {
          "line": 174,
          "column": 4
        },
        "end": {
          "line": 174,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5503,
      "end": 5507,
      "loc": {
        "start": {
          "line": 174,
          "column": 6
        },
        "end": {
          "line": 174,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5508,
      "end": 5510,
      "loc": {
        "start": {
          "line": 174,
          "column": 11
        },
        "end": {
          "line": 174,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5511,
      "end": 5512,
      "loc": {
        "start": {
          "line": 174,
          "column": 14
        },
        "end": {
          "line": 174,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5512,
      "end": 5516,
      "loc": {
        "start": {
          "line": 174,
          "column": 15
        },
        "end": {
          "line": 174,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5516,
      "end": 5517,
      "loc": {
        "start": {
          "line": 174,
          "column": 19
        },
        "end": {
          "line": 174,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isShowIndexesQuery",
      "start": 5517,
      "end": 5535,
      "loc": {
        "start": {
          "line": 174,
          "column": 20
        },
        "end": {
          "line": 174,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5535,
      "end": 5536,
      "loc": {
        "start": {
          "line": 174,
          "column": 38
        },
        "end": {
          "line": 174,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5536,
      "end": 5537,
      "loc": {
        "start": {
          "line": 174,
          "column": 39
        },
        "end": {
          "line": 174,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5537,
      "end": 5538,
      "loc": {
        "start": {
          "line": 174,
          "column": 40
        },
        "end": {
          "line": 174,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5539,
      "end": 5540,
      "loc": {
        "start": {
          "line": 174,
          "column": 42
        },
        "end": {
          "line": 174,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 5547,
      "end": 5553,
      "loc": {
        "start": {
          "line": 175,
          "column": 6
        },
        "end": {
          "line": 175,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5554,
      "end": 5555,
      "loc": {
        "start": {
          "line": 175,
          "column": 13
        },
        "end": {
          "line": 175,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5556,
      "end": 5560,
      "loc": {
        "start": {
          "line": 175,
          "column": 15
        },
        "end": {
          "line": 175,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5560,
      "end": 5561,
      "loc": {
        "start": {
          "line": 175,
          "column": 19
        },
        "end": {
          "line": 175,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleShowIndexesQuery",
      "start": 5561,
      "end": 5583,
      "loc": {
        "start": {
          "line": 175,
          "column": 20
        },
        "end": {
          "line": 175,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5583,
      "end": 5584,
      "loc": {
        "start": {
          "line": 175,
          "column": 42
        },
        "end": {
          "line": 175,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5584,
      "end": 5588,
      "loc": {
        "start": {
          "line": 175,
          "column": 43
        },
        "end": {
          "line": 175,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5588,
      "end": 5589,
      "loc": {
        "start": {
          "line": 175,
          "column": 47
        },
        "end": {
          "line": 175,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5589,
      "end": 5590,
      "loc": {
        "start": {
          "line": 175,
          "column": 48
        },
        "end": {
          "line": 175,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5595,
      "end": 5596,
      "loc": {
        "start": {
          "line": 176,
          "column": 4
        },
        "end": {
          "line": 176,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5597,
      "end": 5601,
      "loc": {
        "start": {
          "line": 176,
          "column": 6
        },
        "end": {
          "line": 176,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5602,
      "end": 5604,
      "loc": {
        "start": {
          "line": 176,
          "column": 11
        },
        "end": {
          "line": 176,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5605,
      "end": 5606,
      "loc": {
        "start": {
          "line": 176,
          "column": 14
        },
        "end": {
          "line": 176,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5606,
      "end": 5610,
      "loc": {
        "start": {
          "line": 176,
          "column": 15
        },
        "end": {
          "line": 176,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5610,
      "end": 5611,
      "loc": {
        "start": {
          "line": 176,
          "column": 19
        },
        "end": {
          "line": 176,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isSelectQuery",
      "start": 5611,
      "end": 5624,
      "loc": {
        "start": {
          "line": 176,
          "column": 20
        },
        "end": {
          "line": 176,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5624,
      "end": 5625,
      "loc": {
        "start": {
          "line": 176,
          "column": 33
        },
        "end": {
          "line": 176,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5625,
      "end": 5626,
      "loc": {
        "start": {
          "line": 176,
          "column": 34
        },
        "end": {
          "line": 176,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5626,
      "end": 5627,
      "loc": {
        "start": {
          "line": 176,
          "column": 35
        },
        "end": {
          "line": 176,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5628,
      "end": 5629,
      "loc": {
        "start": {
          "line": 176,
          "column": 37
        },
        "end": {
          "line": 176,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 5636,
      "end": 5642,
      "loc": {
        "start": {
          "line": 177,
          "column": 6
        },
        "end": {
          "line": 177,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5643,
      "end": 5644,
      "loc": {
        "start": {
          "line": 177,
          "column": 13
        },
        "end": {
          "line": 177,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5645,
      "end": 5649,
      "loc": {
        "start": {
          "line": 177,
          "column": 15
        },
        "end": {
          "line": 177,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5649,
      "end": 5650,
      "loc": {
        "start": {
          "line": 177,
          "column": 19
        },
        "end": {
          "line": 177,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleSelectQuery",
      "start": 5650,
      "end": 5667,
      "loc": {
        "start": {
          "line": 177,
          "column": 20
        },
        "end": {
          "line": 177,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5667,
      "end": 5668,
      "loc": {
        "start": {
          "line": 177,
          "column": 37
        },
        "end": {
          "line": 177,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5668,
      "end": 5672,
      "loc": {
        "start": {
          "line": 177,
          "column": 38
        },
        "end": {
          "line": 177,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5672,
      "end": 5673,
      "loc": {
        "start": {
          "line": 177,
          "column": 42
        },
        "end": {
          "line": 177,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5673,
      "end": 5674,
      "loc": {
        "start": {
          "line": 177,
          "column": 43
        },
        "end": {
          "line": 177,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5679,
      "end": 5680,
      "loc": {
        "start": {
          "line": 178,
          "column": 4
        },
        "end": {
          "line": 178,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5681,
      "end": 5685,
      "loc": {
        "start": {
          "line": 178,
          "column": 6
        },
        "end": {
          "line": 178,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5686,
      "end": 5688,
      "loc": {
        "start": {
          "line": 178,
          "column": 11
        },
        "end": {
          "line": 178,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5689,
      "end": 5690,
      "loc": {
        "start": {
          "line": 178,
          "column": 14
        },
        "end": {
          "line": 178,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5690,
      "end": 5694,
      "loc": {
        "start": {
          "line": 178,
          "column": 15
        },
        "end": {
          "line": 178,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5694,
      "end": 5695,
      "loc": {
        "start": {
          "line": 178,
          "column": 19
        },
        "end": {
          "line": 178,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUpsertQuery",
      "start": 5695,
      "end": 5708,
      "loc": {
        "start": {
          "line": 178,
          "column": 20
        },
        "end": {
          "line": 178,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5708,
      "end": 5709,
      "loc": {
        "start": {
          "line": 178,
          "column": 33
        },
        "end": {
          "line": 178,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5709,
      "end": 5710,
      "loc": {
        "start": {
          "line": 178,
          "column": 34
        },
        "end": {
          "line": 178,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5710,
      "end": 5711,
      "loc": {
        "start": {
          "line": 178,
          "column": 35
        },
        "end": {
          "line": 178,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5712,
      "end": 5713,
      "loc": {
        "start": {
          "line": 178,
          "column": 37
        },
        "end": {
          "line": 178,
          "column": 38
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Use the same return value as that of MySQL & Postgres",
      "start": 5720,
      "end": 5775,
      "loc": {
        "start": {
          "line": 179,
          "column": 6
        },
        "end": {
          "line": 179,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5782,
      "end": 5784,
      "loc": {
        "start": {
          "line": 180,
          "column": 6
        },
        "end": {
          "line": 180,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5785,
      "end": 5786,
      "loc": {
        "start": {
          "line": 180,
          "column": 9
        },
        "end": {
          "line": 180,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5786,
      "end": 5790,
      "loc": {
        "start": {
          "line": 180,
          "column": 10
        },
        "end": {
          "line": 180,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5790,
      "end": 5791,
      "loc": {
        "start": {
          "line": 180,
          "column": 14
        },
        "end": {
          "line": 180,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5791,
      "end": 5792,
      "loc": {
        "start": {
          "line": 180,
          "column": 15
        },
        "end": {
          "line": 180,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5792,
      "end": 5793,
      "loc": {
        "start": {
          "line": 180,
          "column": 16
        },
        "end": {
          "line": 180,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5793,
      "end": 5794,
      "loc": {
        "start": {
          "line": 180,
          "column": 17
        },
        "end": {
          "line": 180,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "$action",
      "start": 5794,
      "end": 5801,
      "loc": {
        "start": {
          "line": 180,
          "column": 18
        },
        "end": {
          "line": 180,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5802,
      "end": 5805,
      "loc": {
        "start": {
          "line": 180,
          "column": 26
        },
        "end": {
          "line": 180,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "INSERT",
      "start": 5806,
      "end": 5814,
      "loc": {
        "start": {
          "line": 180,
          "column": 30
        },
        "end": {
          "line": 180,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5814,
      "end": 5815,
      "loc": {
        "start": {
          "line": 180,
          "column": 38
        },
        "end": {
          "line": 180,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5816,
      "end": 5817,
      "loc": {
        "start": {
          "line": 180,
          "column": 40
        },
        "end": {
          "line": 180,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 5826,
      "end": 5832,
      "loc": {
        "start": {
          "line": 181,
          "column": 8
        },
        "end": {
          "line": 181,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5833,
      "end": 5834,
      "loc": {
        "start": {
          "line": 181,
          "column": 15
        },
        "end": {
          "line": 181,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5835,
      "end": 5836,
      "loc": {
        "start": {
          "line": 181,
          "column": 17
        },
        "end": {
          "line": 181,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5836,
      "end": 5837,
      "loc": {
        "start": {
          "line": 181,
          "column": 18
        },
        "end": {
          "line": 181,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5844,
      "end": 5845,
      "loc": {
        "start": {
          "line": 182,
          "column": 6
        },
        "end": {
          "line": 182,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5846,
      "end": 5850,
      "loc": {
        "start": {
          "line": 182,
          "column": 8
        },
        "end": {
          "line": 182,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5851,
      "end": 5852,
      "loc": {
        "start": {
          "line": 182,
          "column": 13
        },
        "end": {
          "line": 182,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 5861,
      "end": 5867,
      "loc": {
        "start": {
          "line": 183,
          "column": 8
        },
        "end": {
          "line": 183,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5868,
      "end": 5869,
      "loc": {
        "start": {
          "line": 183,
          "column": 15
        },
        "end": {
          "line": 183,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5870,
      "end": 5871,
      "loc": {
        "start": {
          "line": 183,
          "column": 17
        },
        "end": {
          "line": 183,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5871,
      "end": 5872,
      "loc": {
        "start": {
          "line": 183,
          "column": 18
        },
        "end": {
          "line": 183,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5879,
      "end": 5880,
      "loc": {
        "start": {
          "line": 184,
          "column": 6
        },
        "end": {
          "line": 184,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5885,
      "end": 5886,
      "loc": {
        "start": {
          "line": 185,
          "column": 4
        },
        "end": {
          "line": 185,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5887,
      "end": 5891,
      "loc": {
        "start": {
          "line": 185,
          "column": 6
        },
        "end": {
          "line": 185,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5892,
      "end": 5894,
      "loc": {
        "start": {
          "line": 185,
          "column": 11
        },
        "end": {
          "line": 185,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5895,
      "end": 5896,
      "loc": {
        "start": {
          "line": 185,
          "column": 14
        },
        "end": {
          "line": 185,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5896,
      "end": 5900,
      "loc": {
        "start": {
          "line": 185,
          "column": 15
        },
        "end": {
          "line": 185,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5900,
      "end": 5901,
      "loc": {
        "start": {
          "line": 185,
          "column": 19
        },
        "end": {
          "line": 185,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isCallQuery",
      "start": 5901,
      "end": 5912,
      "loc": {
        "start": {
          "line": 185,
          "column": 20
        },
        "end": {
          "line": 185,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5912,
      "end": 5913,
      "loc": {
        "start": {
          "line": 185,
          "column": 31
        },
        "end": {
          "line": 185,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5913,
      "end": 5914,
      "loc": {
        "start": {
          "line": 185,
          "column": 32
        },
        "end": {
          "line": 185,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5914,
      "end": 5915,
      "loc": {
        "start": {
          "line": 185,
          "column": 33
        },
        "end": {
          "line": 185,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5916,
      "end": 5917,
      "loc": {
        "start": {
          "line": 185,
          "column": 35
        },
        "end": {
          "line": 185,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 5924,
      "end": 5930,
      "loc": {
        "start": {
          "line": 186,
          "column": 6
        },
        "end": {
          "line": 186,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5931,
      "end": 5932,
      "loc": {
        "start": {
          "line": 186,
          "column": 13
        },
        "end": {
          "line": 186,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5933,
      "end": 5937,
      "loc": {
        "start": {
          "line": 186,
          "column": 15
        },
        "end": {
          "line": 186,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5937,
      "end": 5938,
      "loc": {
        "start": {
          "line": 186,
          "column": 19
        },
        "end": {
          "line": 186,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5938,
      "end": 5939,
      "loc": {
        "start": {
          "line": 186,
          "column": 20
        },
        "end": {
          "line": 186,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5939,
      "end": 5940,
      "loc": {
        "start": {
          "line": 186,
          "column": 21
        },
        "end": {
          "line": 186,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5940,
      "end": 5941,
      "loc": {
        "start": {
          "line": 186,
          "column": 22
        },
        "end": {
          "line": 186,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5946,
      "end": 5947,
      "loc": {
        "start": {
          "line": 187,
          "column": 4
        },
        "end": {
          "line": 187,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5948,
      "end": 5952,
      "loc": {
        "start": {
          "line": 187,
          "column": 6
        },
        "end": {
          "line": 187,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5953,
      "end": 5955,
      "loc": {
        "start": {
          "line": 187,
          "column": 11
        },
        "end": {
          "line": 187,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5956,
      "end": 5957,
      "loc": {
        "start": {
          "line": 187,
          "column": 14
        },
        "end": {
          "line": 187,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5957,
      "end": 5961,
      "loc": {
        "start": {
          "line": 187,
          "column": 15
        },
        "end": {
          "line": 187,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5961,
      "end": 5962,
      "loc": {
        "start": {
          "line": 187,
          "column": 19
        },
        "end": {
          "line": 187,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isBulkUpdateQuery",
      "start": 5962,
      "end": 5979,
      "loc": {
        "start": {
          "line": 187,
          "column": 20
        },
        "end": {
          "line": 187,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5979,
      "end": 5980,
      "loc": {
        "start": {
          "line": 187,
          "column": 37
        },
        "end": {
          "line": 187,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5980,
      "end": 5981,
      "loc": {
        "start": {
          "line": 187,
          "column": 38
        },
        "end": {
          "line": 187,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5981,
      "end": 5982,
      "loc": {
        "start": {
          "line": 187,
          "column": 39
        },
        "end": {
          "line": 187,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5983,
      "end": 5984,
      "loc": {
        "start": {
          "line": 187,
          "column": 41
        },
        "end": {
          "line": 187,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 5991,
      "end": 5997,
      "loc": {
        "start": {
          "line": 188,
          "column": 6
        },
        "end": {
          "line": 188,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5998,
      "end": 5999,
      "loc": {
        "start": {
          "line": 188,
          "column": 13
        },
        "end": {
          "line": 188,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6000,
      "end": 6004,
      "loc": {
        "start": {
          "line": 188,
          "column": 15
        },
        "end": {
          "line": 188,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6004,
      "end": 6005,
      "loc": {
        "start": {
          "line": 188,
          "column": 19
        },
        "end": {
          "line": 188,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6005,
      "end": 6011,
      "loc": {
        "start": {
          "line": 188,
          "column": 20
        },
        "end": {
          "line": 188,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6011,
      "end": 6012,
      "loc": {
        "start": {
          "line": 188,
          "column": 26
        },
        "end": {
          "line": 188,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6017,
      "end": 6018,
      "loc": {
        "start": {
          "line": 189,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 6019,
      "end": 6023,
      "loc": {
        "start": {
          "line": 189,
          "column": 6
        },
        "end": {
          "line": 189,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6024,
      "end": 6026,
      "loc": {
        "start": {
          "line": 189,
          "column": 11
        },
        "end": {
          "line": 189,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6027,
      "end": 6028,
      "loc": {
        "start": {
          "line": 189,
          "column": 14
        },
        "end": {
          "line": 189,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6028,
      "end": 6032,
      "loc": {
        "start": {
          "line": 189,
          "column": 15
        },
        "end": {
          "line": 189,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6032,
      "end": 6033,
      "loc": {
        "start": {
          "line": 189,
          "column": 19
        },
        "end": {
          "line": 189,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isBulkDeleteQuery",
      "start": 6033,
      "end": 6050,
      "loc": {
        "start": {
          "line": 189,
          "column": 20
        },
        "end": {
          "line": 189,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6050,
      "end": 6051,
      "loc": {
        "start": {
          "line": 189,
          "column": 37
        },
        "end": {
          "line": 189,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6051,
      "end": 6052,
      "loc": {
        "start": {
          "line": 189,
          "column": 38
        },
        "end": {
          "line": 189,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6052,
      "end": 6053,
      "loc": {
        "start": {
          "line": 189,
          "column": 39
        },
        "end": {
          "line": 189,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6053,
      "end": 6054,
      "loc": {
        "start": {
          "line": 189,
          "column": 40
        },
        "end": {
          "line": 189,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 6061,
      "end": 6067,
      "loc": {
        "start": {
          "line": 190,
          "column": 6
        },
        "end": {
          "line": 190,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6068,
      "end": 6069,
      "loc": {
        "start": {
          "line": 190,
          "column": 13
        },
        "end": {
          "line": 190,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6070,
      "end": 6074,
      "loc": {
        "start": {
          "line": 190,
          "column": 15
        },
        "end": {
          "line": 190,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6074,
      "end": 6075,
      "loc": {
        "start": {
          "line": 190,
          "column": 19
        },
        "end": {
          "line": 190,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6075,
      "end": 6076,
      "loc": {
        "start": {
          "line": 190,
          "column": 20
        },
        "end": {
          "line": 190,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6076,
      "end": 6077,
      "loc": {
        "start": {
          "line": 190,
          "column": 21
        },
        "end": {
          "line": 190,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 6078,
      "end": 6080,
      "loc": {
        "start": {
          "line": 190,
          "column": 23
        },
        "end": {
          "line": 190,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6081,
      "end": 6085,
      "loc": {
        "start": {
          "line": 190,
          "column": 26
        },
        "end": {
          "line": 190,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6085,
      "end": 6086,
      "loc": {
        "start": {
          "line": 190,
          "column": 30
        },
        "end": {
          "line": 190,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6086,
      "end": 6087,
      "loc": {
        "start": {
          "line": 190,
          "column": 31
        },
        "end": {
          "line": 190,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6087,
      "end": 6088,
      "loc": {
        "start": {
          "line": 190,
          "column": 32
        },
        "end": {
          "line": 190,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6088,
      "end": 6089,
      "loc": {
        "start": {
          "line": 190,
          "column": 33
        },
        "end": {
          "line": 190,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AFFECTEDROWS",
      "start": 6089,
      "end": 6101,
      "loc": {
        "start": {
          "line": 190,
          "column": 34
        },
        "end": {
          "line": 190,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6101,
      "end": 6102,
      "loc": {
        "start": {
          "line": 190,
          "column": 46
        },
        "end": {
          "line": 190,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6107,
      "end": 6108,
      "loc": {
        "start": {
          "line": 191,
          "column": 4
        },
        "end": {
          "line": 191,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 6109,
      "end": 6113,
      "loc": {
        "start": {
          "line": 191,
          "column": 6
        },
        "end": {
          "line": 191,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6114,
      "end": 6116,
      "loc": {
        "start": {
          "line": 191,
          "column": 11
        },
        "end": {
          "line": 191,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6117,
      "end": 6118,
      "loc": {
        "start": {
          "line": 191,
          "column": 14
        },
        "end": {
          "line": 191,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6118,
      "end": 6122,
      "loc": {
        "start": {
          "line": 191,
          "column": 15
        },
        "end": {
          "line": 191,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6122,
      "end": 6123,
      "loc": {
        "start": {
          "line": 191,
          "column": 19
        },
        "end": {
          "line": 191,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isVersionQuery",
      "start": 6123,
      "end": 6137,
      "loc": {
        "start": {
          "line": 191,
          "column": 20
        },
        "end": {
          "line": 191,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6137,
      "end": 6138,
      "loc": {
        "start": {
          "line": 191,
          "column": 34
        },
        "end": {
          "line": 191,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6138,
      "end": 6139,
      "loc": {
        "start": {
          "line": 191,
          "column": 35
        },
        "end": {
          "line": 191,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6139,
      "end": 6140,
      "loc": {
        "start": {
          "line": 191,
          "column": 36
        },
        "end": {
          "line": 191,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6141,
      "end": 6142,
      "loc": {
        "start": {
          "line": 191,
          "column": 38
        },
        "end": {
          "line": 191,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 6149,
      "end": 6155,
      "loc": {
        "start": {
          "line": 192,
          "column": 6
        },
        "end": {
          "line": 192,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6156,
      "end": 6157,
      "loc": {
        "start": {
          "line": 192,
          "column": 13
        },
        "end": {
          "line": 192,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6158,
      "end": 6162,
      "loc": {
        "start": {
          "line": 192,
          "column": 15
        },
        "end": {
          "line": 192,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6162,
      "end": 6163,
      "loc": {
        "start": {
          "line": 192,
          "column": 19
        },
        "end": {
          "line": 192,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6163,
      "end": 6164,
      "loc": {
        "start": {
          "line": 192,
          "column": 20
        },
        "end": {
          "line": 192,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6164,
      "end": 6165,
      "loc": {
        "start": {
          "line": 192,
          "column": 21
        },
        "end": {
          "line": 192,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6165,
      "end": 6166,
      "loc": {
        "start": {
          "line": 192,
          "column": 22
        },
        "end": {
          "line": 192,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "version",
      "start": 6166,
      "end": 6173,
      "loc": {
        "start": {
          "line": 192,
          "column": 23
        },
        "end": {
          "line": 192,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6173,
      "end": 6174,
      "loc": {
        "start": {
          "line": 192,
          "column": 30
        },
        "end": {
          "line": 192,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6179,
      "end": 6180,
      "loc": {
        "start": {
          "line": 193,
          "column": 4
        },
        "end": {
          "line": 193,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 6181,
      "end": 6185,
      "loc": {
        "start": {
          "line": 193,
          "column": 6
        },
        "end": {
          "line": 193,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6186,
      "end": 6188,
      "loc": {
        "start": {
          "line": 193,
          "column": 11
        },
        "end": {
          "line": 193,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6189,
      "end": 6190,
      "loc": {
        "start": {
          "line": 193,
          "column": 14
        },
        "end": {
          "line": 193,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6190,
      "end": 6194,
      "loc": {
        "start": {
          "line": 193,
          "column": 15
        },
        "end": {
          "line": 193,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6194,
      "end": 6195,
      "loc": {
        "start": {
          "line": 193,
          "column": 19
        },
        "end": {
          "line": 193,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isForeignKeysQuery",
      "start": 6195,
      "end": 6213,
      "loc": {
        "start": {
          "line": 193,
          "column": 20
        },
        "end": {
          "line": 193,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6213,
      "end": 6214,
      "loc": {
        "start": {
          "line": 193,
          "column": 38
        },
        "end": {
          "line": 193,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6214,
      "end": 6215,
      "loc": {
        "start": {
          "line": 193,
          "column": 39
        },
        "end": {
          "line": 193,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6215,
      "end": 6216,
      "loc": {
        "start": {
          "line": 193,
          "column": 40
        },
        "end": {
          "line": 193,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6217,
      "end": 6218,
      "loc": {
        "start": {
          "line": 193,
          "column": 42
        },
        "end": {
          "line": 193,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 6225,
      "end": 6231,
      "loc": {
        "start": {
          "line": 194,
          "column": 6
        },
        "end": {
          "line": 194,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6232,
      "end": 6233,
      "loc": {
        "start": {
          "line": 194,
          "column": 13
        },
        "end": {
          "line": 194,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6234,
      "end": 6238,
      "loc": {
        "start": {
          "line": 194,
          "column": 15
        },
        "end": {
          "line": 194,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6238,
      "end": 6239,
      "loc": {
        "start": {
          "line": 194,
          "column": 19
        },
        "end": {
          "line": 194,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6244,
      "end": 6245,
      "loc": {
        "start": {
          "line": 195,
          "column": 4
        },
        "end": {
          "line": 195,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 6246,
      "end": 6250,
      "loc": {
        "start": {
          "line": 195,
          "column": 6
        },
        "end": {
          "line": 195,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6251,
      "end": 6253,
      "loc": {
        "start": {
          "line": 195,
          "column": 11
        },
        "end": {
          "line": 195,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6254,
      "end": 6255,
      "loc": {
        "start": {
          "line": 195,
          "column": 14
        },
        "end": {
          "line": 195,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6255,
      "end": 6259,
      "loc": {
        "start": {
          "line": 195,
          "column": 15
        },
        "end": {
          "line": 195,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6259,
      "end": 6260,
      "loc": {
        "start": {
          "line": 195,
          "column": 19
        },
        "end": {
          "line": 195,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isInsertQuery",
      "start": 6260,
      "end": 6273,
      "loc": {
        "start": {
          "line": 195,
          "column": 20
        },
        "end": {
          "line": 195,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6273,
      "end": 6274,
      "loc": {
        "start": {
          "line": 195,
          "column": 33
        },
        "end": {
          "line": 195,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6274,
      "end": 6275,
      "loc": {
        "start": {
          "line": 195,
          "column": 34
        },
        "end": {
          "line": 195,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6276,
      "end": 6278,
      "loc": {
        "start": {
          "line": 195,
          "column": 36
        },
        "end": {
          "line": 195,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6279,
      "end": 6283,
      "loc": {
        "start": {
          "line": 195,
          "column": 39
        },
        "end": {
          "line": 195,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6283,
      "end": 6284,
      "loc": {
        "start": {
          "line": 195,
          "column": 43
        },
        "end": {
          "line": 195,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUpdateQuery",
      "start": 6284,
      "end": 6297,
      "loc": {
        "start": {
          "line": 195,
          "column": 44
        },
        "end": {
          "line": 195,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6297,
      "end": 6298,
      "loc": {
        "start": {
          "line": 195,
          "column": 57
        },
        "end": {
          "line": 195,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6298,
      "end": 6299,
      "loc": {
        "start": {
          "line": 195,
          "column": 58
        },
        "end": {
          "line": 195,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6299,
      "end": 6300,
      "loc": {
        "start": {
          "line": 195,
          "column": 59
        },
        "end": {
          "line": 195,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6301,
      "end": 6302,
      "loc": {
        "start": {
          "line": 195,
          "column": 61
        },
        "end": {
          "line": 195,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 6309,
      "end": 6315,
      "loc": {
        "start": {
          "line": 196,
          "column": 6
        },
        "end": {
          "line": 196,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6316,
      "end": 6317,
      "loc": {
        "start": {
          "line": 196,
          "column": 13
        },
        "end": {
          "line": 196,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6318,
      "end": 6319,
      "loc": {
        "start": {
          "line": 196,
          "column": 15
        },
        "end": {
          "line": 196,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 6319,
      "end": 6325,
      "loc": {
        "start": {
          "line": 196,
          "column": 16
        },
        "end": {
          "line": 196,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6325,
      "end": 6326,
      "loc": {
        "start": {
          "line": 196,
          "column": 22
        },
        "end": {
          "line": 196,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowCount",
      "start": 6327,
      "end": 6335,
      "loc": {
        "start": {
          "line": 196,
          "column": 24
        },
        "end": {
          "line": 196,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6335,
      "end": 6336,
      "loc": {
        "start": {
          "line": 196,
          "column": 32
        },
        "end": {
          "line": 196,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6336,
      "end": 6337,
      "loc": {
        "start": {
          "line": 196,
          "column": 33
        },
        "end": {
          "line": 196,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6342,
      "end": 6343,
      "loc": {
        "start": {
          "line": 197,
          "column": 4
        },
        "end": {
          "line": 197,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 6344,
      "end": 6348,
      "loc": {
        "start": {
          "line": 197,
          "column": 6
        },
        "end": {
          "line": 197,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6349,
      "end": 6351,
      "loc": {
        "start": {
          "line": 197,
          "column": 11
        },
        "end": {
          "line": 197,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6352,
      "end": 6353,
      "loc": {
        "start": {
          "line": 197,
          "column": 14
        },
        "end": {
          "line": 197,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6353,
      "end": 6357,
      "loc": {
        "start": {
          "line": 197,
          "column": 15
        },
        "end": {
          "line": 197,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6357,
      "end": 6358,
      "loc": {
        "start": {
          "line": 197,
          "column": 19
        },
        "end": {
          "line": 197,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isRawQuery",
      "start": 6358,
      "end": 6368,
      "loc": {
        "start": {
          "line": 197,
          "column": 20
        },
        "end": {
          "line": 197,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6368,
      "end": 6369,
      "loc": {
        "start": {
          "line": 197,
          "column": 30
        },
        "end": {
          "line": 197,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6369,
      "end": 6370,
      "loc": {
        "start": {
          "line": 197,
          "column": 31
        },
        "end": {
          "line": 197,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6370,
      "end": 6371,
      "loc": {
        "start": {
          "line": 197,
          "column": 32
        },
        "end": {
          "line": 197,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6372,
      "end": 6373,
      "loc": {
        "start": {
          "line": 197,
          "column": 34
        },
        "end": {
          "line": 197,
          "column": 35
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " MSSQL returns row data and metadata (affected rows etc) in a single object - let's standarize it, sorta",
      "start": 6380,
      "end": 6486,
      "loc": {
        "start": {
          "line": 198,
          "column": 6
        },
        "end": {
          "line": 198,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 6493,
      "end": 6499,
      "loc": {
        "start": {
          "line": 199,
          "column": 6
        },
        "end": {
          "line": 199,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6500,
      "end": 6501,
      "loc": {
        "start": {
          "line": 199,
          "column": 13
        },
        "end": {
          "line": 199,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6502,
      "end": 6503,
      "loc": {
        "start": {
          "line": 199,
          "column": 15
        },
        "end": {
          "line": 199,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6503,
      "end": 6507,
      "loc": {
        "start": {
          "line": 199,
          "column": 16
        },
        "end": {
          "line": 199,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6507,
      "end": 6508,
      "loc": {
        "start": {
          "line": 199,
          "column": 20
        },
        "end": {
          "line": 199,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6509,
      "end": 6513,
      "loc": {
        "start": {
          "line": 199,
          "column": 22
        },
        "end": {
          "line": 199,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6513,
      "end": 6514,
      "loc": {
        "start": {
          "line": 199,
          "column": 26
        },
        "end": {
          "line": 199,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6514,
      "end": 6515,
      "loc": {
        "start": {
          "line": 199,
          "column": 27
        },
        "end": {
          "line": 199,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6520,
      "end": 6521,
      "loc": {
        "start": {
          "line": 200,
          "column": 4
        },
        "end": {
          "line": 200,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6527,
      "end": 6533,
      "loc": {
        "start": {
          "line": 202,
          "column": 4
        },
        "end": {
          "line": 202,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 6534,
      "end": 6540,
      "loc": {
        "start": {
          "line": 202,
          "column": 11
        },
        "end": {
          "line": 202,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6540,
      "end": 6541,
      "loc": {
        "start": {
          "line": 202,
          "column": 17
        },
        "end": {
          "line": 202,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6544,
      "end": 6545,
      "loc": {
        "start": {
          "line": 203,
          "column": 2
        },
        "end": {
          "line": 203,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleShowTablesQuery",
      "start": 6549,
      "end": 6570,
      "loc": {
        "start": {
          "line": 205,
          "column": 2
        },
        "end": {
          "line": 205,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6570,
      "end": 6571,
      "loc": {
        "start": {
          "line": 205,
          "column": 23
        },
        "end": {
          "line": 205,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 6571,
      "end": 6578,
      "loc": {
        "start": {
          "line": 205,
          "column": 24
        },
        "end": {
          "line": 205,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6578,
      "end": 6579,
      "loc": {
        "start": {
          "line": 205,
          "column": 31
        },
        "end": {
          "line": 205,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6580,
      "end": 6581,
      "loc": {
        "start": {
          "line": 205,
          "column": 33
        },
        "end": {
          "line": 205,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6586,
      "end": 6592,
      "loc": {
        "start": {
          "line": 206,
          "column": 4
        },
        "end": {
          "line": 206,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 6593,
      "end": 6600,
      "loc": {
        "start": {
          "line": 206,
          "column": 11
        },
        "end": {
          "line": 206,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6600,
      "end": 6601,
      "loc": {
        "start": {
          "line": 206,
          "column": 18
        },
        "end": {
          "line": 206,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 6601,
      "end": 6604,
      "loc": {
        "start": {
          "line": 206,
          "column": 19
        },
        "end": {
          "line": 206,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6604,
      "end": 6605,
      "loc": {
        "start": {
          "line": 206,
          "column": 22
        },
        "end": {
          "line": 206,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resultSet",
      "start": 6605,
      "end": 6614,
      "loc": {
        "start": {
          "line": 206,
          "column": 23
        },
        "end": {
          "line": 206,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6615,
      "end": 6617,
      "loc": {
        "start": {
          "line": 206,
          "column": 33
        },
        "end": {
          "line": 206,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6618,
      "end": 6619,
      "loc": {
        "start": {
          "line": 206,
          "column": 36
        },
        "end": {
          "line": 206,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6626,
      "end": 6632,
      "loc": {
        "start": {
          "line": 207,
          "column": 6
        },
        "end": {
          "line": 207,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6633,
      "end": 6634,
      "loc": {
        "start": {
          "line": 207,
          "column": 13
        },
        "end": {
          "line": 207,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 6643,
      "end": 6652,
      "loc": {
        "start": {
          "line": 208,
          "column": 8
        },
        "end": {
          "line": 208,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6652,
      "end": 6653,
      "loc": {
        "start": {
          "line": 208,
          "column": 17
        },
        "end": {
          "line": 208,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resultSet",
      "start": 6654,
      "end": 6663,
      "loc": {
        "start": {
          "line": 208,
          "column": 19
        },
        "end": {
          "line": 208,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6663,
      "end": 6664,
      "loc": {
        "start": {
          "line": 208,
          "column": 28
        },
        "end": {
          "line": 208,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TABLE_NAME",
      "start": 6664,
      "end": 6674,
      "loc": {
        "start": {
          "line": 208,
          "column": 29
        },
        "end": {
          "line": 208,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6674,
      "end": 6675,
      "loc": {
        "start": {
          "line": 208,
          "column": 39
        },
        "end": {
          "line": 208,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "schema",
      "start": 6684,
      "end": 6690,
      "loc": {
        "start": {
          "line": 209,
          "column": 8
        },
        "end": {
          "line": 209,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6690,
      "end": 6691,
      "loc": {
        "start": {
          "line": 209,
          "column": 14
        },
        "end": {
          "line": 209,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resultSet",
      "start": 6692,
      "end": 6701,
      "loc": {
        "start": {
          "line": 209,
          "column": 16
        },
        "end": {
          "line": 209,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6701,
      "end": 6702,
      "loc": {
        "start": {
          "line": 209,
          "column": 25
        },
        "end": {
          "line": 209,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "TABLE_SCHEMA",
      "start": 6702,
      "end": 6714,
      "loc": {
        "start": {
          "line": 209,
          "column": 26
        },
        "end": {
          "line": 209,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6721,
      "end": 6722,
      "loc": {
        "start": {
          "line": 210,
          "column": 6
        },
        "end": {
          "line": 210,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6722,
      "end": 6723,
      "loc": {
        "start": {
          "line": 210,
          "column": 7
        },
        "end": {
          "line": 210,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6728,
      "end": 6729,
      "loc": {
        "start": {
          "line": 211,
          "column": 4
        },
        "end": {
          "line": 211,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6729,
      "end": 6730,
      "loc": {
        "start": {
          "line": 211,
          "column": 5
        },
        "end": {
          "line": 211,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6730,
      "end": 6731,
      "loc": {
        "start": {
          "line": 211,
          "column": 6
        },
        "end": {
          "line": 211,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6734,
      "end": 6735,
      "loc": {
        "start": {
          "line": 212,
          "column": 2
        },
        "end": {
          "line": 212,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatError",
      "start": 6739,
      "end": 6750,
      "loc": {
        "start": {
          "line": 214,
          "column": 2
        },
        "end": {
          "line": 214,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6750,
      "end": 6751,
      "loc": {
        "start": {
          "line": 214,
          "column": 13
        },
        "end": {
          "line": 214,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 6751,
      "end": 6754,
      "loc": {
        "start": {
          "line": 214,
          "column": 14
        },
        "end": {
          "line": 214,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6754,
      "end": 6755,
      "loc": {
        "start": {
          "line": 214,
          "column": 17
        },
        "end": {
          "line": 214,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6756,
      "end": 6757,
      "loc": {
        "start": {
          "line": 214,
          "column": 19
        },
        "end": {
          "line": 214,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6762,
      "end": 6765,
      "loc": {
        "start": {
          "line": 215,
          "column": 4
        },
        "end": {
          "line": 215,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 6766,
      "end": 6771,
      "loc": {
        "start": {
          "line": 215,
          "column": 8
        },
        "end": {
          "line": 215,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6771,
      "end": 6772,
      "loc": {
        "start": {
          "line": 215,
          "column": 13
        },
        "end": {
          "line": 215,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 6777,
      "end": 6782,
      "loc": {
        "start": {
          "line": 216,
          "column": 4
        },
        "end": {
          "line": 216,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6783,
      "end": 6784,
      "loc": {
        "start": {
          "line": 216,
          "column": 10
        },
        "end": {
          "line": 216,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 6785,
      "end": 6788,
      "loc": {
        "start": {
          "line": 216,
          "column": 12
        },
        "end": {
          "line": 216,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6788,
      "end": 6789,
      "loc": {
        "start": {
          "line": 216,
          "column": 15
        },
        "end": {
          "line": 216,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 6789,
      "end": 6796,
      "loc": {
        "start": {
          "line": 216,
          "column": 16
        },
        "end": {
          "line": 216,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6796,
      "end": 6797,
      "loc": {
        "start": {
          "line": 216,
          "column": 23
        },
        "end": {
          "line": 216,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 6797,
      "end": 6802,
      "loc": {
        "start": {
          "line": 216,
          "column": 24
        },
        "end": {
          "line": 216,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6802,
      "end": 6803,
      "loc": {
        "start": {
          "line": 216,
          "column": 29
        },
        "end": {
          "line": 216,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "Violation of UNIQUE KEY constraint '((.|\\s)*)'. Cannot insert duplicate key in object '.*'.(:? The duplicate key value is \\((.*)\\).)?",
        "flags": ""
      },
      "start": 6803,
      "end": 6938,
      "loc": {
        "start": {
          "line": 216,
          "column": 30
        },
        "end": {
          "line": 216,
          "column": 165
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6938,
      "end": 6939,
      "loc": {
        "start": {
          "line": 216,
          "column": 165
        },
        "end": {
          "line": 216,
          "column": 166
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6939,
      "end": 6940,
      "loc": {
        "start": {
          "line": 216,
          "column": 166
        },
        "end": {
          "line": 216,
          "column": 167
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 6945,
      "end": 6950,
      "loc": {
        "start": {
          "line": 217,
          "column": 4
        },
        "end": {
          "line": 217,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6951,
      "end": 6952,
      "loc": {
        "start": {
          "line": 217,
          "column": 10
        },
        "end": {
          "line": 217,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 6953,
      "end": 6958,
      "loc": {
        "start": {
          "line": 217,
          "column": 12
        },
        "end": {
          "line": 217,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6959,
      "end": 6961,
      "loc": {
        "start": {
          "line": 217,
          "column": 18
        },
        "end": {
          "line": 217,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 6962,
      "end": 6965,
      "loc": {
        "start": {
          "line": 217,
          "column": 21
        },
        "end": {
          "line": 217,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6965,
      "end": 6966,
      "loc": {
        "start": {
          "line": 217,
          "column": 24
        },
        "end": {
          "line": 217,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 6966,
      "end": 6973,
      "loc": {
        "start": {
          "line": 217,
          "column": 25
        },
        "end": {
          "line": 217,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6973,
      "end": 6974,
      "loc": {
        "start": {
          "line": 217,
          "column": 32
        },
        "end": {
          "line": 217,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 6974,
      "end": 6979,
      "loc": {
        "start": {
          "line": 217,
          "column": 33
        },
        "end": {
          "line": 217,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6979,
      "end": 6980,
      "loc": {
        "start": {
          "line": 217,
          "column": 38
        },
        "end": {
          "line": 217,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "Cannot insert duplicate key row in object .* with unique index '(.*)'",
        "flags": ""
      },
      "start": 6980,
      "end": 7051,
      "loc": {
        "start": {
          "line": 217,
          "column": 39
        },
        "end": {
          "line": 217,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7051,
      "end": 7052,
      "loc": {
        "start": {
          "line": 217,
          "column": 110
        },
        "end": {
          "line": 217,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7052,
      "end": 7053,
      "loc": {
        "start": {
          "line": 217,
          "column": 111
        },
        "end": {
          "line": 217,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7058,
      "end": 7060,
      "loc": {
        "start": {
          "line": 218,
          "column": 4
        },
        "end": {
          "line": 218,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7061,
      "end": 7062,
      "loc": {
        "start": {
          "line": 218,
          "column": 7
        },
        "end": {
          "line": 218,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7062,
      "end": 7067,
      "loc": {
        "start": {
          "line": 218,
          "column": 8
        },
        "end": {
          "line": 218,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7068,
      "end": 7070,
      "loc": {
        "start": {
          "line": 218,
          "column": 14
        },
        "end": {
          "line": 218,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7071,
      "end": 7076,
      "loc": {
        "start": {
          "line": 218,
          "column": 17
        },
        "end": {
          "line": 218,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7076,
      "end": 7077,
      "loc": {
        "start": {
          "line": 218,
          "column": 22
        },
        "end": {
          "line": 218,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 7077,
      "end": 7083,
      "loc": {
        "start": {
          "line": 218,
          "column": 23
        },
        "end": {
          "line": 218,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 7084,
      "end": 7085,
      "loc": {
        "start": {
          "line": 218,
          "column": 30
        },
        "end": {
          "line": 218,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 7086,
      "end": 7087,
      "loc": {
        "start": {
          "line": 218,
          "column": 32
        },
        "end": {
          "line": 218,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7087,
      "end": 7088,
      "loc": {
        "start": {
          "line": 218,
          "column": 33
        },
        "end": {
          "line": 218,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7089,
      "end": 7090,
      "loc": {
        "start": {
          "line": 218,
          "column": 35
        },
        "end": {
          "line": 218,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 7097,
      "end": 7100,
      "loc": {
        "start": {
          "line": 219,
          "column": 6
        },
        "end": {
          "line": 219,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 7101,
      "end": 7107,
      "loc": {
        "start": {
          "line": 219,
          "column": 10
        },
        "end": {
          "line": 219,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7108,
      "end": 7109,
      "loc": {
        "start": {
          "line": 219,
          "column": 17
        },
        "end": {
          "line": 219,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7110,
      "end": 7111,
      "loc": {
        "start": {
          "line": 219,
          "column": 19
        },
        "end": {
          "line": 219,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7111,
      "end": 7112,
      "loc": {
        "start": {
          "line": 219,
          "column": 20
        },
        "end": {
          "line": 219,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7112,
      "end": 7113,
      "loc": {
        "start": {
          "line": 219,
          "column": 21
        },
        "end": {
          "line": 219,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 7120,
      "end": 7125,
      "loc": {
        "start": {
          "line": 220,
          "column": 6
        },
        "end": {
          "line": 220,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKey",
      "start": 7126,
      "end": 7135,
      "loc": {
        "start": {
          "line": 220,
          "column": 12
        },
        "end": {
          "line": 220,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7136,
      "end": 7137,
      "loc": {
        "start": {
          "line": 220,
          "column": 22
        },
        "end": {
          "line": 220,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7138,
      "end": 7142,
      "loc": {
        "start": {
          "line": 220,
          "column": 24
        },
        "end": {
          "line": 220,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7142,
      "end": 7143,
      "loc": {
        "start": {
          "line": 220,
          "column": 28
        },
        "end": {
          "line": 220,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 7143,
      "end": 7148,
      "loc": {
        "start": {
          "line": 220,
          "column": 29
        },
        "end": {
          "line": 220,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7149,
      "end": 7151,
      "loc": {
        "start": {
          "line": 220,
          "column": 35
        },
        "end": {
          "line": 220,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7152,
      "end": 7156,
      "loc": {
        "start": {
          "line": 220,
          "column": 38
        },
        "end": {
          "line": 220,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7156,
      "end": 7157,
      "loc": {
        "start": {
          "line": 220,
          "column": 42
        },
        "end": {
          "line": 220,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 7157,
      "end": 7162,
      "loc": {
        "start": {
          "line": 220,
          "column": 43
        },
        "end": {
          "line": 220,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7162,
      "end": 7163,
      "loc": {
        "start": {
          "line": 220,
          "column": 48
        },
        "end": {
          "line": 220,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKeys",
      "start": 7163,
      "end": 7173,
      "loc": {
        "start": {
          "line": 220,
          "column": 49
        },
        "end": {
          "line": 220,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7173,
      "end": 7174,
      "loc": {
        "start": {
          "line": 220,
          "column": 59
        },
        "end": {
          "line": 220,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7174,
      "end": 7179,
      "loc": {
        "start": {
          "line": 220,
          "column": 60
        },
        "end": {
          "line": 220,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7179,
      "end": 7180,
      "loc": {
        "start": {
          "line": 220,
          "column": 65
        },
        "end": {
          "line": 220,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 7180,
      "end": 7181,
      "loc": {
        "start": {
          "line": 220,
          "column": 66
        },
        "end": {
          "line": 220,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7181,
      "end": 7182,
      "loc": {
        "start": {
          "line": 220,
          "column": 67
        },
        "end": {
          "line": 220,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7182,
      "end": 7183,
      "loc": {
        "start": {
          "line": 220,
          "column": 68
        },
        "end": {
          "line": 220,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7183,
      "end": 7184,
      "loc": {
        "start": {
          "line": 220,
          "column": 69
        },
        "end": {
          "line": 220,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 7191,
      "end": 7194,
      "loc": {
        "start": {
          "line": 221,
          "column": 6
        },
        "end": {
          "line": 221,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 7195,
      "end": 7202,
      "loc": {
        "start": {
          "line": 221,
          "column": 10
        },
        "end": {
          "line": 221,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7203,
      "end": 7204,
      "loc": {
        "start": {
          "line": 221,
          "column": 18
        },
        "end": {
          "line": 221,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Validation error",
      "start": 7205,
      "end": 7223,
      "loc": {
        "start": {
          "line": 221,
          "column": 20
        },
        "end": {
          "line": 221,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7223,
      "end": 7224,
      "loc": {
        "start": {
          "line": 221,
          "column": 38
        },
        "end": {
          "line": 221,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7232,
      "end": 7234,
      "loc": {
        "start": {
          "line": 223,
          "column": 6
        },
        "end": {
          "line": 223,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7235,
      "end": 7236,
      "loc": {
        "start": {
          "line": 223,
          "column": 9
        },
        "end": {
          "line": 223,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKey",
      "start": 7236,
      "end": 7245,
      "loc": {
        "start": {
          "line": 223,
          "column": 10
        },
        "end": {
          "line": 223,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 7246,
      "end": 7248,
      "loc": {
        "start": {
          "line": 223,
          "column": 20
        },
        "end": {
          "line": 223,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7249,
      "end": 7250,
      "loc": {
        "start": {
          "line": 223,
          "column": 23
        },
        "end": {
          "line": 223,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7250,
      "end": 7251,
      "loc": {
        "start": {
          "line": 223,
          "column": 24
        },
        "end": {
          "line": 223,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKey",
      "start": 7251,
      "end": 7260,
      "loc": {
        "start": {
          "line": 223,
          "column": 25
        },
        "end": {
          "line": 223,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7260,
      "end": 7261,
      "loc": {
        "start": {
          "line": 223,
          "column": 34
        },
        "end": {
          "line": 223,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "msg",
      "start": 7261,
      "end": 7264,
      "loc": {
        "start": {
          "line": 223,
          "column": 35
        },
        "end": {
          "line": 223,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7264,
      "end": 7265,
      "loc": {
        "start": {
          "line": 223,
          "column": 38
        },
        "end": {
          "line": 223,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7266,
      "end": 7267,
      "loc": {
        "start": {
          "line": 223,
          "column": 40
        },
        "end": {
          "line": 223,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 7276,
      "end": 7283,
      "loc": {
        "start": {
          "line": 224,
          "column": 8
        },
        "end": {
          "line": 224,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7284,
      "end": 7285,
      "loc": {
        "start": {
          "line": 224,
          "column": 16
        },
        "end": {
          "line": 224,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKey",
      "start": 7286,
      "end": 7295,
      "loc": {
        "start": {
          "line": 224,
          "column": 18
        },
        "end": {
          "line": 224,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7295,
      "end": 7296,
      "loc": {
        "start": {
          "line": 224,
          "column": 27
        },
        "end": {
          "line": 224,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "msg",
      "start": 7296,
      "end": 7299,
      "loc": {
        "start": {
          "line": 224,
          "column": 28
        },
        "end": {
          "line": 224,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7299,
      "end": 7300,
      "loc": {
        "start": {
          "line": 224,
          "column": 31
        },
        "end": {
          "line": 224,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7307,
      "end": 7308,
      "loc": {
        "start": {
          "line": 225,
          "column": 6
        },
        "end": {
          "line": 225,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7315,
      "end": 7317,
      "loc": {
        "start": {
          "line": 226,
          "column": 6
        },
        "end": {
          "line": 226,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7318,
      "end": 7319,
      "loc": {
        "start": {
          "line": 226,
          "column": 9
        },
        "end": {
          "line": 226,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7319,
      "end": 7320,
      "loc": {
        "start": {
          "line": 226,
          "column": 10
        },
        "end": {
          "line": 226,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7320,
      "end": 7321,
      "loc": {
        "start": {
          "line": 226,
          "column": 11
        },
        "end": {
          "line": 226,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7321,
      "end": 7326,
      "loc": {
        "start": {
          "line": 226,
          "column": 12
        },
        "end": {
          "line": 226,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7326,
      "end": 7327,
      "loc": {
        "start": {
          "line": 226,
          "column": 17
        },
        "end": {
          "line": 226,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 4,
      "start": 7327,
      "end": 7328,
      "loc": {
        "start": {
          "line": 226,
          "column": 18
        },
        "end": {
          "line": 226,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7328,
      "end": 7329,
      "loc": {
        "start": {
          "line": 226,
          "column": 19
        },
        "end": {
          "line": 226,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7329,
      "end": 7330,
      "loc": {
        "start": {
          "line": 226,
          "column": 20
        },
        "end": {
          "line": 226,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7331,
      "end": 7332,
      "loc": {
        "start": {
          "line": 226,
          "column": 22
        },
        "end": {
          "line": 226,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 7341,
      "end": 7346,
      "loc": {
        "start": {
          "line": 227,
          "column": 8
        },
        "end": {
          "line": 227,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 7347,
      "end": 7353,
      "loc": {
        "start": {
          "line": 227,
          "column": 14
        },
        "end": {
          "line": 227,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7354,
      "end": 7355,
      "loc": {
        "start": {
          "line": 227,
          "column": 21
        },
        "end": {
          "line": 227,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7356,
      "end": 7361,
      "loc": {
        "start": {
          "line": 227,
          "column": 23
        },
        "end": {
          "line": 227,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7361,
      "end": 7362,
      "loc": {
        "start": {
          "line": 227,
          "column": 28
        },
        "end": {
          "line": 227,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 4,
      "start": 7362,
      "end": 7363,
      "loc": {
        "start": {
          "line": 227,
          "column": 29
        },
        "end": {
          "line": 227,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7363,
      "end": 7364,
      "loc": {
        "start": {
          "line": 227,
          "column": 30
        },
        "end": {
          "line": 227,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7364,
      "end": 7365,
      "loc": {
        "start": {
          "line": 227,
          "column": 31
        },
        "end": {
          "line": 227,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 7365,
      "end": 7370,
      "loc": {
        "start": {
          "line": 227,
          "column": 32
        },
        "end": {
          "line": 227,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7370,
      "end": 7371,
      "loc": {
        "start": {
          "line": 227,
          "column": 37
        },
        "end": {
          "line": 227,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ",",
      "start": 7371,
      "end": 7374,
      "loc": {
        "start": {
          "line": 227,
          "column": 38
        },
        "end": {
          "line": 227,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7374,
      "end": 7375,
      "loc": {
        "start": {
          "line": 227,
          "column": 41
        },
        "end": {
          "line": 227,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7375,
      "end": 7376,
      "loc": {
        "start": {
          "line": 227,
          "column": 42
        },
        "end": {
          "line": 227,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 7376,
      "end": 7379,
      "loc": {
        "start": {
          "line": 227,
          "column": 43
        },
        "end": {
          "line": 227,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7379,
      "end": 7380,
      "loc": {
        "start": {
          "line": 227,
          "column": 46
        },
        "end": {
          "line": 227,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "part",
      "start": 7380,
      "end": 7384,
      "loc": {
        "start": {
          "line": 227,
          "column": 47
        },
        "end": {
          "line": 227,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7385,
      "end": 7387,
      "loc": {
        "start": {
          "line": 227,
          "column": 52
        },
        "end": {
          "line": 227,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "part",
      "start": 7388,
      "end": 7392,
      "loc": {
        "start": {
          "line": 227,
          "column": 55
        },
        "end": {
          "line": 227,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7392,
      "end": 7393,
      "loc": {
        "start": {
          "line": 227,
          "column": 59
        },
        "end": {
          "line": 227,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 7393,
      "end": 7397,
      "loc": {
        "start": {
          "line": 227,
          "column": 60
        },
        "end": {
          "line": 227,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7397,
      "end": 7398,
      "loc": {
        "start": {
          "line": 227,
          "column": 64
        },
        "end": {
          "line": 227,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7398,
      "end": 7399,
      "loc": {
        "start": {
          "line": 227,
          "column": 65
        },
        "end": {
          "line": 227,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7399,
      "end": 7400,
      "loc": {
        "start": {
          "line": 227,
          "column": 66
        },
        "end": {
          "line": 227,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7400,
      "end": 7401,
      "loc": {
        "start": {
          "line": 227,
          "column": 67
        },
        "end": {
          "line": 227,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7410,
      "end": 7412,
      "loc": {
        "start": {
          "line": 228,
          "column": 8
        },
        "end": {
          "line": 228,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7413,
      "end": 7414,
      "loc": {
        "start": {
          "line": 228,
          "column": 11
        },
        "end": {
          "line": 228,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7414,
      "end": 7415,
      "loc": {
        "start": {
          "line": 228,
          "column": 12
        },
        "end": {
          "line": 228,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7415,
      "end": 7416,
      "loc": {
        "start": {
          "line": 228,
          "column": 13
        },
        "end": {
          "line": 228,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKey",
      "start": 7416,
      "end": 7425,
      "loc": {
        "start": {
          "line": 228,
          "column": 14
        },
        "end": {
          "line": 228,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7425,
      "end": 7426,
      "loc": {
        "start": {
          "line": 228,
          "column": 23
        },
        "end": {
          "line": 228,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7427,
      "end": 7428,
      "loc": {
        "start": {
          "line": 228,
          "column": 25
        },
        "end": {
          "line": 228,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 7439,
      "end": 7445,
      "loc": {
        "start": {
          "line": 229,
          "column": 10
        },
        "end": {
          "line": 229,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7446,
      "end": 7447,
      "loc": {
        "start": {
          "line": 229,
          "column": 17
        },
        "end": {
          "line": 229,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 7448,
      "end": 7453,
      "loc": {
        "start": {
          "line": 229,
          "column": 19
        },
        "end": {
          "line": 229,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7453,
      "end": 7454,
      "loc": {
        "start": {
          "line": 229,
          "column": 24
        },
        "end": {
          "line": 229,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7454,
      "end": 7455,
      "loc": {
        "start": {
          "line": 229,
          "column": 25
        },
        "end": {
          "line": 229,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7455,
      "end": 7456,
      "loc": {
        "start": {
          "line": 229,
          "column": 26
        },
        "end": {
          "line": 229,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zipObject",
      "start": 7456,
      "end": 7465,
      "loc": {
        "start": {
          "line": 229,
          "column": 27
        },
        "end": {
          "line": 229,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7465,
      "end": 7466,
      "loc": {
        "start": {
          "line": 229,
          "column": 36
        },
        "end": {
          "line": 229,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKey",
      "start": 7466,
      "end": 7475,
      "loc": {
        "start": {
          "line": 229,
          "column": 37
        },
        "end": {
          "line": 229,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7475,
      "end": 7476,
      "loc": {
        "start": {
          "line": 229,
          "column": 46
        },
        "end": {
          "line": 229,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 7476,
      "end": 7482,
      "loc": {
        "start": {
          "line": 229,
          "column": 47
        },
        "end": {
          "line": 229,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7482,
      "end": 7483,
      "loc": {
        "start": {
          "line": 229,
          "column": 53
        },
        "end": {
          "line": 229,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 7484,
      "end": 7490,
      "loc": {
        "start": {
          "line": 229,
          "column": 55
        },
        "end": {
          "line": 229,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7490,
      "end": 7491,
      "loc": {
        "start": {
          "line": 229,
          "column": 61
        },
        "end": {
          "line": 229,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7491,
      "end": 7492,
      "loc": {
        "start": {
          "line": 229,
          "column": 62
        },
        "end": {
          "line": 229,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7501,
      "end": 7502,
      "loc": {
        "start": {
          "line": 230,
          "column": 8
        },
        "end": {
          "line": 230,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 7503,
      "end": 7507,
      "loc": {
        "start": {
          "line": 230,
          "column": 10
        },
        "end": {
          "line": 230,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7508,
      "end": 7509,
      "loc": {
        "start": {
          "line": 230,
          "column": 15
        },
        "end": {
          "line": 230,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 7520,
      "end": 7526,
      "loc": {
        "start": {
          "line": 231,
          "column": 10
        },
        "end": {
          "line": 231,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7526,
      "end": 7527,
      "loc": {
        "start": {
          "line": 231,
          "column": 16
        },
        "end": {
          "line": 231,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7527,
      "end": 7532,
      "loc": {
        "start": {
          "line": 231,
          "column": 17
        },
        "end": {
          "line": 231,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7532,
      "end": 7533,
      "loc": {
        "start": {
          "line": 231,
          "column": 22
        },
        "end": {
          "line": 231,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 7533,
      "end": 7534,
      "loc": {
        "start": {
          "line": 231,
          "column": 23
        },
        "end": {
          "line": 231,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7534,
      "end": 7535,
      "loc": {
        "start": {
          "line": 231,
          "column": 24
        },
        "end": {
          "line": 231,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7535,
      "end": 7536,
      "loc": {
        "start": {
          "line": 231,
          "column": 25
        },
        "end": {
          "line": 231,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7537,
      "end": 7538,
      "loc": {
        "start": {
          "line": 231,
          "column": 27
        },
        "end": {
          "line": 231,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7539,
      "end": 7544,
      "loc": {
        "start": {
          "line": 231,
          "column": 29
        },
        "end": {
          "line": 231,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7544,
      "end": 7545,
      "loc": {
        "start": {
          "line": 231,
          "column": 34
        },
        "end": {
          "line": 231,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 4,
      "start": 7545,
      "end": 7546,
      "loc": {
        "start": {
          "line": 231,
          "column": 35
        },
        "end": {
          "line": 231,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7546,
      "end": 7547,
      "loc": {
        "start": {
          "line": 231,
          "column": 36
        },
        "end": {
          "line": 231,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7547,
      "end": 7548,
      "loc": {
        "start": {
          "line": 231,
          "column": 37
        },
        "end": {
          "line": 231,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7557,
      "end": 7558,
      "loc": {
        "start": {
          "line": 232,
          "column": 8
        },
        "end": {
          "line": 232,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7565,
      "end": 7566,
      "loc": {
        "start": {
          "line": 233,
          "column": 6
        },
        "end": {
          "line": 233,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 7574,
      "end": 7579,
      "loc": {
        "start": {
          "line": 235,
          "column": 6
        },
        "end": {
          "line": 235,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 7580,
      "end": 7586,
      "loc": {
        "start": {
          "line": 235,
          "column": 12
        },
        "end": {
          "line": 235,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7587,
      "end": 7588,
      "loc": {
        "start": {
          "line": 235,
          "column": 19
        },
        "end": {
          "line": 235,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7589,
      "end": 7590,
      "loc": {
        "start": {
          "line": 235,
          "column": 21
        },
        "end": {
          "line": 235,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7590,
      "end": 7591,
      "loc": {
        "start": {
          "line": 235,
          "column": 22
        },
        "end": {
          "line": 235,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7591,
      "end": 7592,
      "loc": {
        "start": {
          "line": 235,
          "column": 23
        },
        "end": {
          "line": 235,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 7599,
      "end": 7604,
      "loc": {
        "start": {
          "line": 236,
          "column": 6
        },
        "end": {
          "line": 236,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7604,
      "end": 7605,
      "loc": {
        "start": {
          "line": 236,
          "column": 11
        },
        "end": {
          "line": 236,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 7605,
      "end": 7606,
      "loc": {
        "start": {
          "line": 236,
          "column": 12
        },
        "end": {
          "line": 236,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7606,
      "end": 7607,
      "loc": {
        "start": {
          "line": 236,
          "column": 13
        },
        "end": {
          "line": 236,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forOwn",
      "start": 7607,
      "end": 7613,
      "loc": {
        "start": {
          "line": 236,
          "column": 14
        },
        "end": {
          "line": 236,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7613,
      "end": 7614,
      "loc": {
        "start": {
          "line": 236,
          "column": 20
        },
        "end": {
          "line": 236,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 7614,
      "end": 7620,
      "loc": {
        "start": {
          "line": 236,
          "column": 21
        },
        "end": {
          "line": 236,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7620,
      "end": 7621,
      "loc": {
        "start": {
          "line": 236,
          "column": 27
        },
        "end": {
          "line": 236,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7622,
      "end": 7623,
      "loc": {
        "start": {
          "line": 236,
          "column": 29
        },
        "end": {
          "line": 236,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7623,
      "end": 7628,
      "loc": {
        "start": {
          "line": 236,
          "column": 30
        },
        "end": {
          "line": 236,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7628,
      "end": 7629,
      "loc": {
        "start": {
          "line": 236,
          "column": 35
        },
        "end": {
          "line": 236,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 7630,
      "end": 7635,
      "loc": {
        "start": {
          "line": 236,
          "column": 37
        },
        "end": {
          "line": 236,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7635,
      "end": 7636,
      "loc": {
        "start": {
          "line": 236,
          "column": 42
        },
        "end": {
          "line": 236,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7637,
      "end": 7639,
      "loc": {
        "start": {
          "line": 236,
          "column": 44
        },
        "end": {
          "line": 236,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7640,
      "end": 7641,
      "loc": {
        "start": {
          "line": 236,
          "column": 47
        },
        "end": {
          "line": 236,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 7650,
      "end": 7656,
      "loc": {
        "start": {
          "line": 237,
          "column": 8
        },
        "end": {
          "line": 237,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7656,
      "end": 7657,
      "loc": {
        "start": {
          "line": 237,
          "column": 14
        },
        "end": {
          "line": 237,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 7657,
      "end": 7661,
      "loc": {
        "start": {
          "line": 237,
          "column": 15
        },
        "end": {
          "line": 237,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7661,
      "end": 7662,
      "loc": {
        "start": {
          "line": 237,
          "column": 19
        },
        "end": {
          "line": 237,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 7662,
      "end": 7665,
      "loc": {
        "start": {
          "line": 237,
          "column": 20
        },
        "end": {
          "line": 237,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 7666,
      "end": 7681,
      "loc": {
        "start": {
          "line": 237,
          "column": 24
        },
        "end": {
          "line": 237,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7681,
      "end": 7682,
      "loc": {
        "start": {
          "line": 237,
          "column": 39
        },
        "end": {
          "line": 237,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ValidationErrorItem",
      "start": 7682,
      "end": 7701,
      "loc": {
        "start": {
          "line": 237,
          "column": 40
        },
        "end": {
          "line": 237,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7701,
      "end": 7702,
      "loc": {
        "start": {
          "line": 237,
          "column": 59
        },
        "end": {
          "line": 237,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7713,
      "end": 7717,
      "loc": {
        "start": {
          "line": 238,
          "column": 10
        },
        "end": {
          "line": 238,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7717,
      "end": 7718,
      "loc": {
        "start": {
          "line": 238,
          "column": 14
        },
        "end": {
          "line": 238,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getUniqueConstraintErrorMessage",
      "start": 7718,
      "end": 7749,
      "loc": {
        "start": {
          "line": 238,
          "column": 15
        },
        "end": {
          "line": 238,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7749,
      "end": 7750,
      "loc": {
        "start": {
          "line": 238,
          "column": 46
        },
        "end": {
          "line": 238,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 7750,
      "end": 7755,
      "loc": {
        "start": {
          "line": 238,
          "column": 47
        },
        "end": {
          "line": 238,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7755,
      "end": 7756,
      "loc": {
        "start": {
          "line": 238,
          "column": 52
        },
        "end": {
          "line": 238,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7756,
      "end": 7757,
      "loc": {
        "start": {
          "line": 238,
          "column": 53
        },
        "end": {
          "line": 238,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unique violation",
      "start": 7768,
      "end": 7786,
      "loc": {
        "start": {
          "line": 239,
          "column": 10
        },
        "end": {
          "line": 239,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7786,
      "end": 7787,
      "loc": {
        "start": {
          "line": 239,
          "column": 28
        },
        "end": {
          "line": 239,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 7788,
      "end": 7793,
      "loc": {
        "start": {
          "line": 239,
          "column": 30
        },
        "end": {
          "line": 239,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7793,
      "end": 7794,
      "loc": {
        "start": {
          "line": 239,
          "column": 35
        },
        "end": {
          "line": 239,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7795,
      "end": 7800,
      "loc": {
        "start": {
          "line": 239,
          "column": 37
        },
        "end": {
          "line": 239,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7809,
      "end": 7810,
      "loc": {
        "start": {
          "line": 240,
          "column": 8
        },
        "end": {
          "line": 240,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7810,
      "end": 7811,
      "loc": {
        "start": {
          "line": 240,
          "column": 9
        },
        "end": {
          "line": 240,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7811,
      "end": 7812,
      "loc": {
        "start": {
          "line": 240,
          "column": 10
        },
        "end": {
          "line": 240,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7819,
      "end": 7820,
      "loc": {
        "start": {
          "line": 241,
          "column": 6
        },
        "end": {
          "line": 241,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7820,
      "end": 7821,
      "loc": {
        "start": {
          "line": 241,
          "column": 7
        },
        "end": {
          "line": 241,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7821,
      "end": 7822,
      "loc": {
        "start": {
          "line": 241,
          "column": 8
        },
        "end": {
          "line": 241,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7830,
      "end": 7836,
      "loc": {
        "start": {
          "line": 243,
          "column": 6
        },
        "end": {
          "line": 243,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 7837,
      "end": 7840,
      "loc": {
        "start": {
          "line": 243,
          "column": 13
        },
        "end": {
          "line": 243,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 7841,
      "end": 7856,
      "loc": {
        "start": {
          "line": 243,
          "column": 17
        },
        "end": {
          "line": 243,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7856,
      "end": 7857,
      "loc": {
        "start": {
          "line": 243,
          "column": 32
        },
        "end": {
          "line": 243,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UniqueConstraintError",
      "start": 7857,
      "end": 7878,
      "loc": {
        "start": {
          "line": 243,
          "column": 33
        },
        "end": {
          "line": 243,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7878,
      "end": 7879,
      "loc": {
        "start": {
          "line": 243,
          "column": 54
        },
        "end": {
          "line": 243,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7879,
      "end": 7880,
      "loc": {
        "start": {
          "line": 243,
          "column": 55
        },
        "end": {
          "line": 243,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 7880,
      "end": 7887,
      "loc": {
        "start": {
          "line": 243,
          "column": 56
        },
        "end": {
          "line": 243,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7887,
      "end": 7888,
      "loc": {
        "start": {
          "line": 243,
          "column": 63
        },
        "end": {
          "line": 243,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 7889,
      "end": 7895,
      "loc": {
        "start": {
          "line": 243,
          "column": 65
        },
        "end": {
          "line": 243,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7895,
      "end": 7896,
      "loc": {
        "start": {
          "line": 243,
          "column": 71
        },
        "end": {
          "line": 243,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 7897,
      "end": 7903,
      "loc": {
        "start": {
          "line": 243,
          "column": 73
        },
        "end": {
          "line": 243,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7903,
      "end": 7904,
      "loc": {
        "start": {
          "line": 243,
          "column": 79
        },
        "end": {
          "line": 243,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 7905,
      "end": 7908,
      "loc": {
        "start": {
          "line": 243,
          "column": 81
        },
        "end": {
          "line": 243,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7908,
      "end": 7909,
      "loc": {
        "start": {
          "line": 243,
          "column": 84
        },
        "end": {
          "line": 243,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 7910,
      "end": 7916,
      "loc": {
        "start": {
          "line": 243,
          "column": 86
        },
        "end": {
          "line": 243,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7916,
      "end": 7917,
      "loc": {
        "start": {
          "line": 243,
          "column": 92
        },
        "end": {
          "line": 243,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7917,
      "end": 7918,
      "loc": {
        "start": {
          "line": 243,
          "column": 93
        },
        "end": {
          "line": 243,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7918,
      "end": 7919,
      "loc": {
        "start": {
          "line": 243,
          "column": 94
        },
        "end": {
          "line": 243,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7924,
      "end": 7925,
      "loc": {
        "start": {
          "line": 244,
          "column": 4
        },
        "end": {
          "line": 244,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7931,
      "end": 7936,
      "loc": {
        "start": {
          "line": 246,
          "column": 4
        },
        "end": {
          "line": 246,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7937,
      "end": 7938,
      "loc": {
        "start": {
          "line": 246,
          "column": 10
        },
        "end": {
          "line": 246,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 7939,
      "end": 7942,
      "loc": {
        "start": {
          "line": 246,
          "column": 12
        },
        "end": {
          "line": 246,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7942,
      "end": 7943,
      "loc": {
        "start": {
          "line": 246,
          "column": 15
        },
        "end": {
          "line": 246,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 7943,
      "end": 7950,
      "loc": {
        "start": {
          "line": 246,
          "column": 16
        },
        "end": {
          "line": 246,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7950,
      "end": 7951,
      "loc": {
        "start": {
          "line": 246,
          "column": 23
        },
        "end": {
          "line": 246,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 7951,
      "end": 7956,
      "loc": {
        "start": {
          "line": 246,
          "column": 24
        },
        "end": {
          "line": 246,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7956,
      "end": 7957,
      "loc": {
        "start": {
          "line": 246,
          "column": 29
        },
        "end": {
          "line": 246,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "Failed on step '(.*)'.Could not create constraint. See previous errors.",
        "flags": ""
      },
      "start": 7957,
      "end": 8030,
      "loc": {
        "start": {
          "line": 246,
          "column": 30
        },
        "end": {
          "line": 246,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8030,
      "end": 8031,
      "loc": {
        "start": {
          "line": 246,
          "column": 103
        },
        "end": {
          "line": 246,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8032,
      "end": 8034,
      "loc": {
        "start": {
          "line": 246,
          "column": 105
        },
        "end": {
          "line": 246,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 8047,
      "end": 8050,
      "loc": {
        "start": {
          "line": 247,
          "column": 12
        },
        "end": {
          "line": 247,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8050,
      "end": 8051,
      "loc": {
        "start": {
          "line": 247,
          "column": 15
        },
        "end": {
          "line": 247,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 8051,
      "end": 8058,
      "loc": {
        "start": {
          "line": 247,
          "column": 16
        },
        "end": {
          "line": 247,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8058,
      "end": 8059,
      "loc": {
        "start": {
          "line": 247,
          "column": 23
        },
        "end": {
          "line": 247,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 8059,
      "end": 8064,
      "loc": {
        "start": {
          "line": 247,
          "column": 24
        },
        "end": {
          "line": 247,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8064,
      "end": 8065,
      "loc": {
        "start": {
          "line": 247,
          "column": 29
        },
        "end": {
          "line": 247,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "The DELETE statement conflicted with the REFERENCE constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'.",
        "flags": ""
      },
      "start": 8065,
      "end": 8207,
      "loc": {
        "start": {
          "line": 247,
          "column": 30
        },
        "end": {
          "line": 247,
          "column": 172
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8207,
      "end": 8208,
      "loc": {
        "start": {
          "line": 247,
          "column": 172
        },
        "end": {
          "line": 247,
          "column": 173
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8209,
      "end": 8211,
      "loc": {
        "start": {
          "line": 247,
          "column": 174
        },
        "end": {
          "line": 247,
          "column": 176
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 8224,
      "end": 8227,
      "loc": {
        "start": {
          "line": 248,
          "column": 12
        },
        "end": {
          "line": 248,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8227,
      "end": 8228,
      "loc": {
        "start": {
          "line": 248,
          "column": 15
        },
        "end": {
          "line": 248,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 8228,
      "end": 8235,
      "loc": {
        "start": {
          "line": 248,
          "column": 16
        },
        "end": {
          "line": 248,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8235,
      "end": 8236,
      "loc": {
        "start": {
          "line": 248,
          "column": 23
        },
        "end": {
          "line": 248,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 8236,
      "end": 8241,
      "loc": {
        "start": {
          "line": 248,
          "column": 24
        },
        "end": {
          "line": 248,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8241,
      "end": 8242,
      "loc": {
        "start": {
          "line": 248,
          "column": 29
        },
        "end": {
          "line": 248,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "The INSERT statement conflicted with the FOREIGN KEY constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'.",
        "flags": ""
      },
      "start": 8242,
      "end": 8386,
      "loc": {
        "start": {
          "line": 248,
          "column": 30
        },
        "end": {
          "line": 248,
          "column": 174
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8386,
      "end": 8387,
      "loc": {
        "start": {
          "line": 248,
          "column": 174
        },
        "end": {
          "line": 248,
          "column": 175
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8388,
      "end": 8390,
      "loc": {
        "start": {
          "line": 248,
          "column": 176
        },
        "end": {
          "line": 248,
          "column": 178
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 8403,
      "end": 8406,
      "loc": {
        "start": {
          "line": 249,
          "column": 12
        },
        "end": {
          "line": 249,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8406,
      "end": 8407,
      "loc": {
        "start": {
          "line": 249,
          "column": 15
        },
        "end": {
          "line": 249,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 8407,
      "end": 8414,
      "loc": {
        "start": {
          "line": 249,
          "column": 16
        },
        "end": {
          "line": 249,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8414,
      "end": 8415,
      "loc": {
        "start": {
          "line": 249,
          "column": 23
        },
        "end": {
          "line": 249,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 8415,
      "end": 8420,
      "loc": {
        "start": {
          "line": 249,
          "column": 24
        },
        "end": {
          "line": 249,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8420,
      "end": 8421,
      "loc": {
        "start": {
          "line": 249,
          "column": 29
        },
        "end": {
          "line": 249,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "The MERGE statement conflicted with the FOREIGN KEY constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'.",
        "flags": ""
      },
      "start": 8421,
      "end": 8564,
      "loc": {
        "start": {
          "line": 249,
          "column": 30
        },
        "end": {
          "line": 249,
          "column": 173
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8564,
      "end": 8565,
      "loc": {
        "start": {
          "line": 249,
          "column": 173
        },
        "end": {
          "line": 249,
          "column": 174
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8566,
      "end": 8568,
      "loc": {
        "start": {
          "line": 249,
          "column": 175
        },
        "end": {
          "line": 249,
          "column": 177
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 8581,
      "end": 8584,
      "loc": {
        "start": {
          "line": 250,
          "column": 12
        },
        "end": {
          "line": 250,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8584,
      "end": 8585,
      "loc": {
        "start": {
          "line": 250,
          "column": 15
        },
        "end": {
          "line": 250,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 8585,
      "end": 8592,
      "loc": {
        "start": {
          "line": 250,
          "column": 16
        },
        "end": {
          "line": 250,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8592,
      "end": 8593,
      "loc": {
        "start": {
          "line": 250,
          "column": 23
        },
        "end": {
          "line": 250,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 8593,
      "end": 8598,
      "loc": {
        "start": {
          "line": 250,
          "column": 24
        },
        "end": {
          "line": 250,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8598,
      "end": 8599,
      "loc": {
        "start": {
          "line": 250,
          "column": 29
        },
        "end": {
          "line": 250,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "The UPDATE statement conflicted with the FOREIGN KEY constraint \"(.*)\". The conflict occurred in database \"(.*)\", table \"(.*)\", column '(.*)'.",
        "flags": ""
      },
      "start": 8599,
      "end": 8743,
      "loc": {
        "start": {
          "line": 250,
          "column": 30
        },
        "end": {
          "line": 250,
          "column": 174
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8743,
      "end": 8744,
      "loc": {
        "start": {
          "line": 250,
          "column": 174
        },
        "end": {
          "line": 250,
          "column": 175
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8744,
      "end": 8745,
      "loc": {
        "start": {
          "line": 250,
          "column": 175
        },
        "end": {
          "line": 250,
          "column": 176
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8750,
      "end": 8752,
      "loc": {
        "start": {
          "line": 251,
          "column": 4
        },
        "end": {
          "line": 251,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8753,
      "end": 8754,
      "loc": {
        "start": {
          "line": 251,
          "column": 7
        },
        "end": {
          "line": 251,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 8754,
      "end": 8759,
      "loc": {
        "start": {
          "line": 251,
          "column": 8
        },
        "end": {
          "line": 251,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8760,
      "end": 8762,
      "loc": {
        "start": {
          "line": 251,
          "column": 14
        },
        "end": {
          "line": 251,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 8763,
      "end": 8768,
      "loc": {
        "start": {
          "line": 251,
          "column": 17
        },
        "end": {
          "line": 251,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8768,
      "end": 8769,
      "loc": {
        "start": {
          "line": 251,
          "column": 22
        },
        "end": {
          "line": 251,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 8769,
      "end": 8775,
      "loc": {
        "start": {
          "line": 251,
          "column": 23
        },
        "end": {
          "line": 251,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 8776,
      "end": 8777,
      "loc": {
        "start": {
          "line": 251,
          "column": 30
        },
        "end": {
          "line": 251,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8778,
      "end": 8779,
      "loc": {
        "start": {
          "line": 251,
          "column": 32
        },
        "end": {
          "line": 251,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8779,
      "end": 8780,
      "loc": {
        "start": {
          "line": 251,
          "column": 33
        },
        "end": {
          "line": 251,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8781,
      "end": 8782,
      "loc": {
        "start": {
          "line": 251,
          "column": 35
        },
        "end": {
          "line": 251,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8789,
      "end": 8795,
      "loc": {
        "start": {
          "line": 252,
          "column": 6
        },
        "end": {
          "line": 252,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 8796,
      "end": 8799,
      "loc": {
        "start": {
          "line": 252,
          "column": 13
        },
        "end": {
          "line": 252,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 8800,
      "end": 8815,
      "loc": {
        "start": {
          "line": 252,
          "column": 17
        },
        "end": {
          "line": 252,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8815,
      "end": 8816,
      "loc": {
        "start": {
          "line": 252,
          "column": 32
        },
        "end": {
          "line": 252,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ForeignKeyConstraintError",
      "start": 8816,
      "end": 8841,
      "loc": {
        "start": {
          "line": 252,
          "column": 33
        },
        "end": {
          "line": 252,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8841,
      "end": 8842,
      "loc": {
        "start": {
          "line": 252,
          "column": 58
        },
        "end": {
          "line": 252,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8842,
      "end": 8843,
      "loc": {
        "start": {
          "line": 252,
          "column": 59
        },
        "end": {
          "line": 252,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 8852,
      "end": 8858,
      "loc": {
        "start": {
          "line": 253,
          "column": 8
        },
        "end": {
          "line": 253,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8858,
      "end": 8859,
      "loc": {
        "start": {
          "line": 253,
          "column": 14
        },
        "end": {
          "line": 253,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 8860,
      "end": 8864,
      "loc": {
        "start": {
          "line": 253,
          "column": 16
        },
        "end": {
          "line": 253,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8864,
      "end": 8865,
      "loc": {
        "start": {
          "line": 253,
          "column": 20
        },
        "end": {
          "line": 253,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 8874,
      "end": 8879,
      "loc": {
        "start": {
          "line": 254,
          "column": 8
        },
        "end": {
          "line": 254,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8879,
      "end": 8880,
      "loc": {
        "start": {
          "line": 254,
          "column": 13
        },
        "end": {
          "line": 254,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 8881,
      "end": 8886,
      "loc": {
        "start": {
          "line": 254,
          "column": 15
        },
        "end": {
          "line": 254,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8886,
      "end": 8887,
      "loc": {
        "start": {
          "line": 254,
          "column": 20
        },
        "end": {
          "line": 254,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8887,
      "end": 8888,
      "loc": {
        "start": {
          "line": 254,
          "column": 21
        },
        "end": {
          "line": 254,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8888,
      "end": 8889,
      "loc": {
        "start": {
          "line": 254,
          "column": 22
        },
        "end": {
          "line": 254,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8889,
      "end": 8890,
      "loc": {
        "start": {
          "line": 254,
          "column": 23
        },
        "end": {
          "line": 254,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 8899,
      "end": 8905,
      "loc": {
        "start": {
          "line": 255,
          "column": 8
        },
        "end": {
          "line": 255,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8905,
      "end": 8906,
      "loc": {
        "start": {
          "line": 255,
          "column": 14
        },
        "end": {
          "line": 255,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 8907,
      "end": 8910,
      "loc": {
        "start": {
          "line": 255,
          "column": 16
        },
        "end": {
          "line": 255,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8917,
      "end": 8918,
      "loc": {
        "start": {
          "line": 256,
          "column": 6
        },
        "end": {
          "line": 256,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8918,
      "end": 8919,
      "loc": {
        "start": {
          "line": 256,
          "column": 7
        },
        "end": {
          "line": 256,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8919,
      "end": 8920,
      "loc": {
        "start": {
          "line": 256,
          "column": 8
        },
        "end": {
          "line": 256,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8925,
      "end": 8926,
      "loc": {
        "start": {
          "line": 257,
          "column": 4
        },
        "end": {
          "line": 257,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8932,
      "end": 8938,
      "loc": {
        "start": {
          "line": 259,
          "column": 4
        },
        "end": {
          "line": 259,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 8939,
      "end": 8942,
      "loc": {
        "start": {
          "line": 259,
          "column": 11
        },
        "end": {
          "line": 259,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 8943,
      "end": 8958,
      "loc": {
        "start": {
          "line": 259,
          "column": 15
        },
        "end": {
          "line": 259,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8958,
      "end": 8959,
      "loc": {
        "start": {
          "line": 259,
          "column": 30
        },
        "end": {
          "line": 259,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DatabaseError",
      "start": 8959,
      "end": 8972,
      "loc": {
        "start": {
          "line": 259,
          "column": 31
        },
        "end": {
          "line": 259,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8972,
      "end": 8973,
      "loc": {
        "start": {
          "line": 259,
          "column": 44
        },
        "end": {
          "line": 259,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 8973,
      "end": 8976,
      "loc": {
        "start": {
          "line": 259,
          "column": 45
        },
        "end": {
          "line": 259,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8976,
      "end": 8977,
      "loc": {
        "start": {
          "line": 259,
          "column": 48
        },
        "end": {
          "line": 259,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8977,
      "end": 8978,
      "loc": {
        "start": {
          "line": 259,
          "column": 49
        },
        "end": {
          "line": 259,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8981,
      "end": 8982,
      "loc": {
        "start": {
          "line": 260,
          "column": 2
        },
        "end": {
          "line": 260,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isShowOrDescribeQuery",
      "start": 8986,
      "end": 9007,
      "loc": {
        "start": {
          "line": 262,
          "column": 2
        },
        "end": {
          "line": 262,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9007,
      "end": 9008,
      "loc": {
        "start": {
          "line": 262,
          "column": 23
        },
        "end": {
          "line": 262,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9008,
      "end": 9009,
      "loc": {
        "start": {
          "line": 262,
          "column": 24
        },
        "end": {
          "line": 262,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9010,
      "end": 9011,
      "loc": {
        "start": {
          "line": 262,
          "column": 26
        },
        "end": {
          "line": 262,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9016,
      "end": 9019,
      "loc": {
        "start": {
          "line": 263,
          "column": 4
        },
        "end": {
          "line": 263,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9020,
      "end": 9026,
      "loc": {
        "start": {
          "line": 263,
          "column": 8
        },
        "end": {
          "line": 263,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9027,
      "end": 9028,
      "loc": {
        "start": {
          "line": 263,
          "column": 15
        },
        "end": {
          "line": 263,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 9029,
      "end": 9034,
      "loc": {
        "start": {
          "line": 263,
          "column": 17
        },
        "end": {
          "line": 263,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9034,
      "end": 9035,
      "loc": {
        "start": {
          "line": 263,
          "column": 22
        },
        "end": {
          "line": 263,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9041,
      "end": 9047,
      "loc": {
        "start": {
          "line": 265,
          "column": 4
        },
        "end": {
          "line": 265,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9048,
      "end": 9049,
      "loc": {
        "start": {
          "line": 265,
          "column": 11
        },
        "end": {
          "line": 265,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9050,
      "end": 9056,
      "loc": {
        "start": {
          "line": 265,
          "column": 13
        },
        "end": {
          "line": 265,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9057,
      "end": 9059,
      "loc": {
        "start": {
          "line": 265,
          "column": 20
        },
        "end": {
          "line": 265,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9060,
      "end": 9061,
      "loc": {
        "start": {
          "line": 265,
          "column": 23
        },
        "end": {
          "line": 265,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9061,
      "end": 9065,
      "loc": {
        "start": {
          "line": 265,
          "column": 24
        },
        "end": {
          "line": 265,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9065,
      "end": 9066,
      "loc": {
        "start": {
          "line": 265,
          "column": 28
        },
        "end": {
          "line": 265,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9066,
      "end": 9069,
      "loc": {
        "start": {
          "line": 265,
          "column": 29
        },
        "end": {
          "line": 265,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9069,
      "end": 9070,
      "loc": {
        "start": {
          "line": 265,
          "column": 32
        },
        "end": {
          "line": 265,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 9070,
      "end": 9081,
      "loc": {
        "start": {
          "line": 265,
          "column": 33
        },
        "end": {
          "line": 265,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9081,
      "end": 9082,
      "loc": {
        "start": {
          "line": 265,
          "column": 44
        },
        "end": {
          "line": 265,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9082,
      "end": 9083,
      "loc": {
        "start": {
          "line": 265,
          "column": 45
        },
        "end": {
          "line": 265,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9083,
      "end": 9084,
      "loc": {
        "start": {
          "line": 265,
          "column": 46
        },
        "end": {
          "line": 265,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 9084,
      "end": 9091,
      "loc": {
        "start": {
          "line": 265,
          "column": 47
        },
        "end": {
          "line": 265,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9091,
      "end": 9092,
      "loc": {
        "start": {
          "line": 265,
          "column": 54
        },
        "end": {
          "line": 265,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "select c.column_name as 'name', c.data_type as 'type', c.is_nullable as 'isnull'",
      "start": 9092,
      "end": 9174,
      "loc": {
        "start": {
          "line": 265,
          "column": 55
        },
        "end": {
          "line": 265,
          "column": 137
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9174,
      "end": 9175,
      "loc": {
        "start": {
          "line": 265,
          "column": 137
        },
        "end": {
          "line": 265,
          "column": 138
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9176,
      "end": 9179,
      "loc": {
        "start": {
          "line": 265,
          "column": 139
        },
        "end": {
          "line": 265,
          "column": 142
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9180,
      "end": 9181,
      "loc": {
        "start": {
          "line": 265,
          "column": 143
        },
        "end": {
          "line": 265,
          "column": 144
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9181,
      "end": 9182,
      "loc": {
        "start": {
          "line": 265,
          "column": 144
        },
        "end": {
          "line": 265,
          "column": 145
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9182,
      "end": 9183,
      "loc": {
        "start": {
          "line": 265,
          "column": 145
        },
        "end": {
          "line": 265,
          "column": 146
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " jshint ignore: line ",
      "start": 9184,
      "end": 9209,
      "loc": {
        "start": {
          "line": 265,
          "column": 147
        },
        "end": {
          "line": 265,
          "column": 172
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9214,
      "end": 9220,
      "loc": {
        "start": {
          "line": 266,
          "column": 4
        },
        "end": {
          "line": 266,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9221,
      "end": 9222,
      "loc": {
        "start": {
          "line": 266,
          "column": 11
        },
        "end": {
          "line": 266,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9223,
      "end": 9229,
      "loc": {
        "start": {
          "line": 266,
          "column": 13
        },
        "end": {
          "line": 266,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9230,
      "end": 9232,
      "loc": {
        "start": {
          "line": 266,
          "column": 20
        },
        "end": {
          "line": 266,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9233,
      "end": 9234,
      "loc": {
        "start": {
          "line": 266,
          "column": 23
        },
        "end": {
          "line": 266,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9234,
      "end": 9238,
      "loc": {
        "start": {
          "line": 266,
          "column": 24
        },
        "end": {
          "line": 266,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9238,
      "end": 9239,
      "loc": {
        "start": {
          "line": 266,
          "column": 28
        },
        "end": {
          "line": 266,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9239,
      "end": 9242,
      "loc": {
        "start": {
          "line": 266,
          "column": 29
        },
        "end": {
          "line": 266,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9242,
      "end": 9243,
      "loc": {
        "start": {
          "line": 266,
          "column": 32
        },
        "end": {
          "line": 266,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 9243,
      "end": 9254,
      "loc": {
        "start": {
          "line": 266,
          "column": 33
        },
        "end": {
          "line": 266,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9254,
      "end": 9255,
      "loc": {
        "start": {
          "line": 266,
          "column": 44
        },
        "end": {
          "line": 266,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9255,
      "end": 9256,
      "loc": {
        "start": {
          "line": 266,
          "column": 45
        },
        "end": {
          "line": 266,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9256,
      "end": 9257,
      "loc": {
        "start": {
          "line": 266,
          "column": 46
        },
        "end": {
          "line": 266,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 9257,
      "end": 9264,
      "loc": {
        "start": {
          "line": 266,
          "column": 47
        },
        "end": {
          "line": 266,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9264,
      "end": 9265,
      "loc": {
        "start": {
          "line": 266,
          "column": 54
        },
        "end": {
          "line": 266,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "select tablename = t.name, name = ind.name,",
      "start": 9265,
      "end": 9310,
      "loc": {
        "start": {
          "line": 266,
          "column": 55
        },
        "end": {
          "line": 266,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9310,
      "end": 9311,
      "loc": {
        "start": {
          "line": 266,
          "column": 100
        },
        "end": {
          "line": 266,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9312,
      "end": 9315,
      "loc": {
        "start": {
          "line": 266,
          "column": 102
        },
        "end": {
          "line": 266,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9316,
      "end": 9317,
      "loc": {
        "start": {
          "line": 266,
          "column": 106
        },
        "end": {
          "line": 266,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9317,
      "end": 9318,
      "loc": {
        "start": {
          "line": 266,
          "column": 107
        },
        "end": {
          "line": 266,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9318,
      "end": 9319,
      "loc": {
        "start": {
          "line": 266,
          "column": 108
        },
        "end": {
          "line": 266,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9324,
      "end": 9330,
      "loc": {
        "start": {
          "line": 267,
          "column": 4
        },
        "end": {
          "line": 267,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9331,
      "end": 9332,
      "loc": {
        "start": {
          "line": 267,
          "column": 11
        },
        "end": {
          "line": 267,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9333,
      "end": 9339,
      "loc": {
        "start": {
          "line": 267,
          "column": 13
        },
        "end": {
          "line": 267,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9340,
      "end": 9342,
      "loc": {
        "start": {
          "line": 267,
          "column": 20
        },
        "end": {
          "line": 267,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9343,
      "end": 9344,
      "loc": {
        "start": {
          "line": 267,
          "column": 23
        },
        "end": {
          "line": 267,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9344,
      "end": 9348,
      "loc": {
        "start": {
          "line": 267,
          "column": 24
        },
        "end": {
          "line": 267,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9348,
      "end": 9349,
      "loc": {
        "start": {
          "line": 267,
          "column": 28
        },
        "end": {
          "line": 267,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9349,
      "end": 9352,
      "loc": {
        "start": {
          "line": 267,
          "column": 29
        },
        "end": {
          "line": 267,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9352,
      "end": 9353,
      "loc": {
        "start": {
          "line": 267,
          "column": 32
        },
        "end": {
          "line": 267,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 9353,
      "end": 9364,
      "loc": {
        "start": {
          "line": 267,
          "column": 33
        },
        "end": {
          "line": 267,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9364,
      "end": 9365,
      "loc": {
        "start": {
          "line": 267,
          "column": 44
        },
        "end": {
          "line": 267,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9365,
      "end": 9366,
      "loc": {
        "start": {
          "line": 267,
          "column": 45
        },
        "end": {
          "line": 267,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9366,
      "end": 9367,
      "loc": {
        "start": {
          "line": 267,
          "column": 46
        },
        "end": {
          "line": 267,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 9367,
      "end": 9374,
      "loc": {
        "start": {
          "line": 267,
          "column": 47
        },
        "end": {
          "line": 267,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9374,
      "end": 9375,
      "loc": {
        "start": {
          "line": 267,
          "column": 54
        },
        "end": {
          "line": 267,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "exec sys.sp_helpindex @objname",
      "start": 9375,
      "end": 9407,
      "loc": {
        "start": {
          "line": 267,
          "column": 55
        },
        "end": {
          "line": 267,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9407,
      "end": 9408,
      "loc": {
        "start": {
          "line": 267,
          "column": 87
        },
        "end": {
          "line": 267,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9409,
      "end": 9412,
      "loc": {
        "start": {
          "line": 267,
          "column": 89
        },
        "end": {
          "line": 267,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9413,
      "end": 9414,
      "loc": {
        "start": {
          "line": 267,
          "column": 93
        },
        "end": {
          "line": 267,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9414,
      "end": 9415,
      "loc": {
        "start": {
          "line": 267,
          "column": 94
        },
        "end": {
          "line": 267,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9415,
      "end": 9416,
      "loc": {
        "start": {
          "line": 267,
          "column": 95
        },
        "end": {
          "line": 267,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9422,
      "end": 9428,
      "loc": {
        "start": {
          "line": 269,
          "column": 4
        },
        "end": {
          "line": 269,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9429,
      "end": 9435,
      "loc": {
        "start": {
          "line": 269,
          "column": 11
        },
        "end": {
          "line": 269,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9435,
      "end": 9436,
      "loc": {
        "start": {
          "line": 269,
          "column": 17
        },
        "end": {
          "line": 269,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9439,
      "end": 9440,
      "loc": {
        "start": {
          "line": 270,
          "column": 2
        },
        "end": {
          "line": 270,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isShowIndexesQuery",
      "start": 9444,
      "end": 9462,
      "loc": {
        "start": {
          "line": 272,
          "column": 2
        },
        "end": {
          "line": 272,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9462,
      "end": 9463,
      "loc": {
        "start": {
          "line": 272,
          "column": 20
        },
        "end": {
          "line": 272,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9463,
      "end": 9464,
      "loc": {
        "start": {
          "line": 272,
          "column": 21
        },
        "end": {
          "line": 272,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9465,
      "end": 9466,
      "loc": {
        "start": {
          "line": 272,
          "column": 23
        },
        "end": {
          "line": 272,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9471,
      "end": 9477,
      "loc": {
        "start": {
          "line": 273,
          "column": 4
        },
        "end": {
          "line": 273,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9478,
      "end": 9482,
      "loc": {
        "start": {
          "line": 273,
          "column": 11
        },
        "end": {
          "line": 273,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9482,
      "end": 9483,
      "loc": {
        "start": {
          "line": 273,
          "column": 15
        },
        "end": {
          "line": 273,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 9483,
      "end": 9486,
      "loc": {
        "start": {
          "line": 273,
          "column": 16
        },
        "end": {
          "line": 273,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9486,
      "end": 9487,
      "loc": {
        "start": {
          "line": 273,
          "column": 19
        },
        "end": {
          "line": 273,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 9487,
      "end": 9498,
      "loc": {
        "start": {
          "line": 273,
          "column": 20
        },
        "end": {
          "line": 273,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9498,
      "end": 9499,
      "loc": {
        "start": {
          "line": 273,
          "column": 31
        },
        "end": {
          "line": 273,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9499,
      "end": 9500,
      "loc": {
        "start": {
          "line": 273,
          "column": 32
        },
        "end": {
          "line": 273,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9500,
      "end": 9501,
      "loc": {
        "start": {
          "line": 273,
          "column": 33
        },
        "end": {
          "line": 273,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 9501,
      "end": 9508,
      "loc": {
        "start": {
          "line": 273,
          "column": 34
        },
        "end": {
          "line": 273,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9508,
      "end": 9509,
      "loc": {
        "start": {
          "line": 273,
          "column": 41
        },
        "end": {
          "line": 273,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "exec sys.sp_helpindex @objname",
      "start": 9509,
      "end": 9541,
      "loc": {
        "start": {
          "line": 273,
          "column": 42
        },
        "end": {
          "line": 273,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9541,
      "end": 9542,
      "loc": {
        "start": {
          "line": 273,
          "column": 74
        },
        "end": {
          "line": 273,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9543,
      "end": 9546,
      "loc": {
        "start": {
          "line": 273,
          "column": 76
        },
        "end": {
          "line": 273,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9547,
      "end": 9548,
      "loc": {
        "start": {
          "line": 273,
          "column": 80
        },
        "end": {
          "line": 273,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9548,
      "end": 9549,
      "loc": {
        "start": {
          "line": 273,
          "column": 81
        },
        "end": {
          "line": 273,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9552,
      "end": 9553,
      "loc": {
        "start": {
          "line": 274,
          "column": 2
        },
        "end": {
          "line": 274,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleShowIndexesQuery",
      "start": 9557,
      "end": 9579,
      "loc": {
        "start": {
          "line": 276,
          "column": 2
        },
        "end": {
          "line": 276,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9579,
      "end": 9580,
      "loc": {
        "start": {
          "line": 276,
          "column": 24
        },
        "end": {
          "line": 276,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 9580,
      "end": 9584,
      "loc": {
        "start": {
          "line": 276,
          "column": 25
        },
        "end": {
          "line": 276,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9584,
      "end": 9585,
      "loc": {
        "start": {
          "line": 276,
          "column": 29
        },
        "end": {
          "line": 276,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9586,
      "end": 9587,
      "loc": {
        "start": {
          "line": 276,
          "column": 31
        },
        "end": {
          "line": 276,
          "column": 32
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Group by index name, and collect all fields",
      "start": 9592,
      "end": 9638,
      "loc": {
        "start": {
          "line": 277,
          "column": 4
        },
        "end": {
          "line": 277,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 9643,
      "end": 9647,
      "loc": {
        "start": {
          "line": 278,
          "column": 4
        },
        "end": {
          "line": 278,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9648,
      "end": 9649,
      "loc": {
        "start": {
          "line": 278,
          "column": 9
        },
        "end": {
          "line": 278,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9650,
      "end": 9651,
      "loc": {
        "start": {
          "line": 278,
          "column": 11
        },
        "end": {
          "line": 278,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9651,
      "end": 9652,
      "loc": {
        "start": {
          "line": 278,
          "column": 12
        },
        "end": {
          "line": 278,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 9652,
      "end": 9658,
      "loc": {
        "start": {
          "line": 278,
          "column": 13
        },
        "end": {
          "line": 278,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9658,
      "end": 9659,
      "loc": {
        "start": {
          "line": 278,
          "column": 19
        },
        "end": {
          "line": 278,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 9659,
      "end": 9663,
      "loc": {
        "start": {
          "line": 278,
          "column": 20
        },
        "end": {
          "line": 278,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9663,
      "end": 9664,
      "loc": {
        "start": {
          "line": 278,
          "column": 24
        },
        "end": {
          "line": 278,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9665,
      "end": 9666,
      "loc": {
        "start": {
          "line": 278,
          "column": 26
        },
        "end": {
          "line": 278,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "acc",
      "start": 9666,
      "end": 9669,
      "loc": {
        "start": {
          "line": 278,
          "column": 27
        },
        "end": {
          "line": 278,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9669,
      "end": 9670,
      "loc": {
        "start": {
          "line": 278,
          "column": 30
        },
        "end": {
          "line": 278,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 9671,
      "end": 9675,
      "loc": {
        "start": {
          "line": 278,
          "column": 32
        },
        "end": {
          "line": 278,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9675,
      "end": 9676,
      "loc": {
        "start": {
          "line": 278,
          "column": 36
        },
        "end": {
          "line": 278,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9677,
      "end": 9679,
      "loc": {
        "start": {
          "line": 278,
          "column": 38
        },
        "end": {
          "line": 278,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9680,
      "end": 9681,
      "loc": {
        "start": {
          "line": 278,
          "column": 41
        },
        "end": {
          "line": 278,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9688,
      "end": 9690,
      "loc": {
        "start": {
          "line": 279,
          "column": 6
        },
        "end": {
          "line": 279,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9691,
      "end": 9692,
      "loc": {
        "start": {
          "line": 279,
          "column": 9
        },
        "end": {
          "line": 279,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 9692,
      "end": 9693,
      "loc": {
        "start": {
          "line": 279,
          "column": 10
        },
        "end": {
          "line": 279,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9693,
      "end": 9694,
      "loc": {
        "start": {
          "line": 279,
          "column": 11
        },
        "end": {
          "line": 279,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 9694,
      "end": 9698,
      "loc": {
        "start": {
          "line": 279,
          "column": 12
        },
        "end": {
          "line": 279,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9698,
      "end": 9699,
      "loc": {
        "start": {
          "line": 279,
          "column": 16
        },
        "end": {
          "line": 279,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index_name",
      "start": 9699,
      "end": 9709,
      "loc": {
        "start": {
          "line": 279,
          "column": 17
        },
        "end": {
          "line": 279,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 9710,
      "end": 9712,
      "loc": {
        "start": {
          "line": 279,
          "column": 28
        },
        "end": {
          "line": 279,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "acc",
      "start": 9713,
      "end": 9716,
      "loc": {
        "start": {
          "line": 279,
          "column": 31
        },
        "end": {
          "line": 279,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9716,
      "end": 9717,
      "loc": {
        "start": {
          "line": 279,
          "column": 34
        },
        "end": {
          "line": 279,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9717,
      "end": 9718,
      "loc": {
        "start": {
          "line": 279,
          "column": 35
        },
        "end": {
          "line": 279,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9719,
      "end": 9720,
      "loc": {
        "start": {
          "line": 279,
          "column": 37
        },
        "end": {
          "line": 279,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "acc",
      "start": 9729,
      "end": 9732,
      "loc": {
        "start": {
          "line": 280,
          "column": 8
        },
        "end": {
          "line": 280,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9732,
      "end": 9733,
      "loc": {
        "start": {
          "line": 280,
          "column": 11
        },
        "end": {
          "line": 280,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 9733,
      "end": 9737,
      "loc": {
        "start": {
          "line": 280,
          "column": 12
        },
        "end": {
          "line": 280,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9737,
      "end": 9738,
      "loc": {
        "start": {
          "line": 280,
          "column": 16
        },
        "end": {
          "line": 280,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index_name",
      "start": 9738,
      "end": 9748,
      "loc": {
        "start": {
          "line": 280,
          "column": 17
        },
        "end": {
          "line": 280,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9748,
      "end": 9749,
      "loc": {
        "start": {
          "line": 280,
          "column": 27
        },
        "end": {
          "line": 280,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9750,
      "end": 9751,
      "loc": {
        "start": {
          "line": 280,
          "column": 29
        },
        "end": {
          "line": 280,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 9752,
      "end": 9756,
      "loc": {
        "start": {
          "line": 280,
          "column": 31
        },
        "end": {
          "line": 280,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9756,
      "end": 9757,
      "loc": {
        "start": {
          "line": 280,
          "column": 35
        },
        "end": {
          "line": 280,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 9766,
      "end": 9770,
      "loc": {
        "start": {
          "line": 281,
          "column": 8
        },
        "end": {
          "line": 281,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9770,
      "end": 9771,
      "loc": {
        "start": {
          "line": 281,
          "column": 12
        },
        "end": {
          "line": 281,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 9771,
      "end": 9777,
      "loc": {
        "start": {
          "line": 281,
          "column": 13
        },
        "end": {
          "line": 281,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9778,
      "end": 9779,
      "loc": {
        "start": {
          "line": 281,
          "column": 20
        },
        "end": {
          "line": 281,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9780,
      "end": 9781,
      "loc": {
        "start": {
          "line": 281,
          "column": 22
        },
        "end": {
          "line": 281,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9781,
      "end": 9782,
      "loc": {
        "start": {
          "line": 281,
          "column": 23
        },
        "end": {
          "line": 281,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9782,
      "end": 9783,
      "loc": {
        "start": {
          "line": 281,
          "column": 24
        },
        "end": {
          "line": 281,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9790,
      "end": 9791,
      "loc": {
        "start": {
          "line": 282,
          "column": 6
        },
        "end": {
          "line": 282,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 9799,
      "end": 9804,
      "loc": {
        "start": {
          "line": 284,
          "column": 6
        },
        "end": {
          "line": 284,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9804,
      "end": 9805,
      "loc": {
        "start": {
          "line": 284,
          "column": 11
        },
        "end": {
          "line": 284,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9805,
      "end": 9806,
      "loc": {
        "start": {
          "line": 284,
          "column": 12
        },
        "end": {
          "line": 284,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9806,
      "end": 9807,
      "loc": {
        "start": {
          "line": 284,
          "column": 13
        },
        "end": {
          "line": 284,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 9807,
      "end": 9814,
      "loc": {
        "start": {
          "line": 284,
          "column": 14
        },
        "end": {
          "line": 284,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9814,
      "end": 9815,
      "loc": {
        "start": {
          "line": 284,
          "column": 21
        },
        "end": {
          "line": 284,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 9815,
      "end": 9819,
      "loc": {
        "start": {
          "line": 284,
          "column": 22
        },
        "end": {
          "line": 284,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9819,
      "end": 9820,
      "loc": {
        "start": {
          "line": 284,
          "column": 26
        },
        "end": {
          "line": 284,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index_keys",
      "start": 9820,
      "end": 9830,
      "loc": {
        "start": {
          "line": 284,
          "column": 27
        },
        "end": {
          "line": 284,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9830,
      "end": 9831,
      "loc": {
        "start": {
          "line": 284,
          "column": 37
        },
        "end": {
          "line": 284,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 9831,
      "end": 9836,
      "loc": {
        "start": {
          "line": 284,
          "column": 38
        },
        "end": {
          "line": 284,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9836,
      "end": 9837,
      "loc": {
        "start": {
          "line": 284,
          "column": 43
        },
        "end": {
          "line": 284,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ",",
      "start": 9837,
      "end": 9840,
      "loc": {
        "start": {
          "line": 284,
          "column": 44
        },
        "end": {
          "line": 284,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9840,
      "end": 9841,
      "loc": {
        "start": {
          "line": 284,
          "column": 47
        },
        "end": {
          "line": 284,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9841,
      "end": 9842,
      "loc": {
        "start": {
          "line": 284,
          "column": 48
        },
        "end": {
          "line": 284,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 9843,
      "end": 9849,
      "loc": {
        "start": {
          "line": 284,
          "column": 50
        },
        "end": {
          "line": 284,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9850,
      "end": 9852,
      "loc": {
        "start": {
          "line": 284,
          "column": 57
        },
        "end": {
          "line": 284,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9853,
      "end": 9854,
      "loc": {
        "start": {
          "line": 284,
          "column": 60
        },
        "end": {
          "line": 284,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9863,
      "end": 9866,
      "loc": {
        "start": {
          "line": 285,
          "column": 8
        },
        "end": {
          "line": 285,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columnName",
      "start": 9867,
      "end": 9877,
      "loc": {
        "start": {
          "line": 285,
          "column": 12
        },
        "end": {
          "line": 285,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9878,
      "end": 9879,
      "loc": {
        "start": {
          "line": 285,
          "column": 23
        },
        "end": {
          "line": 285,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 9880,
      "end": 9886,
      "loc": {
        "start": {
          "line": 285,
          "column": 25
        },
        "end": {
          "line": 285,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9886,
      "end": 9887,
      "loc": {
        "start": {
          "line": 285,
          "column": 31
        },
        "end": {
          "line": 285,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "trim",
      "start": 9887,
      "end": 9891,
      "loc": {
        "start": {
          "line": 285,
          "column": 32
        },
        "end": {
          "line": 285,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9891,
      "end": 9892,
      "loc": {
        "start": {
          "line": 285,
          "column": 36
        },
        "end": {
          "line": 285,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9892,
      "end": 9893,
      "loc": {
        "start": {
          "line": 285,
          "column": 37
        },
        "end": {
          "line": 285,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9893,
      "end": 9894,
      "loc": {
        "start": {
          "line": 285,
          "column": 38
        },
        "end": {
          "line": 285,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9903,
      "end": 9905,
      "loc": {
        "start": {
          "line": 286,
          "column": 8
        },
        "end": {
          "line": 286,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9906,
      "end": 9907,
      "loc": {
        "start": {
          "line": 286,
          "column": 11
        },
        "end": {
          "line": 286,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columnName",
      "start": 9907,
      "end": 9917,
      "loc": {
        "start": {
          "line": 286,
          "column": 12
        },
        "end": {
          "line": 286,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9917,
      "end": 9918,
      "loc": {
        "start": {
          "line": 286,
          "column": 22
        },
        "end": {
          "line": 286,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 9918,
      "end": 9925,
      "loc": {
        "start": {
          "line": 286,
          "column": 23
        },
        "end": {
          "line": 286,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9925,
      "end": 9926,
      "loc": {
        "start": {
          "line": 286,
          "column": 30
        },
        "end": {
          "line": 286,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(-)",
      "start": 9926,
      "end": 9931,
      "loc": {
        "start": {
          "line": 286,
          "column": 31
        },
        "end": {
          "line": 286,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9931,
      "end": 9932,
      "loc": {
        "start": {
          "line": 286,
          "column": 36
        },
        "end": {
          "line": 286,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 9933,
      "end": 9936,
      "loc": {
        "start": {
          "line": 286,
          "column": 38
        },
        "end": {
          "line": 286,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 9937,
      "end": 9938,
      "loc": {
        "start": {
          "line": 286,
          "column": 42
        },
        "end": {
          "line": 286,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 9938,
      "end": 9939,
      "loc": {
        "start": {
          "line": 286,
          "column": 43
        },
        "end": {
          "line": 286,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9939,
      "end": 9940,
      "loc": {
        "start": {
          "line": 286,
          "column": 44
        },
        "end": {
          "line": 286,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9941,
      "end": 9942,
      "loc": {
        "start": {
          "line": 286,
          "column": 46
        },
        "end": {
          "line": 286,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columnName",
      "start": 9953,
      "end": 9963,
      "loc": {
        "start": {
          "line": 287,
          "column": 10
        },
        "end": {
          "line": 287,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9964,
      "end": 9965,
      "loc": {
        "start": {
          "line": 287,
          "column": 21
        },
        "end": {
          "line": 287,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columnName",
      "start": 9966,
      "end": 9976,
      "loc": {
        "start": {
          "line": 287,
          "column": 23
        },
        "end": {
          "line": 287,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9976,
      "end": 9977,
      "loc": {
        "start": {
          "line": 287,
          "column": 33
        },
        "end": {
          "line": 287,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 9977,
      "end": 9984,
      "loc": {
        "start": {
          "line": 287,
          "column": 34
        },
        "end": {
          "line": 287,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9984,
      "end": 9985,
      "loc": {
        "start": {
          "line": 287,
          "column": 41
        },
        "end": {
          "line": 287,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(-)",
      "start": 9985,
      "end": 9990,
      "loc": {
        "start": {
          "line": 287,
          "column": 42
        },
        "end": {
          "line": 287,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9990,
      "end": 9991,
      "loc": {
        "start": {
          "line": 287,
          "column": 47
        },
        "end": {
          "line": 287,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 9992,
      "end": 9994,
      "loc": {
        "start": {
          "line": 287,
          "column": 49
        },
        "end": {
          "line": 287,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9994,
      "end": 9995,
      "loc": {
        "start": {
          "line": 287,
          "column": 51
        },
        "end": {
          "line": 287,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9995,
      "end": 9996,
      "loc": {
        "start": {
          "line": 287,
          "column": 52
        },
        "end": {
          "line": 287,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10005,
      "end": 10006,
      "loc": {
        "start": {
          "line": 288,
          "column": 8
        },
        "end": {
          "line": 288,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "acc",
      "start": 10016,
      "end": 10019,
      "loc": {
        "start": {
          "line": 290,
          "column": 8
        },
        "end": {
          "line": 290,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10019,
      "end": 10020,
      "loc": {
        "start": {
          "line": 290,
          "column": 11
        },
        "end": {
          "line": 290,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 10020,
      "end": 10024,
      "loc": {
        "start": {
          "line": 290,
          "column": 12
        },
        "end": {
          "line": 290,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10024,
      "end": 10025,
      "loc": {
        "start": {
          "line": 290,
          "column": 16
        },
        "end": {
          "line": 290,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index_name",
      "start": 10025,
      "end": 10035,
      "loc": {
        "start": {
          "line": 290,
          "column": 17
        },
        "end": {
          "line": 290,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10035,
      "end": 10036,
      "loc": {
        "start": {
          "line": 290,
          "column": 27
        },
        "end": {
          "line": 290,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10036,
      "end": 10037,
      "loc": {
        "start": {
          "line": 290,
          "column": 28
        },
        "end": {
          "line": 290,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 10037,
      "end": 10043,
      "loc": {
        "start": {
          "line": 290,
          "column": 29
        },
        "end": {
          "line": 290,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10043,
      "end": 10044,
      "loc": {
        "start": {
          "line": 290,
          "column": 35
        },
        "end": {
          "line": 290,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 10044,
      "end": 10048,
      "loc": {
        "start": {
          "line": 290,
          "column": 36
        },
        "end": {
          "line": 290,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10048,
      "end": 10049,
      "loc": {
        "start": {
          "line": 290,
          "column": 40
        },
        "end": {
          "line": 290,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10049,
      "end": 10050,
      "loc": {
        "start": {
          "line": 290,
          "column": 41
        },
        "end": {
          "line": 290,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 10061,
      "end": 10070,
      "loc": {
        "start": {
          "line": 291,
          "column": 10
        },
        "end": {
          "line": 291,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10070,
      "end": 10071,
      "loc": {
        "start": {
          "line": 291,
          "column": 19
        },
        "end": {
          "line": 291,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columnName",
      "start": 10072,
      "end": 10082,
      "loc": {
        "start": {
          "line": 291,
          "column": 21
        },
        "end": {
          "line": 291,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10082,
      "end": 10083,
      "loc": {
        "start": {
          "line": 291,
          "column": 31
        },
        "end": {
          "line": 291,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10094,
      "end": 10100,
      "loc": {
        "start": {
          "line": 292,
          "column": 10
        },
        "end": {
          "line": 292,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10100,
      "end": 10101,
      "loc": {
        "start": {
          "line": 292,
          "column": 16
        },
        "end": {
          "line": 292,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10102,
      "end": 10111,
      "loc": {
        "start": {
          "line": 292,
          "column": 18
        },
        "end": {
          "line": 292,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10111,
      "end": 10112,
      "loc": {
        "start": {
          "line": 292,
          "column": 27
        },
        "end": {
          "line": 292,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "order",
      "start": 10123,
      "end": 10128,
      "loc": {
        "start": {
          "line": 293,
          "column": 10
        },
        "end": {
          "line": 293,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10128,
      "end": 10129,
      "loc": {
        "start": {
          "line": 293,
          "column": 15
        },
        "end": {
          "line": 293,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10130,
      "end": 10131,
      "loc": {
        "start": {
          "line": 293,
          "column": 17
        },
        "end": {
          "line": 293,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column",
      "start": 10131,
      "end": 10137,
      "loc": {
        "start": {
          "line": 293,
          "column": 18
        },
        "end": {
          "line": 293,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10137,
      "end": 10138,
      "loc": {
        "start": {
          "line": 293,
          "column": 24
        },
        "end": {
          "line": 293,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 10138,
      "end": 10145,
      "loc": {
        "start": {
          "line": 293,
          "column": 25
        },
        "end": {
          "line": 293,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10145,
      "end": 10146,
      "loc": {
        "start": {
          "line": 293,
          "column": 32
        },
        "end": {
          "line": 293,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "(-)",
      "start": 10146,
      "end": 10151,
      "loc": {
        "start": {
          "line": 293,
          "column": 33
        },
        "end": {
          "line": 293,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10151,
      "end": 10152,
      "loc": {
        "start": {
          "line": 293,
          "column": 38
        },
        "end": {
          "line": 293,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10153,
      "end": 10156,
      "loc": {
        "start": {
          "line": 293,
          "column": 40
        },
        "end": {
          "line": 293,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 10157,
      "end": 10158,
      "loc": {
        "start": {
          "line": 293,
          "column": 44
        },
        "end": {
          "line": 293,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 10158,
      "end": 10159,
      "loc": {
        "start": {
          "line": 293,
          "column": 45
        },
        "end": {
          "line": 293,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10160,
      "end": 10161,
      "loc": {
        "start": {
          "line": 293,
          "column": 47
        },
        "end": {
          "line": 293,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DESC",
      "start": 10162,
      "end": 10168,
      "loc": {
        "start": {
          "line": 293,
          "column": 49
        },
        "end": {
          "line": 293,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10169,
      "end": 10170,
      "loc": {
        "start": {
          "line": 293,
          "column": 56
        },
        "end": {
          "line": 293,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ASC",
      "start": 10171,
      "end": 10176,
      "loc": {
        "start": {
          "line": 293,
          "column": 58
        },
        "end": {
          "line": 293,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10176,
      "end": 10177,
      "loc": {
        "start": {
          "line": 293,
          "column": 63
        },
        "end": {
          "line": 293,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10177,
      "end": 10178,
      "loc": {
        "start": {
          "line": 293,
          "column": 64
        },
        "end": {
          "line": 293,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collate",
      "start": 10189,
      "end": 10196,
      "loc": {
        "start": {
          "line": 294,
          "column": 10
        },
        "end": {
          "line": 294,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10196,
      "end": 10197,
      "loc": {
        "start": {
          "line": 294,
          "column": 17
        },
        "end": {
          "line": 294,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10198,
      "end": 10207,
      "loc": {
        "start": {
          "line": 294,
          "column": 19
        },
        "end": {
          "line": 294,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10216,
      "end": 10217,
      "loc": {
        "start": {
          "line": 295,
          "column": 8
        },
        "end": {
          "line": 295,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10217,
      "end": 10218,
      "loc": {
        "start": {
          "line": 295,
          "column": 9
        },
        "end": {
          "line": 295,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10218,
      "end": 10219,
      "loc": {
        "start": {
          "line": 295,
          "column": 10
        },
        "end": {
          "line": 295,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10226,
      "end": 10227,
      "loc": {
        "start": {
          "line": 296,
          "column": 6
        },
        "end": {
          "line": 296,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10227,
      "end": 10228,
      "loc": {
        "start": {
          "line": 296,
          "column": 7
        },
        "end": {
          "line": 296,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10228,
      "end": 10229,
      "loc": {
        "start": {
          "line": 296,
          "column": 8
        },
        "end": {
          "line": 296,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 10236,
      "end": 10242,
      "loc": {
        "start": {
          "line": 297,
          "column": 6
        },
        "end": {
          "line": 297,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 10243,
      "end": 10247,
      "loc": {
        "start": {
          "line": 297,
          "column": 13
        },
        "end": {
          "line": 297,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10247,
      "end": 10248,
      "loc": {
        "start": {
          "line": 297,
          "column": 17
        },
        "end": {
          "line": 297,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index_keys",
      "start": 10248,
      "end": 10258,
      "loc": {
        "start": {
          "line": 297,
          "column": 18
        },
        "end": {
          "line": 297,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10258,
      "end": 10259,
      "loc": {
        "start": {
          "line": 297,
          "column": 28
        },
        "end": {
          "line": 297,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10266,
      "end": 10272,
      "loc": {
        "start": {
          "line": 298,
          "column": 6
        },
        "end": {
          "line": 298,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "acc",
      "start": 10273,
      "end": 10276,
      "loc": {
        "start": {
          "line": 298,
          "column": 13
        },
        "end": {
          "line": 298,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10276,
      "end": 10277,
      "loc": {
        "start": {
          "line": 298,
          "column": 16
        },
        "end": {
          "line": 298,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10282,
      "end": 10283,
      "loc": {
        "start": {
          "line": 299,
          "column": 4
        },
        "end": {
          "line": 299,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10283,
      "end": 10284,
      "loc": {
        "start": {
          "line": 299,
          "column": 5
        },
        "end": {
          "line": 299,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10285,
      "end": 10286,
      "loc": {
        "start": {
          "line": 299,
          "column": 7
        },
        "end": {
          "line": 299,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10286,
      "end": 10287,
      "loc": {
        "start": {
          "line": 299,
          "column": 8
        },
        "end": {
          "line": 299,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10287,
      "end": 10288,
      "loc": {
        "start": {
          "line": 299,
          "column": 9
        },
        "end": {
          "line": 299,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10288,
      "end": 10289,
      "loc": {
        "start": {
          "line": 299,
          "column": 10
        },
        "end": {
          "line": 299,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10295,
      "end": 10301,
      "loc": {
        "start": {
          "line": 301,
          "column": 4
        },
        "end": {
          "line": 301,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 10302,
      "end": 10307,
      "loc": {
        "start": {
          "line": 301,
          "column": 11
        },
        "end": {
          "line": 301,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10307,
      "end": 10308,
      "loc": {
        "start": {
          "line": 301,
          "column": 16
        },
        "end": {
          "line": 301,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10308,
      "end": 10309,
      "loc": {
        "start": {
          "line": 301,
          "column": 17
        },
        "end": {
          "line": 301,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10309,
      "end": 10310,
      "loc": {
        "start": {
          "line": 301,
          "column": 18
        },
        "end": {
          "line": 301,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 10310,
      "end": 10313,
      "loc": {
        "start": {
          "line": 301,
          "column": 19
        },
        "end": {
          "line": 301,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10313,
      "end": 10314,
      "loc": {
        "start": {
          "line": 301,
          "column": 22
        },
        "end": {
          "line": 301,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 10314,
      "end": 10318,
      "loc": {
        "start": {
          "line": 301,
          "column": 23
        },
        "end": {
          "line": 301,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10318,
      "end": 10319,
      "loc": {
        "start": {
          "line": 301,
          "column": 27
        },
        "end": {
          "line": 301,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 10320,
      "end": 10324,
      "loc": {
        "start": {
          "line": 301,
          "column": 29
        },
        "end": {
          "line": 301,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10325,
      "end": 10327,
      "loc": {
        "start": {
          "line": 301,
          "column": 34
        },
        "end": {
          "line": 301,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10328,
      "end": 10329,
      "loc": {
        "start": {
          "line": 301,
          "column": 37
        },
        "end": {
          "line": 301,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10329,
      "end": 10330,
      "loc": {
        "start": {
          "line": 301,
          "column": 38
        },
        "end": {
          "line": 301,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 10337,
      "end": 10344,
      "loc": {
        "start": {
          "line": 302,
          "column": 6
        },
        "end": {
          "line": 302,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10344,
      "end": 10345,
      "loc": {
        "start": {
          "line": 302,
          "column": 13
        },
        "end": {
          "line": 302,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10346,
      "end": 10347,
      "loc": {
        "start": {
          "line": 302,
          "column": 15
        },
        "end": {
          "line": 302,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 10347,
      "end": 10351,
      "loc": {
        "start": {
          "line": 302,
          "column": 16
        },
        "end": {
          "line": 302,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10351,
      "end": 10352,
      "loc": {
        "start": {
          "line": 302,
          "column": 20
        },
        "end": {
          "line": 302,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index_name",
      "start": 10352,
      "end": 10362,
      "loc": {
        "start": {
          "line": 302,
          "column": 21
        },
        "end": {
          "line": 302,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10362,
      "end": 10363,
      "loc": {
        "start": {
          "line": 302,
          "column": 31
        },
        "end": {
          "line": 302,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 10363,
      "end": 10374,
      "loc": {
        "start": {
          "line": 302,
          "column": 32
        },
        "end": {
          "line": 302,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10374,
      "end": 10375,
      "loc": {
        "start": {
          "line": 302,
          "column": 43
        },
        "end": {
          "line": 302,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10375,
      "end": 10376,
      "loc": {
        "start": {
          "line": 302,
          "column": 44
        },
        "end": {
          "line": 302,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10376,
      "end": 10377,
      "loc": {
        "start": {
          "line": 302,
          "column": 45
        },
        "end": {
          "line": 302,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 10377,
      "end": 10384,
      "loc": {
        "start": {
          "line": 302,
          "column": 46
        },
        "end": {
          "line": 302,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10384,
      "end": 10385,
      "loc": {
        "start": {
          "line": 302,
          "column": 53
        },
        "end": {
          "line": 302,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "pk",
      "start": 10385,
      "end": 10389,
      "loc": {
        "start": {
          "line": 302,
          "column": 54
        },
        "end": {
          "line": 302,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10389,
      "end": 10390,
      "loc": {
        "start": {
          "line": 302,
          "column": 58
        },
        "end": {
          "line": 302,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10391,
      "end": 10394,
      "loc": {
        "start": {
          "line": 302,
          "column": 60
        },
        "end": {
          "line": 302,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10395,
      "end": 10396,
      "loc": {
        "start": {
          "line": 302,
          "column": 64
        },
        "end": {
          "line": 302,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10396,
      "end": 10397,
      "loc": {
        "start": {
          "line": 302,
          "column": 65
        },
        "end": {
          "line": 302,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10397,
      "end": 10398,
      "loc": {
        "start": {
          "line": 302,
          "column": 66
        },
        "end": {
          "line": 302,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 10405,
      "end": 10411,
      "loc": {
        "start": {
          "line": 303,
          "column": 6
        },
        "end": {
          "line": 303,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10411,
      "end": 10412,
      "loc": {
        "start": {
          "line": 303,
          "column": 12
        },
        "end": {
          "line": 303,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 10413,
      "end": 10417,
      "loc": {
        "start": {
          "line": 303,
          "column": 14
        },
        "end": {
          "line": 303,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10417,
      "end": 10418,
      "loc": {
        "start": {
          "line": 303,
          "column": 18
        },
        "end": {
          "line": 303,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 10418,
      "end": 10424,
      "loc": {
        "start": {
          "line": 303,
          "column": 19
        },
        "end": {
          "line": 303,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10424,
      "end": 10425,
      "loc": {
        "start": {
          "line": 303,
          "column": 25
        },
        "end": {
          "line": 303,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 10432,
      "end": 10436,
      "loc": {
        "start": {
          "line": 304,
          "column": 6
        },
        "end": {
          "line": 304,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10436,
      "end": 10437,
      "loc": {
        "start": {
          "line": 304,
          "column": 10
        },
        "end": {
          "line": 304,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 10438,
      "end": 10442,
      "loc": {
        "start": {
          "line": 304,
          "column": 12
        },
        "end": {
          "line": 304,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10442,
      "end": 10443,
      "loc": {
        "start": {
          "line": 304,
          "column": 16
        },
        "end": {
          "line": 304,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index_name",
      "start": 10443,
      "end": 10453,
      "loc": {
        "start": {
          "line": 304,
          "column": 17
        },
        "end": {
          "line": 304,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10453,
      "end": 10454,
      "loc": {
        "start": {
          "line": 304,
          "column": 27
        },
        "end": {
          "line": 304,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 10461,
      "end": 10470,
      "loc": {
        "start": {
          "line": 305,
          "column": 6
        },
        "end": {
          "line": 305,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10470,
      "end": 10471,
      "loc": {
        "start": {
          "line": 305,
          "column": 15
        },
        "end": {
          "line": 305,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10472,
      "end": 10481,
      "loc": {
        "start": {
          "line": 305,
          "column": 17
        },
        "end": {
          "line": 305,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10481,
      "end": 10482,
      "loc": {
        "start": {
          "line": 305,
          "column": 26
        },
        "end": {
          "line": 305,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unique",
      "start": 10489,
      "end": 10495,
      "loc": {
        "start": {
          "line": 306,
          "column": 6
        },
        "end": {
          "line": 306,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10495,
      "end": 10496,
      "loc": {
        "start": {
          "line": 306,
          "column": 12
        },
        "end": {
          "line": 306,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10497,
      "end": 10498,
      "loc": {
        "start": {
          "line": 306,
          "column": 14
        },
        "end": {
          "line": 306,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 10498,
      "end": 10502,
      "loc": {
        "start": {
          "line": 306,
          "column": 15
        },
        "end": {
          "line": 306,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10502,
      "end": 10503,
      "loc": {
        "start": {
          "line": 306,
          "column": 19
        },
        "end": {
          "line": 306,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index_description",
      "start": 10503,
      "end": 10520,
      "loc": {
        "start": {
          "line": 306,
          "column": 20
        },
        "end": {
          "line": 306,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10520,
      "end": 10521,
      "loc": {
        "start": {
          "line": 306,
          "column": 37
        },
        "end": {
          "line": 306,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 10521,
      "end": 10532,
      "loc": {
        "start": {
          "line": 306,
          "column": 38
        },
        "end": {
          "line": 306,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10532,
      "end": 10533,
      "loc": {
        "start": {
          "line": 306,
          "column": 49
        },
        "end": {
          "line": 306,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10533,
      "end": 10534,
      "loc": {
        "start": {
          "line": 306,
          "column": 50
        },
        "end": {
          "line": 306,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10534,
      "end": 10535,
      "loc": {
        "start": {
          "line": 306,
          "column": 51
        },
        "end": {
          "line": 306,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 10535,
      "end": 10542,
      "loc": {
        "start": {
          "line": 306,
          "column": 52
        },
        "end": {
          "line": 306,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10542,
      "end": 10543,
      "loc": {
        "start": {
          "line": 306,
          "column": 59
        },
        "end": {
          "line": 306,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unique",
      "start": 10543,
      "end": 10551,
      "loc": {
        "start": {
          "line": 306,
          "column": 60
        },
        "end": {
          "line": 306,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10551,
      "end": 10552,
      "loc": {
        "start": {
          "line": 306,
          "column": 68
        },
        "end": {
          "line": 306,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10553,
      "end": 10556,
      "loc": {
        "start": {
          "line": 306,
          "column": 70
        },
        "end": {
          "line": 306,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 10557,
      "end": 10558,
      "loc": {
        "start": {
          "line": 306,
          "column": 74
        },
        "end": {
          "line": 306,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 10558,
      "end": 10559,
      "loc": {
        "start": {
          "line": 306,
          "column": 75
        },
        "end": {
          "line": 306,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10559,
      "end": 10560,
      "loc": {
        "start": {
          "line": 306,
          "column": 76
        },
        "end": {
          "line": 306,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10560,
      "end": 10561,
      "loc": {
        "start": {
          "line": 306,
          "column": 77
        },
        "end": {
          "line": 306,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 10568,
      "end": 10572,
      "loc": {
        "start": {
          "line": 307,
          "column": 6
        },
        "end": {
          "line": 307,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10572,
      "end": 10573,
      "loc": {
        "start": {
          "line": 307,
          "column": 10
        },
        "end": {
          "line": 307,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10574,
      "end": 10583,
      "loc": {
        "start": {
          "line": 307,
          "column": 12
        },
        "end": {
          "line": 307,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10588,
      "end": 10589,
      "loc": {
        "start": {
          "line": 308,
          "column": 4
        },
        "end": {
          "line": 308,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10589,
      "end": 10590,
      "loc": {
        "start": {
          "line": 308,
          "column": 5
        },
        "end": {
          "line": 308,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10590,
      "end": 10591,
      "loc": {
        "start": {
          "line": 308,
          "column": 6
        },
        "end": {
          "line": 308,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10591,
      "end": 10592,
      "loc": {
        "start": {
          "line": 308,
          "column": 7
        },
        "end": {
          "line": 308,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10595,
      "end": 10596,
      "loc": {
        "start": {
          "line": 309,
          "column": 2
        },
        "end": {
          "line": 309,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleInsertQuery",
      "start": 10600,
      "end": 10617,
      "loc": {
        "start": {
          "line": 311,
          "column": 2
        },
        "end": {
          "line": 311,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10617,
      "end": 10618,
      "loc": {
        "start": {
          "line": 311,
          "column": 19
        },
        "end": {
          "line": 311,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 10618,
      "end": 10625,
      "loc": {
        "start": {
          "line": 311,
          "column": 20
        },
        "end": {
          "line": 311,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10625,
      "end": 10626,
      "loc": {
        "start": {
          "line": 311,
          "column": 27
        },
        "end": {
          "line": 311,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metaData",
      "start": 10627,
      "end": 10635,
      "loc": {
        "start": {
          "line": 311,
          "column": 29
        },
        "end": {
          "line": 311,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10635,
      "end": 10636,
      "loc": {
        "start": {
          "line": 311,
          "column": 37
        },
        "end": {
          "line": 311,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10637,
      "end": 10638,
      "loc": {
        "start": {
          "line": 311,
          "column": 39
        },
        "end": {
          "line": 311,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10643,
      "end": 10645,
      "loc": {
        "start": {
          "line": 312,
          "column": 4
        },
        "end": {
          "line": 312,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10646,
      "end": 10647,
      "loc": {
        "start": {
          "line": 312,
          "column": 7
        },
        "end": {
          "line": 312,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10647,
      "end": 10651,
      "loc": {
        "start": {
          "line": 312,
          "column": 8
        },
        "end": {
          "line": 312,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10651,
      "end": 10652,
      "loc": {
        "start": {
          "line": 312,
          "column": 12
        },
        "end": {
          "line": 312,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 10652,
      "end": 10660,
      "loc": {
        "start": {
          "line": 312,
          "column": 13
        },
        "end": {
          "line": 312,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10660,
      "end": 10661,
      "loc": {
        "start": {
          "line": 312,
          "column": 21
        },
        "end": {
          "line": 312,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10662,
      "end": 10663,
      "loc": {
        "start": {
          "line": 312,
          "column": 23
        },
        "end": {
          "line": 312,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " add the inserted row id to the instance",
      "start": 10670,
      "end": 10712,
      "loc": {
        "start": {
          "line": 313,
          "column": 6
        },
        "end": {
          "line": 313,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 10719,
      "end": 10724,
      "loc": {
        "start": {
          "line": 314,
          "column": 6
        },
        "end": {
          "line": 314,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrementField",
      "start": 10725,
      "end": 10743,
      "loc": {
        "start": {
          "line": 314,
          "column": 12
        },
        "end": {
          "line": 314,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10744,
      "end": 10745,
      "loc": {
        "start": {
          "line": 314,
          "column": 31
        },
        "end": {
          "line": 314,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10746,
      "end": 10750,
      "loc": {
        "start": {
          "line": 314,
          "column": 33
        },
        "end": {
          "line": 314,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10750,
      "end": 10751,
      "loc": {
        "start": {
          "line": 314,
          "column": 37
        },
        "end": {
          "line": 314,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 10751,
      "end": 10756,
      "loc": {
        "start": {
          "line": 314,
          "column": 38
        },
        "end": {
          "line": 314,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10756,
      "end": 10757,
      "loc": {
        "start": {
          "line": 314,
          "column": 43
        },
        "end": {
          "line": 314,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrementField",
      "start": 10757,
      "end": 10775,
      "loc": {
        "start": {
          "line": 314,
          "column": 44
        },
        "end": {
          "line": 314,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10775,
      "end": 10776,
      "loc": {
        "start": {
          "line": 314,
          "column": 62
        },
        "end": {
          "line": 314,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 10783,
      "end": 10786,
      "loc": {
        "start": {
          "line": 315,
          "column": 6
        },
        "end": {
          "line": 315,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 10787,
      "end": 10789,
      "loc": {
        "start": {
          "line": 315,
          "column": 10
        },
        "end": {
          "line": 315,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10790,
      "end": 10791,
      "loc": {
        "start": {
          "line": 315,
          "column": 13
        },
        "end": {
          "line": 315,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 10792,
      "end": 10796,
      "loc": {
        "start": {
          "line": 315,
          "column": 15
        },
        "end": {
          "line": 315,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10796,
      "end": 10797,
      "loc": {
        "start": {
          "line": 315,
          "column": 19
        },
        "end": {
          "line": 315,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 10804,
      "end": 10807,
      "loc": {
        "start": {
          "line": 316,
          "column": 6
        },
        "end": {
          "line": 316,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrementFieldAlias",
      "start": 10808,
      "end": 10831,
      "loc": {
        "start": {
          "line": 316,
          "column": 10
        },
        "end": {
          "line": 316,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10832,
      "end": 10833,
      "loc": {
        "start": {
          "line": 316,
          "column": 34
        },
        "end": {
          "line": 316,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 10834,
      "end": 10838,
      "loc": {
        "start": {
          "line": 316,
          "column": 36
        },
        "end": {
          "line": 316,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10838,
      "end": 10839,
      "loc": {
        "start": {
          "line": 316,
          "column": 40
        },
        "end": {
          "line": 316,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10847,
      "end": 10849,
      "loc": {
        "start": {
          "line": 318,
          "column": 6
        },
        "end": {
          "line": 318,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10850,
      "end": 10851,
      "loc": {
        "start": {
          "line": 318,
          "column": 9
        },
        "end": {
          "line": 318,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10851,
      "end": 10855,
      "loc": {
        "start": {
          "line": 318,
          "column": 10
        },
        "end": {
          "line": 318,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10855,
      "end": 10856,
      "loc": {
        "start": {
          "line": 318,
          "column": 14
        },
        "end": {
          "line": 318,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 10856,
      "end": 10861,
      "loc": {
        "start": {
          "line": 318,
          "column": 15
        },
        "end": {
          "line": 318,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10861,
      "end": 10862,
      "loc": {
        "start": {
          "line": 318,
          "column": 20
        },
        "end": {
          "line": 318,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 10862,
      "end": 10875,
      "loc": {
        "start": {
          "line": 318,
          "column": 21
        },
        "end": {
          "line": 318,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10875,
      "end": 10876,
      "loc": {
        "start": {
          "line": 318,
          "column": 34
        },
        "end": {
          "line": 318,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 10876,
      "end": 10890,
      "loc": {
        "start": {
          "line": 318,
          "column": 35
        },
        "end": {
          "line": 318,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10890,
      "end": 10891,
      "loc": {
        "start": {
          "line": 318,
          "column": 49
        },
        "end": {
          "line": 318,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrementField",
      "start": 10891,
      "end": 10909,
      "loc": {
        "start": {
          "line": 318,
          "column": 50
        },
        "end": {
          "line": 318,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10909,
      "end": 10910,
      "loc": {
        "start": {
          "line": 318,
          "column": 68
        },
        "end": {
          "line": 318,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 10911,
      "end": 10913,
      "loc": {
        "start": {
          "line": 318,
          "column": 70
        },
        "end": {
          "line": 318,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10924,
      "end": 10928,
      "loc": {
        "start": {
          "line": 319,
          "column": 10
        },
        "end": {
          "line": 319,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10928,
      "end": 10929,
      "loc": {
        "start": {
          "line": 319,
          "column": 14
        },
        "end": {
          "line": 319,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 10929,
      "end": 10934,
      "loc": {
        "start": {
          "line": 319,
          "column": 15
        },
        "end": {
          "line": 319,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10934,
      "end": 10935,
      "loc": {
        "start": {
          "line": 319,
          "column": 20
        },
        "end": {
          "line": 319,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 10935,
      "end": 10948,
      "loc": {
        "start": {
          "line": 319,
          "column": 21
        },
        "end": {
          "line": 319,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10948,
      "end": 10949,
      "loc": {
        "start": {
          "line": 319,
          "column": 34
        },
        "end": {
          "line": 319,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrementField",
      "start": 10949,
      "end": 10967,
      "loc": {
        "start": {
          "line": 319,
          "column": 35
        },
        "end": {
          "line": 319,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10967,
      "end": 10968,
      "loc": {
        "start": {
          "line": 319,
          "column": 53
        },
        "end": {
          "line": 319,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10968,
      "end": 10969,
      "loc": {
        "start": {
          "line": 319,
          "column": 54
        },
        "end": {
          "line": 319,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10969,
      "end": 10974,
      "loc": {
        "start": {
          "line": 319,
          "column": 55
        },
        "end": {
          "line": 319,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10975,
      "end": 10978,
      "loc": {
        "start": {
          "line": 319,
          "column": 61
        },
        "end": {
          "line": 319,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10979,
      "end": 10988,
      "loc": {
        "start": {
          "line": 319,
          "column": 65
        },
        "end": {
          "line": 319,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10988,
      "end": 10989,
      "loc": {
        "start": {
          "line": 319,
          "column": 74
        },
        "end": {
          "line": 319,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrementFieldAlias",
      "start": 10998,
      "end": 11021,
      "loc": {
        "start": {
          "line": 320,
          "column": 8
        },
        "end": {
          "line": 320,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11022,
      "end": 11023,
      "loc": {
        "start": {
          "line": 320,
          "column": 32
        },
        "end": {
          "line": 320,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11024,
      "end": 11028,
      "loc": {
        "start": {
          "line": 320,
          "column": 34
        },
        "end": {
          "line": 320,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11028,
      "end": 11029,
      "loc": {
        "start": {
          "line": 320,
          "column": 38
        },
        "end": {
          "line": 320,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 11029,
      "end": 11034,
      "loc": {
        "start": {
          "line": 320,
          "column": 39
        },
        "end": {
          "line": 320,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11034,
      "end": 11035,
      "loc": {
        "start": {
          "line": 320,
          "column": 44
        },
        "end": {
          "line": 320,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 11035,
      "end": 11048,
      "loc": {
        "start": {
          "line": 320,
          "column": 45
        },
        "end": {
          "line": 320,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11048,
      "end": 11049,
      "loc": {
        "start": {
          "line": 320,
          "column": 58
        },
        "end": {
          "line": 320,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrementField",
      "start": 11049,
      "end": 11067,
      "loc": {
        "start": {
          "line": 320,
          "column": 59
        },
        "end": {
          "line": 320,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11067,
      "end": 11068,
      "loc": {
        "start": {
          "line": 320,
          "column": 77
        },
        "end": {
          "line": 320,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11068,
      "end": 11069,
      "loc": {
        "start": {
          "line": 320,
          "column": 78
        },
        "end": {
          "line": 320,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 11069,
      "end": 11074,
      "loc": {
        "start": {
          "line": 320,
          "column": 79
        },
        "end": {
          "line": 320,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11075,
      "end": 11076,
      "loc": {
        "start": {
          "line": 320,
          "column": 85
        },
        "end": {
          "line": 320,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11084,
      "end": 11086,
      "loc": {
        "start": {
          "line": 322,
          "column": 6
        },
        "end": {
          "line": 322,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11087,
      "end": 11088,
      "loc": {
        "start": {
          "line": 322,
          "column": 9
        },
        "end": {
          "line": 322,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11089,
      "end": 11091,
      "loc": {
        "start": {
          "line": 322,
          "column": 11
        },
        "end": {
          "line": 322,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11092,
      "end": 11094,
      "loc": {
        "start": {
          "line": 322,
          "column": 14
        },
        "end": {
          "line": 322,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11095,
      "end": 11096,
      "loc": {
        "start": {
          "line": 322,
          "column": 17
        },
        "end": {
          "line": 322,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 11096,
      "end": 11103,
      "loc": {
        "start": {
          "line": 322,
          "column": 18
        },
        "end": {
          "line": 322,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 11104,
      "end": 11106,
      "loc": {
        "start": {
          "line": 322,
          "column": 26
        },
        "end": {
          "line": 322,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 11107,
      "end": 11114,
      "loc": {
        "start": {
          "line": 322,
          "column": 29
        },
        "end": {
          "line": 322,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11114,
      "end": 11115,
      "loc": {
        "start": {
          "line": 322,
          "column": 36
        },
        "end": {
          "line": 322,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 11115,
      "end": 11116,
      "loc": {
        "start": {
          "line": 322,
          "column": 37
        },
        "end": {
          "line": 322,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11116,
      "end": 11117,
      "loc": {
        "start": {
          "line": 322,
          "column": 38
        },
        "end": {
          "line": 322,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11117,
      "end": 11118,
      "loc": {
        "start": {
          "line": 322,
          "column": 39
        },
        "end": {
          "line": 322,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11118,
      "end": 11122,
      "loc": {
        "start": {
          "line": 322,
          "column": 40
        },
        "end": {
          "line": 322,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11122,
      "end": 11123,
      "loc": {
        "start": {
          "line": 322,
          "column": 44
        },
        "end": {
          "line": 322,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getInsertIdField",
      "start": 11123,
      "end": 11139,
      "loc": {
        "start": {
          "line": 322,
          "column": 45
        },
        "end": {
          "line": 322,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11139,
      "end": 11140,
      "loc": {
        "start": {
          "line": 322,
          "column": 61
        },
        "end": {
          "line": 322,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11140,
      "end": 11141,
      "loc": {
        "start": {
          "line": 322,
          "column": 62
        },
        "end": {
          "line": 322,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11141,
      "end": 11142,
      "loc": {
        "start": {
          "line": 322,
          "column": 63
        },
        "end": {
          "line": 322,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11142,
      "end": 11143,
      "loc": {
        "start": {
          "line": 322,
          "column": 64
        },
        "end": {
          "line": 322,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11143,
      "end": 11144,
      "loc": {
        "start": {
          "line": 322,
          "column": 65
        },
        "end": {
          "line": 322,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11151,
      "end": 11153,
      "loc": {
        "start": {
          "line": 323,
          "column": 6
        },
        "end": {
          "line": 323,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11154,
      "end": 11155,
      "loc": {
        "start": {
          "line": 323,
          "column": 9
        },
        "end": {
          "line": 323,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11156,
      "end": 11158,
      "loc": {
        "start": {
          "line": 323,
          "column": 11
        },
        "end": {
          "line": 323,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11159,
      "end": 11161,
      "loc": {
        "start": {
          "line": 323,
          "column": 14
        },
        "end": {
          "line": 323,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11162,
      "end": 11163,
      "loc": {
        "start": {
          "line": 323,
          "column": 17
        },
        "end": {
          "line": 323,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metaData",
      "start": 11163,
      "end": 11171,
      "loc": {
        "start": {
          "line": 323,
          "column": 18
        },
        "end": {
          "line": 323,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 11172,
      "end": 11174,
      "loc": {
        "start": {
          "line": 323,
          "column": 27
        },
        "end": {
          "line": 323,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "metaData",
      "start": 11175,
      "end": 11183,
      "loc": {
        "start": {
          "line": 323,
          "column": 30
        },
        "end": {
          "line": 323,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11183,
      "end": 11184,
      "loc": {
        "start": {
          "line": 323,
          "column": 38
        },
        "end": {
          "line": 323,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11184,
      "end": 11188,
      "loc": {
        "start": {
          "line": 323,
          "column": 39
        },
        "end": {
          "line": 323,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11188,
      "end": 11189,
      "loc": {
        "start": {
          "line": 323,
          "column": 43
        },
        "end": {
          "line": 323,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getInsertIdField",
      "start": 11189,
      "end": 11205,
      "loc": {
        "start": {
          "line": 323,
          "column": 44
        },
        "end": {
          "line": 323,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11205,
      "end": 11206,
      "loc": {
        "start": {
          "line": 323,
          "column": 60
        },
        "end": {
          "line": 323,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11206,
      "end": 11207,
      "loc": {
        "start": {
          "line": 323,
          "column": 61
        },
        "end": {
          "line": 323,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11207,
      "end": 11208,
      "loc": {
        "start": {
          "line": 323,
          "column": 62
        },
        "end": {
          "line": 323,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11208,
      "end": 11209,
      "loc": {
        "start": {
          "line": 323,
          "column": 63
        },
        "end": {
          "line": 323,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11209,
      "end": 11210,
      "loc": {
        "start": {
          "line": 323,
          "column": 64
        },
        "end": {
          "line": 323,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11217,
      "end": 11219,
      "loc": {
        "start": {
          "line": 324,
          "column": 6
        },
        "end": {
          "line": 324,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11220,
      "end": 11221,
      "loc": {
        "start": {
          "line": 324,
          "column": 9
        },
        "end": {
          "line": 324,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11222,
      "end": 11224,
      "loc": {
        "start": {
          "line": 324,
          "column": 11
        },
        "end": {
          "line": 324,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11225,
      "end": 11227,
      "loc": {
        "start": {
          "line": 324,
          "column": 14
        },
        "end": {
          "line": 324,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11228,
      "end": 11229,
      "loc": {
        "start": {
          "line": 324,
          "column": 17
        },
        "end": {
          "line": 324,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 11229,
      "end": 11236,
      "loc": {
        "start": {
          "line": 324,
          "column": 18
        },
        "end": {
          "line": 324,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 11237,
      "end": 11239,
      "loc": {
        "start": {
          "line": 324,
          "column": 26
        },
        "end": {
          "line": 324,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 11240,
      "end": 11247,
      "loc": {
        "start": {
          "line": 324,
          "column": 29
        },
        "end": {
          "line": 324,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11247,
      "end": 11248,
      "loc": {
        "start": {
          "line": 324,
          "column": 36
        },
        "end": {
          "line": 324,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 11248,
      "end": 11249,
      "loc": {
        "start": {
          "line": 324,
          "column": 37
        },
        "end": {
          "line": 324,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11249,
      "end": 11250,
      "loc": {
        "start": {
          "line": 324,
          "column": 38
        },
        "end": {
          "line": 324,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11250,
      "end": 11251,
      "loc": {
        "start": {
          "line": 324,
          "column": 39
        },
        "end": {
          "line": 324,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrementField",
      "start": 11251,
      "end": 11269,
      "loc": {
        "start": {
          "line": 324,
          "column": 40
        },
        "end": {
          "line": 324,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11269,
      "end": 11270,
      "loc": {
        "start": {
          "line": 324,
          "column": 58
        },
        "end": {
          "line": 324,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11270,
      "end": 11271,
      "loc": {
        "start": {
          "line": 324,
          "column": 59
        },
        "end": {
          "line": 324,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11271,
      "end": 11272,
      "loc": {
        "start": {
          "line": 324,
          "column": 60
        },
        "end": {
          "line": 324,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11279,
      "end": 11281,
      "loc": {
        "start": {
          "line": 325,
          "column": 6
        },
        "end": {
          "line": 325,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11282,
      "end": 11283,
      "loc": {
        "start": {
          "line": 325,
          "column": 9
        },
        "end": {
          "line": 325,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11284,
      "end": 11286,
      "loc": {
        "start": {
          "line": 325,
          "column": 11
        },
        "end": {
          "line": 325,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 11287,
      "end": 11289,
      "loc": {
        "start": {
          "line": 325,
          "column": 14
        },
        "end": {
          "line": 325,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11290,
      "end": 11291,
      "loc": {
        "start": {
          "line": 325,
          "column": 17
        },
        "end": {
          "line": 325,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrementFieldAlias",
      "start": 11291,
      "end": 11314,
      "loc": {
        "start": {
          "line": 325,
          "column": 18
        },
        "end": {
          "line": 325,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 11315,
      "end": 11317,
      "loc": {
        "start": {
          "line": 325,
          "column": 42
        },
        "end": {
          "line": 325,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 11318,
      "end": 11325,
      "loc": {
        "start": {
          "line": 325,
          "column": 45
        },
        "end": {
          "line": 325,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 11326,
      "end": 11328,
      "loc": {
        "start": {
          "line": 325,
          "column": 53
        },
        "end": {
          "line": 325,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 11329,
      "end": 11336,
      "loc": {
        "start": {
          "line": 325,
          "column": 56
        },
        "end": {
          "line": 325,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11336,
      "end": 11337,
      "loc": {
        "start": {
          "line": 325,
          "column": 63
        },
        "end": {
          "line": 325,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 11337,
      "end": 11338,
      "loc": {
        "start": {
          "line": 325,
          "column": 64
        },
        "end": {
          "line": 325,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11338,
      "end": 11339,
      "loc": {
        "start": {
          "line": 325,
          "column": 65
        },
        "end": {
          "line": 325,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11339,
      "end": 11340,
      "loc": {
        "start": {
          "line": 325,
          "column": 66
        },
        "end": {
          "line": 325,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrementFieldAlias",
      "start": 11340,
      "end": 11363,
      "loc": {
        "start": {
          "line": 325,
          "column": 67
        },
        "end": {
          "line": 325,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11363,
      "end": 11364,
      "loc": {
        "start": {
          "line": 325,
          "column": 90
        },
        "end": {
          "line": 325,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11364,
      "end": 11365,
      "loc": {
        "start": {
          "line": 325,
          "column": 91
        },
        "end": {
          "line": 325,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11365,
      "end": 11366,
      "loc": {
        "start": {
          "line": 325,
          "column": 92
        },
        "end": {
          "line": 325,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11374,
      "end": 11378,
      "loc": {
        "start": {
          "line": 327,
          "column": 6
        },
        "end": {
          "line": 327,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11378,
      "end": 11379,
      "loc": {
        "start": {
          "line": 327,
          "column": 10
        },
        "end": {
          "line": 327,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 11379,
      "end": 11387,
      "loc": {
        "start": {
          "line": 327,
          "column": 11
        },
        "end": {
          "line": 327,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11387,
      "end": 11388,
      "loc": {
        "start": {
          "line": 327,
          "column": 19
        },
        "end": {
          "line": 327,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "autoIncrementField",
      "start": 11388,
      "end": 11406,
      "loc": {
        "start": {
          "line": 327,
          "column": 20
        },
        "end": {
          "line": 327,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11406,
      "end": 11407,
      "loc": {
        "start": {
          "line": 327,
          "column": 38
        },
        "end": {
          "line": 327,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11408,
      "end": 11409,
      "loc": {
        "start": {
          "line": 327,
          "column": 40
        },
        "end": {
          "line": 327,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11410,
      "end": 11412,
      "loc": {
        "start": {
          "line": 327,
          "column": 42
        },
        "end": {
          "line": 327,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11412,
      "end": 11413,
      "loc": {
        "start": {
          "line": 327,
          "column": 44
        },
        "end": {
          "line": 327,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11418,
      "end": 11419,
      "loc": {
        "start": {
          "line": 328,
          "column": 4
        },
        "end": {
          "line": 328,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11422,
      "end": 11423,
      "loc": {
        "start": {
          "line": 329,
          "column": 2
        },
        "end": {
          "line": 329,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11424,
      "end": 11425,
      "loc": {
        "start": {
          "line": 330,
          "column": 0
        },
        "end": {
          "line": 330,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 11427,
      "end": 11433,
      "loc": {
        "start": {
          "line": 332,
          "column": 0
        },
        "end": {
          "line": 332,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11433,
      "end": 11434,
      "loc": {
        "start": {
          "line": 332,
          "column": 6
        },
        "end": {
          "line": 332,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 11434,
      "end": 11441,
      "loc": {
        "start": {
          "line": 332,
          "column": 7
        },
        "end": {
          "line": 332,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11442,
      "end": 11443,
      "loc": {
        "start": {
          "line": 332,
          "column": 15
        },
        "end": {
          "line": 332,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Query",
      "start": 11444,
      "end": 11449,
      "loc": {
        "start": {
          "line": 332,
          "column": 17
        },
        "end": {
          "line": 332,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11449,
      "end": 11450,
      "loc": {
        "start": {
          "line": 332,
          "column": 22
        },
        "end": {
          "line": 332,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 11451,
      "end": 11457,
      "loc": {
        "start": {
          "line": 333,
          "column": 0
        },
        "end": {
          "line": 333,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11457,
      "end": 11458,
      "loc": {
        "start": {
          "line": 333,
          "column": 6
        },
        "end": {
          "line": 333,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 11458,
      "end": 11465,
      "loc": {
        "start": {
          "line": 333,
          "column": 7
        },
        "end": {
          "line": 333,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11465,
      "end": 11466,
      "loc": {
        "start": {
          "line": 333,
          "column": 14
        },
        "end": {
          "line": 333,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Query",
      "start": 11466,
      "end": 11471,
      "loc": {
        "start": {
          "line": 333,
          "column": 15
        },
        "end": {
          "line": 333,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11472,
      "end": 11473,
      "loc": {
        "start": {
          "line": 333,
          "column": 21
        },
        "end": {
          "line": 333,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Query",
      "start": 11474,
      "end": 11479,
      "loc": {
        "start": {
          "line": 333,
          "column": 23
        },
        "end": {
          "line": 333,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11479,
      "end": 11480,
      "loc": {
        "start": {
          "line": 333,
          "column": 28
        },
        "end": {
          "line": 333,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 11481,
      "end": 11487,
      "loc": {
        "start": {
          "line": 334,
          "column": 0
        },
        "end": {
          "line": 334,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11487,
      "end": 11488,
      "loc": {
        "start": {
          "line": 334,
          "column": 6
        },
        "end": {
          "line": 334,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 11488,
      "end": 11495,
      "loc": {
        "start": {
          "line": 334,
          "column": 7
        },
        "end": {
          "line": 334,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11495,
      "end": 11496,
      "loc": {
        "start": {
          "line": 334,
          "column": 14
        },
        "end": {
          "line": 334,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 11496,
      "end": 11503,
      "loc": {
        "start": {
          "line": 334,
          "column": 15
        },
        "end": {
          "line": 334,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11504,
      "end": 11505,
      "loc": {
        "start": {
          "line": 334,
          "column": 23
        },
        "end": {
          "line": 334,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Query",
      "start": 11506,
      "end": 11511,
      "loc": {
        "start": {
          "line": 334,
          "column": 25
        },
        "end": {
          "line": 334,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11511,
      "end": 11512,
      "loc": {
        "start": {
          "line": 334,
          "column": 30
        },
        "end": {
          "line": 334,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11513,
      "end": 11513,
      "loc": {
        "start": {
          "line": 335,
          "column": 0
        },
        "end": {
          "line": 335,
          "column": 0
        }
      }
    }
  ]
}