Skip to content

Releases: ontodev/valve.rs

v0.2.1

05 May 17:15
14761a3
Compare
Choose a tag to compare

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, split SQL 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

10 Jan 15:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.14...v0.2.0

v0.1.14

08 Dec 14:57
1c5d80d
Compare
Choose a tag to compare

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

03 Dec 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.12...v0.1.13

v0.1.12: Merge pull request #23 from ontodev/more-tests

30 Oct 11:05
5a1a875
Compare
Choose a tag to compare

v0.1.11: Merge pull request #22 from ontodev/bug-fixes-union-all

28 Oct 08:15
d3a5c24
Compare
Choose a tag to compare
FIx postgresql compatibility issues and replace UNION with UNION ALL

v0.1.10: Merge pull request #9 from ontodev/postgres-support

26 Oct 10:02
a05c4c1
Compare
Choose a tag to compare

v0.1.9

30 Jul 13:45
Compare
Choose a tag to compare
be less specific about python version in export.py

v0.1.8

27 Jul 03:02
Compare
Choose a tag to compare
use explicit versions for github action runners

v0.1.7

26 Jul 20:02
Compare
Choose a tag to compare
change python version to 3.8