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 & Gitlab Problem when using Binary executable #81

Open
mkotzerke opened this issue Nov 16, 2018 · 1 comment
Open

Sqlite & Gitlab Problem when using Binary executable #81

mkotzerke opened this issue Nov 16, 2018 · 1 comment

Comments

@mkotzerke
Copy link

mkotzerke commented Nov 16, 2018

  • Revoking of Certificates doesnt work with anything but mysql.

  • When using the binary executable it cant read out the username (it still succesfully generates a key)

@mkotzerke mkotzerke changed the title sqlite doesnt work Sqlite & Gitlab when using Binary executable Nov 20, 2018
@mkotzerke mkotzerke changed the title Sqlite & Gitlab when using Binary executable Sqlite & Gitlab Problem when using Binary executable Nov 20, 2018
@nsheridan
Copy link
Owner

Hi

Apologies for being so slow to address these - real life got in the way unfortunately.

  1. On revocation, this is because I'm using sql.Query and not sql.Exec, and one works with sqlite and the other does not. I've fixed in 8b1ee3e.

  2. On Gitlab, I'll need to dig into this further - I've never used Gitlab (someone else contributed the code to use Gitlab)

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