Skip to content

Commit 5d80307

Browse files
authored
Recent Data API changes in table schema-related responses (#331)
* adapt to counter and timeuuid; apiSupport allowed for all columns; 'filter' in apiSupport; shortened repr for column descriptors * adjust table lifecycle tests to apiSupport being added by API
1 parent 69020aa commit 5d80307

File tree

8 files changed

+353
-103
lines changed

8 files changed

+353
-103
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
main
22
====
3+
Support for TIMEUUID and COUNTER columns:
4+
- enlarged ColumnType enum (used by the API to describe non-creatable columns)
5+
- readable through find/find_one operations (now returned by the API when reading)
6+
shortened string representation of table column descriptors for improved readability
7+
added 'filter' to the `TableAPISupportDescriptor` structure (now returned by the Data API)
8+
added optional `api_support` member to all column descriptor (as the Data API returns it for various columns)
39
restore support for Python 3.8, 3.9
410
maintenance: full restructuring of tests and CI (tables+collections on same footing+other)
511

0 commit comments

Comments
 (0)