forked from datastax/ruby-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Row builder #1
Open
eprothro
wants to merge
279
commits into
master
Choose a base branch
from
row-builder
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Row builder #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…to align with recent code changes.
…tion. * Disable rubocop warnings around validate_and_massage_options method.
[RUBY-168] Integration tests for host broadcast and listen address
[RUBY-165] Integration tests for adding protocol_version to Cluster
…tion. * Updated README to mention that specifying v1 or v2 and contacting a 3.0-3.4 node results in a NoHostsAvailable error rather than ProtocolError.
RUBY-165 -- Added input validation around protocol_version cluster op…
[RUBY-178] Integration tests and cucumber features for indexes
[RUBY-181] Integration tests and cucumber features for table metadata
…3.0. * Added integration test cases.
RUBY-185 - Added logic in fetcher to handle static-compact tables in …
* Updated CHANGELOG * Added integration test.
* Simplified trimming single-quotes in custom type name.
RUBY-186 - Handle custom type columns in C* 3.x schemas.
[RUBY-167] Integration tests and cucumber features for materialized views
* Updated CHANGELOG and README to reflect changes. * Updated version number in version.rb.
* Removed 3.0.0 beta version from docs.yaml.
Bugfixes in indexes tests
RUBY-278 - Remove profile inheritance logic; use system defaults inst…
[RUBY-277] Integration tests and cucumber features for execution profile refinements
….yaml * Rewrite 'whatsNew.html' refs.
* Update version now that 3.1.0 is out. * Restore blob/master refs in README.md
* added address resolution calls in various places as appropriate. * Updated spec
…e has a quoted name. * Fixed defect in parsing schema metadata that contained quotes in column type names. * Break out cuke run into two pieces -- one for interactive cukes and one for non-interactive. A clean cuke run for just interactive features is more stable with jruby 9k.
* Update JSON gem to 1.8.6 for Ruby 2.4 compatibility * Ruby 2.4 compatible integer type guessing Fixnum and Bignum classes were unified to a single integer class in Ruby 2.4. All integers in Ruby 2.4 would match to ::Fixnum. For proper type guessing, the size of the number needs to be inspected. Thanks @lautis for discovering and fixing this.
* Add Ruby-2.4 to build.yaml, for Jenkins builds. * Fix broken cuke, since BigDecimal emits slightly differently between Ruby2.4 and prior Rubies.
[RUBY-291] Integration tests for quoted UDTs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.