Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

fix: usage of query.h from multiple compilation units #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AdamStepan
Copy link

Fixes:

  • There is a missing include guard in the query.h, it should be the same as in the views.h
  • row_common.h should be included, otherwise you get a compilation error
  • QueryRow::QueryRow should be marked as inline

These changes fix compile-time/linker error when you include query.h from multiple compilation units.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant