edgedb-python icon indicating copy to clipboard operation
edgedb-python copied to clipboard

Complex scalars support

Open 1st1 opened this issue 7 months ago • 6 comments

for querying / filtering / casting -- the whole flow

1st1 avatar May 31 '25 15:05 1st1

As well as complex scalars -- arrays, arrays of tuples with nested arrays, etc

1st1 avatar Jun 01 '25 19:06 1st1

Some complex scalar tests are here: https://github.com/geldata/gel-python/pull/659

The tests that fetch the scalar values from the database using QB work. The tests that edit values fail.

vpetrovykh avatar Jun 16 '25 20:06 vpetrovykh

No separate tests for enums yet.

vpetrovykh avatar Jun 16 '25 20:06 vpetrovykh

@vpetrovykh Can you add a test for enum?

@elprans we need to fix values editing - moving this to high pri

1st1 avatar Jun 16 '25 20:06 1st1

Added a couple of tests for enums: #659 test_modelgen_enum_01 and test_modelgen_enum_02 for reading and creating enum values.

vpetrovykh avatar Jun 24 '25 20:06 vpetrovykh

Complex scalars still need work, iirc -- there's no validation for them

1st1 avatar Jul 08 '25 19:07 1st1