gitmalong
gitmalong
Using `CAST(0 as DECIMAL)` fixes the problem. So probably not a bug but it would be nice to get some clarification regarding which type is being used in case the...
I'll try to provide a reproducer but what makes me wonder is why create table is parsed when I’m just inserting And why is it parsed for each row. My...
I am having no experience with it so I don't know if it offers a default storage option in WASM builds besides of memory.
I think the `fn insert` should mention in its doc that it panics when the primary key already exists in the table. ```rust DuplicateEntryOnPrimaryKeyField ```
I just installed llvm 16 via homebrew. Then my build says: ```rust ... cargo:warning=In file included from duckdb/src/include/duckdb/optimizer/statistics_propagator.hpp:11: cargo:warning=In file included from duckdb/src/include/duckdb/common/common.hpp:11: cargo:warning=duckdb/src/include/duckdb/common/constants.hpp:11:10: fatal error: 'memory' file not found...
Are there any Cargo workarounds? I am getting frustrated as it becomes almost impossible for me to update apps that rely on many third party Solana programs / libs.
Related to the keypress issue https://github.com/crossterm-rs/crossterm/issues/752
I am using DaisyUI as a pure CSS library as I am working with a quite exotic WASM stack. For me it would make sense to add it without JS...
> Nice, we'll test and report back; hopefully this week. This issue is still open and meanwhile sqlx 0.8 arrived. Do you mind to report back @sj-robert @mu-arch ?
I found that MacOS automatically switches to swap memory in case my rust app consumes ton of memory.