You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020/07/31 11:33:25 ...m.io/xorm/core/tx.go:157:QueryContext() [I] [SQL] INSERT INTO "language_stat" ("repo_id","commit_id","is_primary","language","size","created_unix") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [786 dd0f55d6cee3bcf7d483522684933dc73f6b1831 true Glyph Bitmap Distribution Format 141557 1596188005] - 259.548µs
2020/07/31 11:33:25 ...o/xorm/session_tx.go:46:Rollback() [I] [SQL] ROLL BACK [] - 133.808µs
2020/07/30 19:20:46 ...dexer/stats/queue.go:24:handle() [E] stats queue idexer.Index(786) failed: pq: Wert z u lang für Typ character varying(30)
2020/07/31 11:33:25 ...dexer/stats/queue.go:24:handle() [E] stats queue idexer.Index(786) failed: pq: Wert zu lang für Typ character varying(30)
Enry v2 can detect languages with names longer than the currently provided maximum of 30 characters.
A quick look at Enry's source code demonstrates that the current maximum length for a detected language is 34 characters (see below code).
We therefore need to provide a migration to increase the size of this column or consider forcibly shortening Enry's detected language.
[x]):Enry v2 can detect languages with names longer than the currently provided maximum of 30 characters.
A quick look at Enry's source code demonstrates that the current maximum length for a detected language is 34 characters (see below code).
We therefore need to provide a migration to increase the size of this column or consider forcibly shortening Enry's detected language.