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

getList::prepVal to use a given datatype #176

Open
john3571 opened this issue Aug 24, 2012 · 1 comment
Open

getList::prepVal to use a given datatype #176

john3571 opened this issue Aug 24, 2012 · 1 comment

Comments

@john3571
Copy link
Contributor

prepVal should accept a second parameter which forces the function to output using a given SQL datatype.

Acceptable values could include boolean, integer, varchar, float or any other SQL datatype or abbreviation. If a problem occurs during casting to a datatype, an error should be thrown.

@stanistan
Copy link
Contributor

We need to move this out of prepVal, it's a much more generic method -- prepVal should use it.

Suggestions on where this should go?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants