Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.32 KB | None | 0 0
  1. web_1 | Sequelize {
  2. web_1 | options:
  3. web_1 | { dialect: 'postgres',
  4. web_1 | dialectModulePath: null,
  5. web_1 | host: '192.168.1.21',
  6. web_1 | protocol: 'tcp',
  7. web_1 | define: {},
  8. web_1 | query: {},
  9. web_1 | sync: {},
  10. web_1 | timezone: '+00:00',
  11. web_1 | logging: false,
  12. web_1 | omitNull: false,
  13. web_1 | native: false,
  14. web_1 | replication: false,
  15. web_1 | ssl: undefined,
  16. web_1 | pool: {},
  17. web_1 | quoteIdentifiers: true,
  18. web_1 | hooks: {},
  19. web_1 | retry: { max: 5, match: [Array] },
  20. web_1 | transactionType: 'DEFERRED',
  21. web_1 | isolationLevel: null,
  22. web_1 | databaseVersion: 0,
  23. web_1 | typeValidation: false,
  24. web_1 | benchmark: false },
  25. web_1 | config:
  26. web_1 | { database: 'wavents',
  27. web_1 | username: 'root',
  28. web_1 | password: 'passwordona',
  29. web_1 | host: '192.168.1.21',
  30. web_1 | port: 5432,
  31. web_1 | pool: {},
  32. web_1 | protocol: 'tcp',
  33. web_1 | native: false,
  34. web_1 | ssl: undefined,
  35. web_1 | replication: false,
  36. web_1 | dialectModulePath: null,
  37. web_1 | keepDefaultTimezone: undefined,
  38. web_1 | dialectOptions: undefined },
  39. web_1 | dialect:
  40. web_1 | PostgresDialect {
  41. web_1 | sequelize: [Circular],
  42. web_1 | connectionManager:
  43. web_1 | ConnectionManager {
  44. web_1 | sequelize: [Circular],
  45. web_1 | config: [Object],
  46. web_1 | dialect: [Circular],
  47. web_1 | versionPromise: null,
  48. web_1 | poolError: null,
  49. web_1 | dialectName: 'postgres',
  50. web_1 | onProcessExit: [Function: bound onProcessExit],
  51. web_1 | pool: [Object],
  52. web_1 | lib: [Object] },
  53. web_1 | QueryGenerator:
  54. web_1 | { options: [Object],
  55. web_1 | dialect: 'postgres',
  56. web_1 | setSearchPath: [Function: setSearchPath],
  57. web_1 | createSchema: [Function: createSchema],
  58. web_1 | dropSchema: [Function: dropSchema],
  59. web_1 | showSchemasQuery: [Function: showSchemasQuery],
  60. web_1 | versionQuery: [Function: versionQuery],
  61. web_1 | createTableQuery: [Function: createTableQuery],
  62. web_1 | dropTableQuery: [Function: dropTableQuery],
  63. web_1 | showTablesQuery: [Function: showTablesQuery],
  64. web_1 | describeTableQuery: [Function: describeTableQuery],
  65. web_1 | checkValidJsonStatement: [Function: checkValidJsonStatement],
  66. web_1 | jsonPathExtractionQuery: [Function: jsonPathExtractionQuery],
  67. web_1 | handleSequelizeMethod: [Function: handleSequelizeMethod],
  68. web_1 | addColumnQuery: [Function: addColumnQuery],
  69. web_1 | removeColumnQuery: [Function: removeColumnQuery],
  70. web_1 | changeColumnQuery: [Function: changeColumnQuery],
  71. web_1 | renameColumnQuery: [Function: renameColumnQuery],
  72. web_1 | fn: [Function: fn],
  73. web_1 | exceptionFn: [Function: exceptionFn],
  74. web_1 | upsertQuery: [Function: upsertQuery],
  75. web_1 | deleteQuery: [Function: deleteQuery],
  76. web_1 | showIndexesQuery: [Function: showIndexesQuery],
  77. web_1 | showConstraintsQuery: [Function: showConstraintsQuery],
  78. web_1 | removeIndexQuery: [Function: removeIndexQuery],
  79. web_1 | addLimitAndOffset: [Function: addLimitAndOffset],
  80. web_1 | attributeToSQL: [Function: attributeToSQL],
  81. web_1 | deferConstraintsQuery: [Function: deferConstraintsQuery],
  82. web_1 | setConstraintQuery: [Function: setConstraintQuery],
  83. web_1 | setDeferredQuery: [Function: setDeferredQuery],
  84. web_1 | setImmediateQuery: [Function: setImmediateQuery],
  85. web_1 | attributesToSQL: [Function: attributesToSQL],
  86. web_1 | findAutoIncrementField: [Function: findAutoIncrementField],
  87. web_1 | createTrigger: [Function: createTrigger],
  88. web_1 | dropTrigger: [Function: dropTrigger],
  89. web_1 | renameTrigger: [Function: renameTrigger],
  90. web_1 | createFunction: [Function: createFunction],
  91. web_1 | dropFunction: [Function: dropFunction],
  92. web_1 | renameFunction: [Function: renameFunction],
  93. web_1 | databaseConnectionUri: [Function: databaseConnectionUri],
  94. web_1 | pgEscapeAndQuote: [Function: pgEscapeAndQuote],
  95. web_1 | expandFunctionParamList: [Function: expandFunctionParamList],
  96. web_1 | expandOptions: [Function: expandOptions],
  97. web_1 | decodeTriggerEventType: [Function: decodeTriggerEventType],
  98. web_1 | triggerEventTypeIsConstraint: [Function: triggerEventTypeIsConstraint],
  99. web_1 | expandTriggerEventSpec: [Function: expandTriggerEventSpec],
  100. web_1 | pgEnumName: [Function: pgEnumName],
  101. web_1 | pgListEnums: [Function: pgListEnums],
  102. web_1 | pgEnum: [Function: pgEnum],
  103. web_1 | pgEnumAdd: [Function: pgEnumAdd],
  104. web_1 | pgEnumDrop: [Function: pgEnumDrop],
  105. web_1 | fromArray: [Function: fromArray],
  106. web_1 | padInt: [Function: padInt],
  107. web_1 | dataTypeMapping: [Function: dataTypeMapping],
  108. web_1 | quoteIdentifier: [Function: quoteIdentifier],
  109. web_1 | getForeignKeysQuery: [Function: getForeignKeysQuery],
  110. web_1 | dropForeignKeyQuery: [Function: dropForeignKeyQuery],
  111. web_1 | setAutocommitQuery: [Function: setAutocommitQuery],
  112. web_1 | extractTableDetails: [Function: extractTableDetails],
  113. web_1 | addSchema: [Function: addSchema],
  114. web_1 | renameTableQuery: [Function: renameTableQuery],
  115. web_1 | insertQuery: [Function: insertQuery],
  116. web_1 | bulkInsertQuery: [Function: bulkInsertQuery],
  117. web_1 | updateQuery: [Function: updateQuery],
  118. web_1 | arithmeticQuery: [Function: arithmeticQuery],
  119. web_1 | nameIndexes: [Function: nameIndexes],
  120. web_1 | addIndexQuery: [Function: addIndexQuery],
  121. web_1 | addConstraintQuery: [Function: addConstraintQuery],
  122. web_1 | getConstraintSnippet: [Function: getConstraintSnippet],
  123. web_1 | removeConstraintQuery: [Function: removeConstraintQuery],
  124. web_1 | quoteTable: [Function: quoteTable],
  125. web_1 | quote: [Function: quote],
  126. web_1 | quoteIdentifiers: [Function: quoteIdentifiers],
  127. web_1 | escape: [Function: escape],
  128. web_1 | selectQuery: [Function: selectQuery],
  129. web_1 | escapeAttributes: [Function: escapeAttributes],
  130. web_1 | generateInclude: [Function: generateInclude],
  131. web_1 | generateJoin: [Function: generateJoin],
  132. web_1 | generateThroughJoin: [Function: generateThroughJoin],
  133. web_1 | getQueryOrders: [Function: getQueryOrders],
  134. web_1 | selectFromTableFragment: [Function: selectFromTableFragment],
  135. web_1 | setIsolationLevelQuery: [Function: setIsolationLevelQuery],
  136. web_1 | generateTransactionId: [Function: generateTransactionId],
  137. web_1 | startTransactionQuery: [Function: startTransactionQuery],
  138. web_1 | commitTransactionQuery: [Function: commitTransactionQuery],
  139. web_1 | rollbackTransactionQuery: [Function: rollbackTransactionQuery],
  140. web_1 | whereQuery: [Function: whereQuery],
  141. web_1 | whereItemsQuery: [Function: whereItemsQuery],
  142. web_1 | whereItemQuery: [Function: whereItemQuery],
  143. web_1 | getWhereConditions: [Function: getWhereConditions],
  144. web_1 | parseConditionObject: [Function: parseConditionObject],
  145. web_1 | isIdentifierQuoted: [Function: isIdentifierQuoted],
  146. web_1 | booleanValue: [Function: booleanValue],
  147. web_1 | _dialect: [Circular],
  148. web_1 | sequelize: [Circular],
  149. web_1 | typeValidation: undefined } },
  150. web_1 | models: {},
  151. web_1 | modelManager: ModelManager { models: [], sequelize: [Circular] },
  152. web_1 | connectionManager:
  153. web_1 | ConnectionManager {
  154. web_1 | sequelize: [Circular],
  155. web_1 | config:
  156. web_1 | { database: 'wavents',
  157. web_1 | username: 'root',
  158. web_1 | password: 'passwordona',
  159. web_1 | host: '192.168.1.21',
  160. web_1 | port: undefined,
  161. web_1 | pool: [Object],
  162. web_1 | protocol: 'tcp',
  163. web_1 | native: false,
  164. web_1 | ssl: undefined,
  165. web_1 | replication: false,
  166. web_1 | dialectModulePath: null,
  167. web_1 | keepDefaultTimezone: undefined,
  168. web_1 | dialectOptions: undefined },
  169. web_1 | dialect:
  170. web_1 | PostgresDialect {
  171. web_1 | sequelize: [Circular],
  172. web_1 | connectionManager: [Circular],
  173. web_1 | QueryGenerator: [Object] },
  174. web_1 | versionPromise: null,
  175. web_1 | poolError: null,
  176. web_1 | dialectName: 'postgres',
  177. web_1 | onProcessExit: [Function: bound onProcessExit],
  178. web_1 | pool:
  179. web_1 | Pool {
  180. web_1 | domain: null,
  181. web_1 | _events: [Object],
  182. web_1 | _eventsCount: 1,
  183. web_1 | _maxListeners: undefined,
  184. web_1 | _config: [Object],
  185. web_1 | _Promise: [Object],
  186. web_1 | _factory: [Object],
  187. web_1 | _draining: false,
  188. web_1 | _started: false,
  189. web_1 | _waitingClientsQueue: [Object],
  190. web_1 | _factoryCreateOperations: Set {},
  191. web_1 | _factoryDestroyOperations: Set {},
  192. web_1 | _availableObjects: [Object],
  193. web_1 | _testOnBorrowResources: Set {},
  194. web_1 | _testOnReturnResources: Set {},
  195. web_1 | _validationOperations: Set {},
  196. web_1 | _allObjects: Set {},
  197. web_1 | _resourceLoans: Map {},
  198. web_1 | _evictionIterator: [Object],
  199. web_1 | _evictor: DefaultEvictor {},
  200. web_1 | _scheduledEviction: null },
  201. web_1 | lib:
  202. web_1 | PG {
  203. web_1 | defaults: [Object],
  204. web_1 | Client: [Object],
  205. web_1 | Query: [Object],
  206. web_1 | Pool: [Object],
  207. web_1 | _pools: [],
  208. web_1 | Connection: [Object],
  209. web_1 | types: [Object],
  210. web_1 | native: [Getter] } },
  211. web_1 | importCache: {},
  212. web_1 | test:
  213. web_1 | { _trackRunningQueries: false,
  214. web_1 | _runningQueries: 0,
  215. web_1 | trackRunningQueries: [Function: trackRunningQueries],
  216. web_1 | verifyNoRunningQueries: [Function: verifyNoRunningQueries] } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement