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

Support for SQL Server #543

Closed
wants to merge 10 commits into from

Conversation

tarsil
Copy link
Contributor

@tarsil tarsil commented Mar 27, 2023

@aminalaee @Kludex

This is a PR proposing support for SQL Server. A lot of companies still use it and with aioodbc and databases patterns, this was possible to achieve as well. This could be merged maybe after this one? The reason why after its only because I branched off that branch to create this new one and once it's merged, it is way less files to review.

* Removed support for python 3.7
* Added common and dialects packages to handle
the new SQLAlchemy 2.0+
* The connections were hanging sometimes
during the tests.
* Revert changes automatically applied by IDE
* Fix formatting of CI caused by IDE changes
* Codebase cleanup for SQLAlchemy 2.0
* Fix EOL in mkdocs
@tarsil tarsil force-pushed the feature/support_for_sqlserver branch from 9ebd2b1 to d48766e Compare March 27, 2023 17:45
@tarsil
Copy link
Contributor Author

tarsil commented Mar 27, 2023

@Kludex any reason why the CI is taking so long? Locally all the tests pass with flying colours

@tarsil tarsil force-pushed the feature/support_for_sqlserver branch 2 times, most recently from 34234bb to ef8cdff Compare March 28, 2023 09:14
@tarsil tarsil force-pushed the feature/support_for_sqlserver branch from ef8cdff to f87e1b3 Compare March 28, 2023 09:18
@tarsil tarsil force-pushed the feature/support_for_sqlserver branch from 3814528 to b0eae59 Compare March 28, 2023 09:37
@tarsil tarsil marked this pull request as draft March 28, 2023 10:52
@tarsil tarsil force-pushed the feature/support_for_sqlserver branch from 2cdd1b1 to 9c3c606 Compare March 28, 2023 11:12
@tarsil tarsil force-pushed the feature/support_for_sqlserver branch from 9c3c606 to 121dc66 Compare March 28, 2023 11:17
@tarsil
Copy link
Contributor Author

tarsil commented Mar 28, 2023

Closing this one as it took a lot of try and error with the CI and opening a new one

@tarsil tarsil closed this Mar 28, 2023
@tarsil tarsil deleted the feature/support_for_sqlserver branch March 28, 2023 11:26
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.

None yet

1 participant