Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0412106

Browse files
committed
Doc
1 parent 1a00a50 commit 0412106

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,10 @@ export function cast(field: Field, value: string | null): any {
419419
}
420420
}
421421

422+
/**
423+
* https://github.com/planetscale/vitess-types/blob/main/src/vitess/query/v17/query.proto#L98-L106
424+
*/
425+
422426
enum Flags {
423427
NONE = 0,
424428
ISINTEGRAL = 256,

0 commit comments

Comments
 (0)