Skip to content

Commit 8979edc

Browse files
committed
install rust nightly for win prebuild
1 parent fd0fab7 commit 8979edc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
- name: Rust Nightly
147147
run: |
148148
rm core/rs/bundle_static/rust-toolchain.toml
149+
rustup toolchain install nightly-2023-06-17-x86_64-pc-windows-gnu
149150
rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-pc-windows-gnu
150151
rustup default nightly-2023-10-05-x86_64-pc-windows-gnu
151152
@@ -180,6 +181,7 @@ jobs:
180181
- name: Rust Nightly
181182
run: |
182183
rm core/rs/bundle_static/rust-toolchain.toml
184+
rustup toolchain install nightly-2023-06-17-x86_64-pc-windows-gnu
183185
rustup component add rust-src --toolchain nightly-2023-10-05-i686-pc-windows-gnu
184186
rustup default nightly-2023-10-05-i686-pc-windows-gnu
185187

notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# back-to-cid
2+
3+
- cid from `pragma_table_info`
4+
- send `cid` over the wire too?
5+
- maybe in future update
6+
- sentinel becomes actual -1? or empty string or some such? Neg numbers are large varints
7+
- begin_alter needs to save off cid mappings in temp table so we can detect dropped columns
8+
- commit_alter would need to find where names no longer exist and remove them from clock tables based on their `old cid` mapping
9+
- commit_alter would need to re-number entries in clock tables whose `name via old cid` matches `name via new cid` but where `old cid != new cid`
10+
111
# db-version
212

313
db version as col version for tx preservation on merge.

0 commit comments

Comments
 (0)