server icon indicating copy to clipboard operation
server copied to clipboard

[Postgresql] RangeError: BITFIELD_INVALID: 1

Open 1itt1eB0y opened this issue 2 years ago • 4 comments

I noticed there is a PR #716 tried to fix RangeError problem. But it is useless to me. Still an error with pgsql. Whether the rights's type in my DB is int8 with length 64 or varchar isn't work.

1itt1eB0y avatar Apr 11 '22 09:04 1itt1eB0y

Got the same Issue

DasCanard avatar Apr 11 '22 16:04 DasCanard

As the previous change was already breaking (effectively revoking users' permission to post messages unless granted necessary rights), there was no migration for it. Reset the database and start over.

erkinalp avatar Apr 11 '22 17:04 erkinalp

Tried to reset the database even rebuild it. But not work for pgsql. It's weird because it is worked on mysql :(

EDIT: fixed the spelling mistake for you.

1itt1eB0y avatar Apr 12 '22 01:04 1itt1eB0y

Any news on this ? I got the same issue, but sqlite works just fine ( well but slow )

Crashdummyy avatar May 02 '22 23:05 Crashdummyy

Fixed in 4591de58050fb1f0c004eacdc4f86d3c6f31db3c

MaddyUnderStars avatar Jan 11 '23 03:01 MaddyUnderStars