-
Notifications
You must be signed in to change notification settings - Fork 1
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
Port Information Schema to Sql Server #1
base: master
Are you sure you want to change the base?
Conversation
2efd26a
to
dc2e2f1
Compare
@sudqijawabreh curious how hard would it be to append and not replace ? |
@@ -511,15 +514,7 @@ module SqlAnalysis = | |||
() | |||
else if not requiredParam.DataType.IsArray then | |||
match requiredParam.DataType.Name with | |||
| "bit" -> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@falfaddaghi this the only part that needs some thought to make it work for both postgres and sql server.
9cb4ad2
to
890948f
Compare
…t expects one warning message
…xpects one warning message
…ot supported in tsql
…Declaration to fix adjustment issue an issue appears when a var is replaced then another far behind it is replaced doesn't work fine with the adjustment
890948f
to
f246511
Compare
Proposed Changes
Port Information schema file to support sql server. It is responsible for retrieving database schema and getting query's parameters and output columns. Also modify unit tests to be compatible with sql server