Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Duplicated sql-schemas requests #361

Description

@n-riesco

TableTree.react.js triggers two sql-schemas requests.

{"name":"plotly-database-connector-logger","hostname":"host","pid":24700,"level":30,"msg":"Request: /connections/ibm%20db2-6b8d443d-270a-4372-9fdb-6611d9c34b6a/connect","time":"2018-02-01T12:33:08.713Z","v":0}
{"name":"plotly-database-connector-logger","hostname":"host","pid":24700,"level":30,"msg":"Response: /connections/ibm%20db2-6b8d443d-270a-4372-9fdb-6611d9c34b6a/connect","time":"2018-02-01T12:33:08.715Z","v":0}
{"name":"plotly-database-connector-logger","hostname":"host","pid":24700,"level":30,"msg":"Attempting to authenticate with connection {\n  \"username\": \"db2user1\",\n  \"database\": \"plotly\",\n  \"index\": \"\",\n  \"doc\": \"\",\n  \"dialect\": \"ibm db2\",\n  \"port\": \"50000\",\n  \"host\": \"db2.test.plotly.host\",\n  \"ssl\": false,\n  \"encrypt\": false,\n  \"id\": \"ibm db2-6b8d443d-270a-4372-9fdb-6611d9c34b6a\"\n} (password omitted)","time":"2018-02-01T12:33:08.717Z","v":0}
{"name":"plotly-database-connector-logger","hostname":"host","pid":24700,"level":30,"msg":"Request: /connections/ibm%20db2-6b8d443d-270a-4372-9fdb-6611d9c34b6a/sql-tables","time":"2018-02-01T12:33:10.881Z","v":0}
{"name":"plotly-database-connector-logger","hostname":"host","pid":24700,"level":30,"msg":"Response: /connections/ibm%20db2-6b8d443d-270a-4372-9fdb-6611d9c34b6a/sql-tables","time":"2018-02-01T12:33:10.882Z","v":0}
{"name":"plotly-database-connector-logger","hostname":"host","pid":24700,"level":30,"msg":"Request: /connections/ibm%20db2-6b8d443d-270a-4372-9fdb-6611d9c34b6a/query","time":"2018-02-01T12:33:11.579Z","v":0}
{"name":"plotly-database-connector-logger","hostname":"host","pid":24700,"level":30,"msg":"Response: /connections/ibm%20db2-6b8d443d-270a-4372-9fdb-6611d9c34b6a/query","time":"2018-02-01T12:33:11.580Z","v":0}

...

{"name":"plotly-database-connector-logger","hostname":"host","pid":24700,"level":30,"msg":"Request: /connections/ibm%20db2-6b8d443d-270a-4372-9fdb-6611d9c34b6a/sql-schemas","time":"2018-02-01T12:35:52.762Z","v":0}
{"name":"plotly-database-connector-logger","hostname":"host","pid":24700,"level":30,"msg":"Response: /connections/ibm%20db2-6b8d443d-270a-4372-9fdb-6611d9c34b6a/sql-schemas","time":"2018-02-01T12:35:52.766Z","v":0}
{"name":"plotly-database-connector-logger","hostname":"host","pid":24700,"level":30,"msg":"Request: /connections/ibm%20db2-6b8d443d-270a-4372-9fdb-6611d9c34b6a/sql-schemas","time":"2018-02-01T12:35:53.069Z","v":0}
{"name":"plotly-database-connector-logger","hostname":"host","pid":24700,"level":30,"msg":"Response: /connections/ibm%20db2-6b8d443d-270a-4372-9fdb-6611d9c34b6a/sql-schemas","time":"2018-02-01T12:35:53.069Z","v":0}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions