Peter Abrahamsen
Peter Abrahamsen
Hi there, and thanks for your work on this library. I don't feel very confident on how unwind safety works, but I noticed that `std::cell::UnsafeCell may contain interior mutability and...
Is this meant to read `causeChain2Reversed.index`? https://github.com/archagon/crdt-playground/blob/9e856f0b09bb273712e31326e5e069cb071cbda4/CRDTFramework/CRDTCausalTreesWeave.swift#L1242
Hello! Is it possible to hint the type of `self` in a module intended to be used as a mixin? Thanks!
Tested iPhone Simulator with iOS 4.0.1 and iPhone 4 with iOS 4.3.1.
``` attach 'postgresql://postgres:[email protected]:54322/postgres' as pg (type postgres); select * from pg.obs limit 1; ┌───────────┬──────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┐ │ id │ fetched_at │ data │ │ int64 │ timestamp with tim… │ varchar │...
The example shows that duckdb supports `WHEN NOT MATCHED BY SOURCE`, but this is not reflected in the syntax diagram. Page URL:
This documentation shows the absolute basics of the API, and then a bunch about integrating with various libraries. It does not show how to query or execute (different calling conventions!)...