duckdb-rs icon indicating copy to clipboard operation
duckdb-rs copied to clipboard

Documentation copied from rusqlite is wrong

Open hkratz opened this issue 4 years ago • 1 comments

E.g. https://github.com/wangfenjin/duckdb-rs/blob/main/src/types/mod.rs

Duckdb uses distinct integer types.

hkratz avatar Jul 15 '21 09:07 hkratz

yes, thanks for point out. Still working on the types as actually duckdb is static typing but sqlite is dynamic, they are totally different.

contribute are welcomed!

related to #4

wangfenjin avatar Jul 15 '21 14:07 wangfenjin