1
Fork 0
mirror of https://github.com/Airsequel/AirGQL.git synced 2025-07-26 18:08:43 +03:00
airgql/source
prescientmoon 8894f14002 Detect primary key constraints properly
So far we were going off the primary_key flag given to us by sqlite, but
this flag is only set to true for one column when using multi-column
primary keys.

Moreover, this commit also implements a `isRowid` property on
`ColumnEntry`, which is both there for convenience, and to reuse the
"proper" (i.e., taking into account rowid columns named _rowid_) rowid
detection logic.
2024-11-14 18:01:55 +01:00
..
AirGQL Detect primary key constraints properly 2024-11-14 18:01:55 +01:00
Server AirGQL: Clean up documentation, remove obsolete references to Airsequel 2024-05-03 08:39:25 +00:00