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 support for BIGINT in SPL params #389

Merged
merged 1 commit into from
Jul 8, 2015

Conversation

MMatten
Copy link
Contributor

@MMatten MMatten commented Jul 8, 2015

Corrected type mappings to fix #387.

@MMatten
Copy link
Contributor Author

MMatten commented Jul 8, 2015

Just noticed I need to rebase this onto the updated master...

@MMatten MMatten force-pushed the support-bigint-in-teradata-stored-proc-params branch from 524537f to 2ee0720 Compare July 8, 2015 09:01
@MMatten
Copy link
Contributor Author

MMatten commented Jul 8, 2015

Rebase done.

@@ -1,6 +1,6 @@
This stored proc tests output parameters - CalcLength returns string length as second output param

|Execute Ddl|!-Replace Procedure CalcLength(in name varchar(100), out strlength numeric)
|Execute Ddl|!-Replace Procedure CalcLength(in name varchar(100), out strlength bigint)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we're removing the numeric version here - do we have some other test which is still covering the numeric behavior?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're still covered in StoredProcWithException.

None of the data type tests for Teradata stored price and functions are explicit enough really. I wonder if we could define some standard tests sections and use !includes to supply the specific content for each DB sometime.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. Seems good enough to me for now.

@javornikolov
Copy link
Contributor

:+1 I'm merging this. Thank you @MMatten for the quick fix!

javornikolov added a commit that referenced this pull request Jul 8, 2015
…proc-params

Fix support for BIGINT in SPL params
@javornikolov javornikolov merged commit 09ea185 into master Jul 8, 2015
@javornikolov javornikolov deleted the support-bigint-in-teradata-stored-proc-params branch July 8, 2015 19:55
@javornikolov javornikolov added this to the 3.2.0 milestone Aug 12, 2015
@javornikolov javornikolov mentioned this pull request Aug 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type LONG is not supported
2 participants