Skip to content
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

sqlite schema #584

Open
safiullahtariq opened this issue Dec 15, 2024 · 2 comments
Open

sqlite schema #584

safiullahtariq opened this issue Dec 15, 2024 · 2 comments

Comments

@safiullahtariq
Copy link

I am trying to connect to sqlite.
I am not able to find sqlite schema that is why I am not able to connect. I get multiple errors.

Freeradius is working fine. Can anyone please help me with that ?

@moo-the-cow
Copy link

it will not work even when you get the schema working (which is what I did). I converted the mariadb dump via
https://github.com/dumblob/mysql2sqlite
I got errors for the inserts - part of it is the fact that it doesnt like more than 500 inserts in one go.
but also the messages table not being compatible. so when this is fixed there are still issues with their queries depending on mysql/mariadb

@safiullahtariq
Copy link
Author

it will not work even when you get the schema working (which is what I did). I converted the mariadb dump via https://github.com/dumblob/mysql2sqlite I got errors for the inserts - part of it is the fact that it doesnt like more than 500 inserts in one go. but also the messages table not being compatible. so when this is fixed there are still issues with their queries depending on mysql/mariadb

I also did try to insert the converted schema to sqlite. but it gave me errors, so that is why I asked here. In short it means that that there is no proper schema available at the moment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants