- Fixed HugeInt
- Minor code refactoring
- Preparing changes for 0.6.4
- More tests
- Changed panics to error for better control
- Changed example
- Updated shell updating scripts
- Added function to gey duckdb library version
- Padded table output according to data type
- Fixed memory issues
- Added date and smallint formats
- Simplified api
- Tested on Linux, Mac, and Windows
- No more termtable dependences
- Huge refactoring
- No need to install libduckdb as a requirement. Shared library is shipped and loaded dynamically with the module
- Simplified wrapper using const functions
- Module renamed to vduckdb
- Added column type identification. Breaking change: dropped
print_table
- Added specific returning types for most common V types, except dates
- Better data example (from [https://www.datablist.com/learn/csv/download-sample-csv-files])
- Added more tests
- First commit to test library integration with working code