Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mssql connection provider #28

Merged
merged 3 commits into from
Sep 9, 2021
Merged

fix mssql connection provider #28

merged 3 commits into from
Sep 9, 2021

Conversation

Idokah
Copy link
Collaborator

@Idokah Idokah commented Sep 5, 2021

Add .then() to pool.connect() while connecting to mssql because the function connect() throwing if the connection failed.
Change the cleanup function when connection is failed because it's throwing when we try to close failed pool in mssql.

@Idokah Idokah merged commit e142eb8 into master Sep 9, 2021
@Idokah Idokah deleted the mssql branch September 9, 2021 10:52
MXPOL pushed a commit that referenced this pull request Sep 9, 2021
* fix mssql connection provider

* add not connected synthetic pool

* extract notConnectedPool func to mssql_utils
MXPOL added a commit that referenced this pull request Sep 9, 2021
* added some filter transformer functions

* firestore data provider implemenation

* minor changes to data provider

* firestore filter implementaion

* firestores data drovider refactor

* nop

* github actions (#27)

* split engine to impl, npm t will run all tests but it's possible to test a specific engine

* e2e refactor

* e2e refactor

* Azure adapter installer (#19)

* first version azure-adapter-installer

works now only for mysql, need to insert the enviorment variables (watch in init.js file)
need to change the login method, get params method (not process.env)

* add spinner

* fix test error azure

* nop

* remove travis.yml

* e2e refactor

* refactor mysql test env

* refactor postgres test env

* refactor spanner test env

* refactor sql server test env

* reduce deps on main module
changed default mysql test to 5.7

* dead code

* added mongo to docker compose

* debugging mysql build on github

* github action, changed docker pre pull of images

* docker compose fixes

* debugging github actions

* fixed warning

* debug error

* debug github build

* fixed postgres error on ci

* partial fix for build on CI

* adding spanner to CI

* split CI build task to all code and build target for each integration

* added CI target for spanner

* added CI target for mySql and sql server

* added CI target for mySql and sql server

* split ci to main target and each engine target

* split ci to main target and each engine target

* fixed warning

* adding firestore to tests

* renamed target

* removed comments

* added eslint config file

* consolidate install scripts

* fix mssql connection provider (#28)

* fix mssql connection provider

* add not connected synthetic pool

* extract notConnectedPool func to mssql_utils

* initial mongo template

* renamed main module src dir from src to lib

* eslint config file - ignore test files

* fix lint problems

* firestores data provider functions refactor

* filter transformer improvements

Co-authored-by: Idokah <[email protected]>
Co-authored-by: Noam Almog <[email protected]>
Co-authored-by: Ido <[email protected]>
@Idokah Idokah restored the mssql branch October 4, 2021 15:18
@Idokah Idokah deleted the mssql branch October 5, 2021 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants