Skip to content

Commit

Permalink
Update CommandGetPrimaryKey from FlightSql.proto (apache#110)
Browse files Browse the repository at this point in the history
Include not null on docs
  • Loading branch information
vfraga authored and rafael-telles committed Sep 7, 2021
1 parent 06c3be9 commit 3d718a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions format/FlightSql.proto
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@ message CommandGetTableTypes {
* <
* catalog_name: utf8,
* schema_name: utf8,
* table_name: utf8,
* column_name: utf8,
* table_name: utf8 not null,
* column_name: utf8 not null,
* key_name: utf8,
* key_sequence: int
* key_sequence: int not null
* >
* The returned data should be ordered by catalog_name, schema_name, table_name, key_name, then key_sequence.
*/
Expand Down

0 comments on commit 3d718a1

Please sign in to comment.