Michael J. Sullivan

Results 173 issues of Michael J. Sullivan

``` select User { asdf := assert_distinct( for name in 'Dragon' union ( with __lprops := ( select .deck { single count := @count } filter .name = name )...

v1 uuids have a timestamp field. It might be useful to allow extracting it (for sorting purposes, sometimes?) But we might not want to encourage this sort of reliance on...

enhancement
under discussion

I'm splitting this off from https://github.com/geldata/gel/issues/8831 to leave that just as graphql. (But also I don't think we should/need to do this for 7.0?) --- We could potentially add a...

``` q = default.GameSession.select( "*", players=True, ).filter( lambda g: std.array_agg(g.players.id) == std.array_agg(green.users.id) ) ``` fails at runtime with ``` File "/home/sully/src/e/edgedb-python/gel/_internal/_qb/_generics.py", line 300, in wrapper return attrval(*args, __operand__=self, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

``` (edgedb-dev-6.x) sully@red:~/src/e/6.x-edgedb [medbill-trouble+] $ gel -I _localdev migration create --squash --non-interactive (edgedb-dev-6.x) sully@red:~/src/e/6.x-edgedb [medbill-trouble+] $ echo $? 3 (edgedb-dev-6.x) sully@red:~/src/e/6.x-edgedb [medbill-trouble+] $ gel -I _localdev migration create --squash gel...

(maybe this is really gel-rust) ``` _localdev:main> start transaction; OK: START TRANSACTION _localdev:main[tx]> select $0; Parameter $0: aaaa gel error: TransactionError: current transaction is aborted, commands ignored until end of...

I tried doing ``` \restore -b scope2 asdf.dump ``` and it restored to `main`, with `scope2` staying empty.

Printing all the output of a query can be very slow, and ctrl-c doesn't seem able to interrupt it. (Ctrl-c *can* interrupt a query that hasn't returned data yet, it...

This might be a website or something, or an extra flag to our downloader script