Releases: ontodev/valve.rs
Releases · ontodev/valve.rs
v0.2.1
What's Changed
- Do not prefix sqlite path with 'file:' when opening database by @lmcmicu in #34
- Add
--create_only
option, allow to read "table" table from a database, splitSQL type
datatype column into separate sqlite and postgresql columns by @lmcmicu in #35 - Update valve.rs to support nanobot.rs by @lmcmicu in #37
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.14
What's Changed
- Add more test data, add random and performance tests, add SQL casting functions, implement
--dump-config
option by @lmcmicu in #24
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- Update larlpop and edition in Cargo.toml by @jamesaoverton in #28
New Contributors
- @jamesaoverton made their first contribution in #28
Full Changelog: v0.1.12...v0.1.13
v0.1.12: Merge pull request #23 from ontodev/more-tests
Add back API tests
v0.1.11: Merge pull request #22 from ontodev/bug-fixes-union-all
FIx postgresql compatibility issues and replace UNION with UNION ALL
v0.1.10: Merge pull request #9 from ontodev/postgres-support
Postgres support