Fabien

Results 25 issues of Fabien

Minor code optimization to create a smaller and faster function.

There is no simple way to check which version is available from the code, which is kind of anoying because the API changed (eg `from_path` vs `load_queries`…). Providing `anosql.__version__` following...

Pg INTERVAL type is not supported when displaying a value. On `SELECT INTERVAL '1 hour';` it shows `[object Object]` in the display area, instead of say `1 hour`. Note that...

I have not found how to load a existing local file into a cell. Ok, I can copy paste, but this means opening an editor, loading the file there, etc.

Check development branch against GitHub CI.

Test against CI.

### What action do you want to perform Use postgresql in detached mode on a standard pg account and database: ```sh createuser pytest # with password "pytest" createdb -O pytest...

See [Github CI trace](https://github.com/nackjicholson/aiosql/actions/runs/4150335841/jobs/7279284210) * **asyncpg version**: latest * **PostgreSQL version**: latest * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local...

@nackjicholson Will, - could you turn the Python 3.12 as _required_ by GitHub CI ? - Or give me access to the project settings? Thanks in advance!

enhancement