Nickolas Grigoriadis

Results 66 comments of Nickolas Grigoriadis

Have hit the same bug (or similar), the limit seems to be 128k for me. Anything over that also appears to be a network fail, but to make matters worse,...

Some further info: I get the same issue with TEXT, It also seems to be the total packet size of 128k. As in if I have more fields I'm writing...

You mean a `.latest()` method? How is `Table.all().order_by("-id").first()` not adequate? This would work for autonumber PK, but not UUID's or other custom PK's. In which case you might want to...

If we don't have a default ordering, we will likely raise an exception saying we need an ordering to reverse.

We depend on the ``UnitTest`` infrastructure to manage DB states during testing. The pytest verbs are a totally different system unfortunately. You can use pytest, and write tests like so:...

I'm curious, how did you use alembic with Tortoise? Last time I looked it appears very tightly coupled to SQLAlchemy?

Sorry, I was stuck in an immigration hell and completely lost track of everything. I sent you an invite to your gmail @long2ice

Could adding a config parameter not be good enough as the PDO.prepare is equally useless to us. I'm assuming that there may be other people whom feel the same way....

> Hey @grigi, to be sure what you mean, you want to disable creating spans for PDO.prepare, is that right? Yes, if one could disable generating a span for `PDO.prepare`...

Hi @bwoebi Is the ability to exclude `PDO.prepare` in the pipeline? Has there been any progress?