mirror of
https://github.com/Airsequel/AirGQL.git
synced 2025-07-26 18:08:43 +03:00
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. |
||
---|---|---|
.. | ||
AirGQL | ||
Server |