l1t1

Results 87 issues of l1t1

the old example (0.9.5) doesn't work now

I saw two files there, and when run a sql of it, failed with following message ```sql select * from read_postgres('postgres://glaredb:password@localhost:5433/glaredb_test', 'public', 't1'); Missing table function for reference 'read_postgres' ```

[List Function Reference](https://glaredb.com/docs/reference/functions/list) says array_distance Compute the Euclidean distance between two lists. Both lists must be the same length and cannot contain NULLs. Example: l2_distance([1.0, 1.0], [2.0, 4.0]) Output: 3.1622776601683795...

``` chdb-rust# cargo build --release Updating `mirror` index Locking 46 packages to latest compatible versions Adding bindgen v0.70.1 (available: v0.72.0) Adding thiserror v1.0.69 (available: v2.0.12) Downloaded libloading v0.8.8 (registry `mirror`)...

### Description just like `polars -c query -o format >file` command does in non-interactive mode

enhancement

### Description add `.timing on/off` command to polars-cli, so that the time cost of a query is shown or not.

enhancement

I wrote following code ```lua #!/usr/bin/env lua DBI = require "DBI" dbd, err = DBI.Connect( 'DuckDB', 'your_database', 'dbuser', 'password' ) assert(dbd, err) dbd:autocommit(true) statement = dbd:prepare( "create table table_1 as...