Skip to content

Conversation

@mpenick
Copy link
Contributor

@mpenick mpenick commented Apr 27, 2017

No description provided.

Michael Penick and others added 4 commits April 27, 2017 13:31
Most of the logic for encoding query and execute requests is the same.
This unifies most of that logic into the Statement class.
* Force 3.10 and later C* versions to be tested with v5.
Michael Penick added 3 commits April 28, 2017 08:37
Copy link
Contributor

@mikefero mikefero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge looks good; only saw two things that may not be a fit for the core (and they are the same thing)

#define CASS_QUERY_FLAG_DEFAULT_TIMESTAMP 0x00000020
#define CASS_QUERY_FLAG_NAMES_FOR_VALUES 0x00000040
#define CASS_QUERY_FLAG_PAGE_SIZE_BYTES 0x40000000
#define CASS_QUERY_FLAG_CONTINUOUS_PAGING 0x80000000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these last two applicable to core?

#define CASS_RESULT_FLAG_HAS_MORE_PAGES 0x00000002
#define CASS_RESULT_FLAG_NO_METADATA 0x00000004
#define CASS_RESULT_FLAG_CONTINUOUS_PAGING 0x40000000
#define CASS_RESULT_FLAG_LAST_CONTINUOUS_PAGE 0x80000000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here?

Michael Penick added 2 commits May 8, 2017 15:08
@mpenick mpenick merged commit 8604075 into master May 9, 2017
@mpenick mpenick deleted the v2.7.0 branch May 16, 2017 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants