Replies: 1 comment 7 replies
-
Hey @oRIOnTx, Based on your variable name of |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have problem when i try user bignum in my query. I have next error: /usr/local/bundle/ruby/3.0.0/gems/bson-4.15.0/lib/bson/hash.rb:43:in
put_hash': bignum too big to convert into
long long' (RangeError)i have next code for example:
ip_code_str = 58569104840549217479400131697037017089
::Mongo::Country.where(:range_from.lte => ip_code_str, :range_to.gte => ip_code_str).first
i'm trying covert number to string, but nothing changed
Beta Was this translation helpful? Give feedback.
All reactions