Ivan

Results 89 comments of Ivan
trafficstars

It'd be helpful to provide a piece of code to reproduce the error

To some level we need to introduce some mechanism to do X depending on the database and the ability to identify the database (by uri.scheme I suppose) This would also...

@wangxiaoying Can you asign this to @aimtsou

The raised exception lives in Polars, https://github.com/pola-rs/polars/blob/835d1981dd13b84f466b4bb3ae75e0ea347f8c4e/py-polars/polars/io/database/_utils.py#L78 but I cannot find where it comes from (the connector-x section) `docker run -e POSTGRES_PASSWORD='·$)(%·!"$%("·$(%="!![[][·$%#("·/$%!"($&' -d -p 5432:5432 --rm --name postgres postgres` ```python...

This is not on `sql-metadata`. Sql metadata depends on `sqlparse`, sqlparse has 'location' defined as `keyword` https://github.com/andialbrecht/sqlparse/blob/7e8c7ecd6a077f902020707d1c9cfd9967b7b338/sqlparse/keywords.py#L353 That's why `Parser.columns` filters it out ```py >>> import sqlparse >>> sqlparse.parse("SELECT location...

Confirmed, once the data paginates (+50 records), any object that is not on the first page doesn't show the data

If we just put the data on screen, it is there: ![Image](https://github.com/crate/crate-admin/assets/37985796/cc9df525-a701-4cb4-9954-0a72fa943202) but for some reason `` does not get the value when paginated, it never makes it to the...

Banging my head over this wall once again, same results, for some reason the data exists in the loop that creates the elements, but it never makes it to the...

I thought long about this auto-render timestamp, it's convenient until it's not and you actually need to see the raw values, perhaps adding some some [info-icon](https://pictogrammers.com/library/mdi/icon/information/) next to the column...

As crate-admin is no longer been developed, it might make more sense to feature request this in the new [admin ui](https://github.com/crate/crate-gc-admin) cc @SStorm