mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-03-19 22:19:23 +02:00
use typed int64 const
This commit is contained in:
parent
07fb052da1
commit
074e977e90
@ -13,7 +13,7 @@ import (
|
|||||||
|
|
||||||
var fieldNameRegex = regexp.MustCompile(`^\w+$`)
|
var fieldNameRegex = regexp.MustCompile(`^\w+$`)
|
||||||
|
|
||||||
const maxSafeJSONInt = 1<<53 - 1
|
const maxSafeJSONInt int64 = 1<<53 - 1
|
||||||
|
|
||||||
// Commonly used field names.
|
// Commonly used field names.
|
||||||
const (
|
const (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user