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

Is there any particular reason why this does not work with postgresql? #8

Open
sam-ghosh opened this issue Feb 17, 2016 · 1 comment

Comments

@sam-ghosh
Copy link

I checked it only works with MySql and not sqlite or postgresql. Is there any reason for this at implementation level?

Thanks

@michaelbrooks
Copy link
Owner

I had to write special cases for MySQL to enable big unsigned int fields (for twitter IDs), as in /twitter_stream/fields.py, and I never tested on other databases to see what issues might occur. What happened when you tried it?

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