-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imapsql: NewBackend (initSchema): create table users: SQL logic error: AUTOINCREMENT is only allowed on an INTEGER PRIMARY KEY (1) #723
Comments
I figured out that this db-hack doesn't work on my deployment. |
Update includes proper check for modernc driver. See #723
Pushed cbeadf1 that should fix the issue. |
Ok. Thank you. Previous error has gone. |
@foxcpp not related directly to the issue, but I noticed in linked code that you have |
Typo fixed in foxcpp/go-imap-sql@8da5567 (maddy commit a8d639d). |
Describe the bug
Something bad with my build.
imapsql: using transpiled SQLite (modernc.org/sqlite), this is experimental imapsql: NewBackend (initSchema): create table users: SQL logic error: AUTOINCREMENT is only allowed on an INTEGER PRIMARY KEY (1)
build from master
Steps to reproduce
Log files
go env
GOOS=linux GOARCH=arm64 ./build.sh
maddy.log
Configuration file
/etc/maddy/maddy.conf
Environment information
The text was updated successfully, but these errors were encountered: