Commit Graph

9 Commits

Author SHA1 Message Date
Phoebe Goldman c09fa04a7f First part of renaming Address to ConnectionId
also:

- removed `impl default for connectionid`, i want to be explicit about using zero.
- renamed or re-documented many uses of the word "address" which were actually referring
  to the database identity, despite the concept of the database identity not having
  changed in this PR.
- removed client address query param from call HTTP API
- added warn log to connection id param in subscribe HTTP API so users don't do it
- removed `client_address` from `MetadataFile`. It seemed to be unused, and I have no clue
  what it would possibly be for.
- rust SDK is still supplying connection id to subscribe. this needs to change, but
  inconvenient.
- C# `CallerIdentity` renamed to `Sender`, per tyler's request

Expected to be in a very broken state right now, but I'm stepping away for a moment and
wanted to save what I had so far.
2025-02-06 14:59:58 -05:00
joshua-spacetime ad36d13335 Update sql literals to match spec (#2196) 2025-02-04 15:35:02 +00:00
joshua-spacetime 6aa75bd0eb Track compute metrics for sql dml with new engine (#2190) 2025-01-31 17:59:33 +00:00
joshua-spacetime 3798f468a6 query engine integration (#2074) 2025-01-11 00:01:24 +00:00
joshua-spacetime 10598ba5c0 fix: qualified projection columns (#2070) 2024-12-19 20:35:45 +00:00
joshua-spacetime 921170816c query rewriter (#2031) 2024-12-12 22:08:43 +00:00
Mario Montoya 9758339bf7 Logical to physical plan lowering (#1910) 2024-11-05 17:00:27 +00:00
Mario Montoya 637d6d77b2 RLS: Adding a new filter! macro (#1849)
Signed-off-by: Mario Montoya <mamcx@elmalabarista.com>
Co-authored-by: joshua-spacetime <josh@clockworklabs.io>
2024-10-17 18:31:22 +00:00
joshua-spacetime df5b78a2ff refactor: Add TableId to relvar type (#1803) 2024-10-11 17:54:07 +00:00