PostgreSQL Tools Service that provides PostgreSQL Server data management capabilities.
Перейти к файлу
nasc17 c3f1582088
Address broken connections during open sessions (#466)
* reconnect if broken

* update naming

* retry for broken connection during request

* change name of SCRIPTAS_REQUEST

* expand node broken connection

* reconnect during refresh if needed

* lint fix

* test fix init

* none checks for tests

* fix connection during errors

* return after script request exception

* use mock connection for server in test

* put back try catch block for node expansion

* validate error

* mock server

* mock server

* Revert "mock server"

This reverts commit 2cdeeea68f.

* Revert "put back try catch block for node expansion"

This reverts commit a87a34b52e.

* retry state

* add back exception in expand node base

* lint error
2023-08-24 18:50:45 -04:00
.pipeline New Pipeline, triggers creating snap branches (#455) 2023-08-14 15:44:13 -04:00
.vscode Psycopg version bump 2 to 3 (#428) 2023-06-14 14:48:16 -07:00
ossdbtoolsservice Address broken connections during open sessions (#466) 2023-08-24 18:50:45 -04:00
pgsmo Address broken connections during open sessions (#466) 2023-08-24 18:50:45 -04:00
scripts Style check for all platforms (#443) 2023-07-21 17:46:01 -04:00
smo Update to function templates (#467) 2023-08-24 16:30:33 -04:00
tests Address broken connections during open sessions (#466) 2023-08-24 18:50:45 -04:00
.gitignore Changing package to support all platforms (#391) (#392) 2023-04-29 10:19:32 -07:00
CODEOWNERS Create CODEOWNERS (#389) 2023-04-21 09:44:44 -07:00
License.txt Refactor tools service to support MySQL provider (#267) 2020-08-12 17:24:41 -04:00
README.md Remove mysql component (#388) 2023-04-24 23:07:35 -07:00
SECURITY.md Microsoft mandatory file (#419) 2023-06-06 17:29:36 -07:00
ThirdPartyNotices.txt Update TPN (#204) 2019-03-13 23:42:28 -07:00
ossdbtoolsservice_main.spec Optimize pgtoolsservice size (#441) 2023-07-19 14:34:30 -07:00
requirements.txt Psycopg version bump 2 to 3 (#428) 2023-06-14 14:48:16 -07:00
res.txt Integrate PG-CLI completion code into tools service (#121) 2017-09-07 14:50:23 -07:00
setup.py Psycopg version bump 2 to 3 (#428) 2023-06-14 14:48:16 -07:00

README.md

Open Source Databases Tools Service

The Open Source Databases Tools Service is an application that provides core functionality for various PostgreSQL Server tools. These features include the following:

  • Connection management
  • Language Service support using VS Code protocol
  • Query execution and resultset management

It is based on the Microsoft SQL Tools Service and pgAdmin.

Support

Support for this extension is provided on our GitHub Issue Tracker. You can submit a bug report, a feature suggestion or participate in discussions.

Contributing to the Extension

See the developer documentation for details on how to contribute to this extension.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Privacy Statement

The Microsoft Enterprise and Developer Privacy Statement describes the privacy statement of this software.

License

This extension is licensed under the MIT License. Please see the third-party notices file for additional copyright notices and license terms applicable to portions of the software.