IterableTrucks

Results 12 issues of IterableTrucks

I tried to update my nim runtime version with choosenim, but it seems that it ignored the proxy settings in ~/.curlrc

Parsing a sql with parenthesis right after keyword without any whitespace characters (which is syntactically correct in SQL standard) will produce the belowing unexpected result: ```python sqlparse.parse('select * from child...

consider parsing a simple SET statement: ```python sqlparse.parse("SET fsync=true;")[0].tokens ``` the result is: ```python [, , , , , , ] ```` the comparison clause is not parsed correctly comparing...

To get more precise column lineages, the Column model can be added with an expression field.

Until lastest version of 1.3.5, sqllineage analyzes SELECT based column-level lineage. But there is another type of llineage based on WHERE, ON and USING clause filtering (so-called "predicate pushdown" in...

enhancement

#281 In some senarios, we need to inspect the deriving expressions from multiple source columns to a target column. For example, considering the following statement: ```SQL INSERT INTO t1(col1, col2)...

enhancement

Is it possible to make request.body an asynchronous function so that we can use something like "text=await request.text()" in the handler?

**Describe the bug** A document class with `Link` typed field `owner` inherited from its parent generic class does not insert DBRef value into MongoDB but the original `User` object with...

bug

failed to build nvidia-vaapi-driver with meson: > [16/16] Linking target nvidia_drv_video.so FAILED: nvidia_drv_video.so cc -o nvidia_drv_video.so nvidia_drv_video.so.p/src_av1.c.o nvidia_drv_video.so.p/src_backend-common.c.o nvidia_drv_video.so.p/src_export-buf.c.o nvidia_drv_video.so.p/src_direct_direct-export-buf.c.o nvidia_drv_video.so.p/src_direct_nv-driver.c.o nvidia_drv_video.so.p/src_h264.c.o nvidia_drv_video.so.p/src_hevc.c.o nvidia_drv_video.so.p/src_jpeg.c.o nvidia_drv_video.so.p/src_mpeg2.c.o nvidia_drv_video.so.p/src_mpeg4.c.o nvidia_drv_video.so.p/src_vabackend.c.o nvidia_drv_video.so.p/src_vc1.c.o nvidia_drv_video.so.p/src_vp8.c.o nvidia_drv_video.so.p/src_list.c.o...