xorm/schemas
Andrew Thornton 72bfadeefd
Change schemas.Column to use int64
The largest size of a column in SQL is above the largest integer that
can be stored in an int/int32. Running go on a 32bit machine will result
in ints being mapped to int32 and thus interpretting the schema will
fail.

In this PR we change the schema.Column to use int64 which will allow
Gitea to fix https://github.com/go-gitea/gitea/issues/20161

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-07-12 18:52:03 +01:00
..
column.go Change schemas.Column to use int64 2022-07-12 18:52:03 +01:00
index.go Add README and fix some lints (#2079) 2021-12-14 09:00:35 +08:00
pk.go Fix comments (#1896) 2021-04-12 16:00:07 +08:00
pk_test.go Merge core package back into the main repository and split into serval sub packages. (#1543) 2020-02-24 08:53:18 +00:00
quote.go Add README and fix some lints (#2079) 2021-12-14 09:00:35 +08:00
quote_test.go Add README and fix some lints (#2079) 2021-12-14 09:00:35 +08:00
table.go Improve get field value of bean (#1961) 2021-06-29 14:32:29 +08:00
table_test.go refactor insert condition generation (#1998) 2021-07-20 13:46:24 +08:00
type.go Change schemas.Column to use int64 2022-07-12 18:52:03 +01:00
version.go Add DBVersion (#1723) 2021-06-12 15:06:05 +08:00