Ban42
Ban42
Hi, I am not sure this issue is still relevant. 1. I do not find the function `get_requests_history_by_did` in the codebase 2. In the `get_request_by_did` function, the return value is...
Hey, Thank you for taking your time clarifying this. I created an easy PR for that. Cheers
Hi @robbarnsley, here is the PR you asked for in https://github.com/rucio/rucio/issues/6669 . Let me know if you also want me to modify the containers to make the test pass. Thanks...
Hi @robbarnsley , First of all, thanks for waiting my answer for long time, really appreciated. Coming to code, just to be sure I understood the changes you asked me...
Hi @robbarnsley, I had a look at the SQLAlchemy documentation, thanks for pointing out. I did the requested changes but I am not 100% sure of the correct syntax in...
Sorry, I did not realize, I'll have a better look
Hi, I started having a look on this, these are some notes about my analysis: - Currently psycopg is used in: - core/did_meta_plugins/postgres_meta.py - db/sqla/session.py - In the requirements (requirements.txt...
Continuing the message above. About 'sessions.py', the only place in which it seems to be used is the function 'psql_convert_decimal_to_float' which performs a functionality that in psycopg3 is built-in as...
Hi @robbarnsley, yeah, will do it soon.
Hi, I will have a look at this if you guys are ok about it. Feel free to assign the issue to me if that's your workflow. Thanks :)