File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
313db version as col version for tx preservation on merge.
You can’t perform that action at this time.
0 commit comments