-
Notifications
You must be signed in to change notification settings - Fork 366
Wrong RawForeignKeySpec.timing type #166
Comments
Responded in the PR. The canonical source of truth for our Typescript definitions is at https://github.com/google/lovefield/blob/master/dist/lovefield.d.ts#L212-217. Thanks for noticing the discrepancy. |
@freshp86 I saw this article, which seems to indicate that they are wanting to move away from any special type-fetching tool (like |
Native TypeScript support is planned and will be announced when we feel it's ready. Closing this issue for now. |
I noticed that
RawForeignKeySpec.timing
is set toConstraintAction
. It appears in the tests that it should beConstraintTiming
. I submitted a PR at DefinitelyTyped; I wanted to make an issue here to ensure that the fix in my PR is indeed correct.The text was updated successfully, but these errors were encountered: