Sebastian Packmann
Sebastian Packmann
Gotcha, [here](https://github.com/tartiflette/tartiflette-asgi/pull/134) it is
@florimondmanca looks like tests are passing now, Could you run the formatters needed to make the checks pass?
@syrusakbary is anyone maintaining this library? this error is pretty urgent in order to make this production ready.
ok the `tx.tx_commit()` is a typo. I meant `client.tx_commit()` But in the factory test you create the msgs before creating the tx, then attach and run. Also note that the...
ok, i see that doing that actually works fine. But I'm wondering why doing ``` python tx = client.tx_commit() tx.begin() attrs2 = {'@People': {'name': 'me', 'age': 30}} rec_position2 = client.get_message(pyorient.RECORD_CREATE).prepare((people_cluster[0],...
@Guibod sorry for the delay. If you are still interested, you could do something like this: You have to create a new primitive: ``` class StringProximity(And, BaseType): name = 'string_proximity'...