alex
alex
@tlocke Sorry for leaving out some details, I do not call pg8000 directly but from sqlalchemy Here is the demo script with table `a` in db `test` ``` from sqlalchemy...
Seems using just pg8000 is ok ``` from pg8000.native import Connection with Connection(user="postgres", database="test") as con: con.run( """SELECT a.collection_id AS a_collection_id, a.holder_address AS a_holder_address, date_trunc('hour', a.create_at) AS hour FROM a...
Awesome, so will it be fixed or recorded in the document?
seems using latest testnet branch code & re-sync from zero can fix this
Update: still have this issue, even in `wallet-rpc.testnet.sui.io`, sometimes is ok, sometimes not
Some projects depend on passkey, looking forward to completion.
> Hi @flex-alcove, thanks for submitting the issue. Would you mind also submitting this to the revela repo: https://github.com/verichains/revela where we keep track all issues related to the decompiler? Thanks!...
Any update?
Any update?