Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrton committed Feb 9, 2024
1 parent 1a00a50 commit 0412106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,10 @@ export function cast(field: Field, value: string | null): any {
}
}

/**
* https://github.com/planetscale/vitess-types/blob/main/src/vitess/query/v17/query.proto#L98-L106
*/

enum Flags {
NONE = 0,
ISINTEGRAL = 256,
Expand Down

0 comments on commit 0412106

Please sign in to comment.