GithubHelp home page GithubHelp logo

Support for long ints about mongomapper HOT 4 CLOSED

mongomapper avatar mongomapper commented on September 22, 2024
Support for long ints

from mongomapper.

Comments (4)

jnunemaker avatar jnunemaker commented on September 22, 2024

So is there something I am suppose to do with this? Seems like more of a statement.

from mongomapper.

hunter avatar hunter commented on September 22, 2024

Oops, just me not paying enough attention when writing a ticket ;)

I guess the question is, can we add support for large ints? It seems the Integer key raises the mongo driver 4-bit int error. The typecast method in key.rb just seems to pass this on the Int so it may be the driver. I've not had time to dig further. Any thoughts?

from mongomapper.

jnunemaker avatar jnunemaker commented on September 22, 2024

I don't really know much on the subject. I'd hit up the mongodb mailing list about best way to store big ints and we can go from there.

from mongomapper.

jnunemaker avatar jnunemaker commented on September 22, 2024

Longs are now supported by the ruby driver. That with the combination of keys with no type means you could use longs now with mongomapper if you just do something like this:

  class Foo
    include MongoMapper::Document

    key :somelongint
  end

  Foo.new.somelongint = 9223372036854775807 # or whatever

Also, this is kind of duplicate with ticket #55.

from mongomapper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.