Skip to content

Commit

Permalink
git subrepo pull modules/mvsqlite
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "modules/mvsqlite"
  merged:   "c959746d48"
upstream:
  origin:   "https://github.com/V-Sekai/V-Sekai.godot-mvsqlite.git"
  branch:   "main"
  commit:   "c959746d48"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "73a0129"
  • Loading branch information
fire committed May 16, 2024
1 parent 988dd75 commit de7fb01
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 1,762 deletions.
4 changes: 2 additions & 2 deletions modules/mvsqlite/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/V-Sekai/V-Sekai.godot-mvsqlite.git
branch = main
commit = d53517dcf5fbdb4845f0803b901aefb8839c0a76
parent = 66f24dc306f42da097d8ecac859f50d7e7fe39b6
commit = c959746d482e68160128d3948ea2234ceb064302
parent = 988dd7517c5bd5afdb0331aaaebc0c1f1b011af2
method = merge
cmdver = 0.4.6
4 changes: 2 additions & 2 deletions modules/mvsqlite/thirdparty/mvsqlite/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/V-Sekai/mvsqlite
branch = main
commit = 148ab37f5f8d403427beb30172c9ec08ccbf48fd
parent = 448deb8caf7ad25ea46dacdeddbbf3a742fe6d79
commit = a13e283f5cb77698b41f904be1e3ee2e863ab03c
parent = 2d67826dce07a6faa2f28d00d5b573a450f56d5f
method = merge
cmdver = 0.4.6
99 changes: 48 additions & 51 deletions modules/mvsqlite/thirdparty/mvsqlite/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion modules/mvsqlite/thirdparty/mvsqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ Set environment variables, and run the shell:

```bash
export RUST_LOG=info MVSQLITE_DATA_PLANE="http://localhost:7000"
export DYLD_LIBRARY_PATH=/usr/local/lib

# "test" is the key of the namespace we created earlier
LD_PRELOAD=../libmvsqlite_preload.so LD_LIBRARY_PATH=. ./sqlite3 test
Expand Down
4 changes: 2 additions & 2 deletions modules/mvsqlite/thirdparty/mvsqlite/mvclient/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "mvclient"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "Apache-2.0"
authors = ["Heyang Zhou <heyang.zhou@icloud.com>"]
authors = ["K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>", "Heyang Zhou <heyang.zhou@icloud.com>"]
description = "mvsqlite client library"
repository = "https://github.com/V-Sekai/mvsqlite.git"

Expand Down
Loading

0 comments on commit de7fb01

Please sign in to comment.