-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add support for the SQL API's #3414
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 there are folks already looking forward to this!
I left a few small comments
fields.And(field); | ||
reader.Read(); // "format"; | ||
reader.Read(); // "format value"; | ||
reader.Read(); // "}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a test for this?
/// and can take any values as documented on Joda time's DateTimeZone enum. | ||
/// </summary> | ||
[JsonProperty("time_zone")] | ||
string TimeZone { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should look at standardising TimeZone
and Timezone
in 7.x
|
||
namespace Nest | ||
{ | ||
public class SqlRow : ReadOnlyCollection<SqlValue> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: formatting of {
not on separate line
* Add QuerySql API methods and tests * Add ClearSqlCursor API methods and tests * Add TranslateSql API methods and tests (cherry picked from commit a59a00a)
No description provided.