issues
search
iconara
/
cql-rb
Cassandra CQL 3 binary protocol driver for Ruby
106
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Encoding problem with prepared statment
#129
mhakeem
closed
1 year ago
3
Tweaks to reduce time holding locks
#128
grddev
closed
8 years ago
2
Fixed typographical error, changed accross to across in README.
#127
orthographic-pedant
closed
9 years ago
5
Prepare statement again when it is lost
#126
stenlarsson
closed
9 years ago
5
Fix warnings when running in ruby 2.2.0
#125
teodor-pripoae
closed
9 years ago
1
No live threads left. Deadlock? when saving object
#124
AdamMarkowski
closed
9 years ago
1
Prevent starvation in case of many concurrent requests and timeouts
#123
TalLevAmi
closed
10 years ago
2
Suppress warning "Comparable#== will no more rescue exceptions of #<=> in the next release."
#122
Sixeight
closed
10 years ago
3
Allow mixed case keyspace names
#121
michaelmior
closed
10 years ago
3
Is it possible to convert ruby Hash to cassandra Map<...> datatype in INSERT/UPDATE query via parameters without using JSON literal in query body?
#120
royaltm
closed
10 years ago
3
Raise specific errors with invalid UUID cases
#119
russCloak
closed
10 years ago
4
Fixing varint and decimal encoding/decoding
#118
ahisbrook
closed
10 years ago
2
Batches of prepared statements should prepare the statement before retrying
#117
iconara
closed
10 years ago
0
Update README.md
#116
jasonmk
closed
10 years ago
1
Fixing encoding of decimals ending in .0 or 0.0
#115
ahisbrook
closed
10 years ago
8
BigDecimal encoding for decimals ending in .0 or 00.0
#114
ahisbrook
closed
10 years ago
1
Prepared Statements after forking
#113
jasonmk
closed
10 years ago
4
Fixing bug with appending varint of 0.
#112
ndrwdn
closed
10 years ago
5
Allows TimeUuid and Uuid to be compared for equality
#111
jasonmk
closed
10 years ago
1
Support client/node encryption
#110
iconara
closed
10 years ago
12
LZ4 support
#109
iconara
closed
10 years ago
0
Fly weight prepared statements
#108
iconara
closed
10 years ago
0
Connection strategies
#107
iconara
closed
10 years ago
1
Make it possible to turn off peer discovery
#106
iconara
closed
10 years ago
2
Support encrypted connections
#105
iconara
closed
10 years ago
0
Improve the documentation and handling of prepared statements
#104
iconara
closed
10 years ago
0
Prepared statements caching
#103
jpemberthy
closed
10 years ago
3
Memory leak?
#102
ds1982
closed
10 years ago
5
Use ByteBuffer to avoid encoding errors on collections
#101
adstage-david
closed
10 years ago
1
v1.2.1: Encoding::CompatibilityError: ASCII-8BIT and UTF-8
#100
adstage-david
closed
10 years ago
4
Wrong type given to Connection#close in some circumstances
#99
iconara
closed
10 years ago
0
Cassandra returns to life deleted entries
#98
brlo
closed
10 years ago
1
Paging. Undefined method error
#97
brlo
closed
10 years ago
4
Allow UUIDs to be passed in as standard Hex-encoded strings.
#96
jasonmk
closed
10 years ago
4
Getting inconsistent results
#95
gsiglet
closed
10 years ago
10
Bad error message when calling connect with an empty lists of hosts
#94
iconara
closed
10 years ago
0
Memory leak while using prepared statements
#93
valums
closed
10 years ago
4
consistency errors when executing batch
#92
timuckun
closed
10 years ago
6
Conditional updates are not supported by the protocol version in use. You need to upgrade to a driver using the native protocol v2. (Cql::QueryError)
#91
gsiglet
closed
10 years ago
1
Automatic reconnect doesn't work consistently when nodes go up/down
#90
thedebugger
closed
10 years ago
9
Automatic reconnect when a seed node connection fails
#89
ajsharp
closed
10 years ago
9
cql-rb discovers a removed node and fails to connect to cluster!
#88
thedebugger
closed
10 years ago
4
UUID validation broken in JRuby
#87
iconara
closed
10 years ago
0
Auth works with cql-rb 1.2.0 and dse 3.1
#86
gworley3
closed
10 years ago
1
Cannot execute statement with IN = (?)
#85
mottalrd
closed
10 years ago
5
Update README.md
#84
jpemberthy
closed
10 years ago
0
Cql::Uuid should be comparable
#83
nirvdrum
closed
10 years ago
1
Make Cql::Uuid behave more like SimpleUUID::UUID
#82
outoftime
closed
10 years ago
7
Taking the hash of an array containing a Uuid can overflow JRuby long
#81
outoftime
closed
10 years ago
3
prepared statement does not support timestamp and multibyte string parameters at the same time
#80
tribbloid
closed
10 years ago
5
Next