Re: [PR] JAVA-3094: Fix decrement query error [cassandra-java-driver]

2024-06-14 Thread via GitHub
KSH-code commented on PR #1686: URL: https://github.com/apache/cassandra-java-driver/pull/1686#issuecomment-2167657716 Can anybody check this again? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[PR] JAVA-3094: Fix decrement query error [cassandra-java-driver]

2024-06-14 Thread via GitHub
KSH-code opened a new pull request, #1686: URL: https://github.com/apache/cassandra-java-driver/pull/1686 If decrement with a negative value, then the query is made like `COLUMN = COLUMN--value`. so it can occur error because, double dashes (--) is used for comment. -- This is an automat

Re: [PR] JAVA-3094: Fix decrement query error [cassandra-java-driver]

2024-01-23 Thread via GitHub
KSH-code commented on PR #1686: URL: https://github.com/apache/cassandra-java-driver/pull/1686#issuecomment-1907534133 @absurdfarce @hhughes I do not use Scylla now, so I am going to close this now. -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] JAVA-3094: Fix decrement query error [cassandra-java-driver]

2024-01-23 Thread via GitHub
KSH-code closed pull request #1686: JAVA-3094: Fix decrement query error URL: https://github.com/apache/cassandra-java-driver/pull/1686 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co