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 explicit setting column types #43

Open
rufuspollock opened this issue Oct 28, 2011 · 2 comments
Open

Support explicit setting column types #43

rufuspollock opened this issue Oct 28, 2011 · 2 comments

Comments

@rufuspollock
Copy link
Member

At the moment all column are strings. Want to support numbers etc. This would also address #25.

Two possible approaches (complementary) to setting types described in #27. This ticket is about allow setting of column type explicitly prior to load of data.

On way in all values are cast to column type and raise error if cannot cast correctly.

Question:

  • Do we support types other than sql types (e.g. json "type"?)
@pudo
Copy link
Contributor

pudo commented Oct 28, 2011

Duplicate of #35, I think?

@rufuspollock
Copy link
Member Author

Yes, acknowledged -- missed this because #35 is differently named :-) (and has broader discussion -- bit like #27). Key aspect there seems to be extra jargtypes parameter. Which ticket would you like to deprecate?

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

No branches or pull requests

2 participants