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

table Z_* property id does not properly compare values #1

Open
samuelmolinski opened this issue Jan 19, 2012 · 0 comments
Open

table Z_* property id does not properly compare values #1

samuelmolinski opened this issue Jan 19, 2012 · 0 comments

Comments

@samuelmolinski
Copy link

While I was trying to update my pages with some ajax I notice that the id numbers do not properly compare. For example when I received the tweet tagged with an id of "158926829690957824" I logically only wanted the next tweet following this. I resent using the $_GET of max_id. I adjusted by value of one to give me "158926829690957823" but still received the same tweet (plus the additional tweets as excepted).

This problem seems to remedy itself went I changed the initial value by 1000 (158926829690956824). I suspect a data-type problem.

This maybe caused but an incorrect data type in the DB (currently it is CHARVAR(100) maybe BIGINT would be better) a hiccup in the program somewhere.

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

1 participant