ThinkUpLLC / ThinkUp

ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond.
http://thinkup.com
GNU General Public License v3.0
3.3k stars 675 forks source link

"Snowflake" 64bit Twitter IDs may break grid search #392

Closed mwilkie closed 14 years ago

mwilkie commented 14 years ago

simple solution may be to just convert to string before encoding into json...

mwilkie commented 14 years ago

working on this...

mwilkie commented 14 years ago

turns out we have a db issue as well as our post_id columns in tu_posts are signed ints, so we need to convert these to unsigned to support the upper range of a 64 bit id

mwilkie commented 14 years ago

sent a fix pull request to gina for this: http://github.com/mwilkie/thinktank/commit/b9533038f4cc2bf67ef81206c6475d760b70e798

ginatrapani commented 14 years ago

Merged: http://github.com/ginatrapani/ThinkUp/commit/2ff32c49dea4a5eec8fc0a909a085f3945b430fb