Ryan Bullock
Ryan Bullock
Trying to use the counter() method I found that documents weren't expiring as expected. Tests using upsert instead do show documents properly expiring. Example: my $counter = Couchbase::Document->new($_[0], 1, {...
If you call ipaddr.Parse with input that is only a single IP (127.0.0.1, 127.0.0.1/32) the supplied cursor will not return any entries via Next(). Getting the value via First() works...
I'm adding support for "github.com/shopspring/decimal" to my project that makes use of "expr/patcher/value" and ran into an issue where cpu usage spikes to 100% and expr gets stuck compiling the...
See issue #637 This contains the changes from pull request #658 as well. If this pull is accepted that one may be closed. Commit https://github.com/expr-lang/expr/commit/3da85278439a5e8ef5dc0d73f321f76742e2cecc introduced repeating the patch phase...
I'm trying to add a constraint to a table to prevent overlapping prefixes with the same length. So a prefix of 1 and 1[2-5] are fine, but if you then...
**Describe the bug** When using CopyFrom to insert a string value of a postgres formatted multidimensional array, the array is getting flattened. If inserted via Exec the dimensions are properly...
When parsing a json configuration, numbers would be parsed into a float64 and then reformatted as a string before being handled by methods like setInt(). This works fine for small...