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

can not work with sapase driver #515

Open
dlintaifex opened this issue Mar 5, 2025 · 2 comments
Open

can not work with sapase driver #515

dlintaifex opened this issue Mar 5, 2025 · 2 comments

Comments

@dlintaifex
Copy link

  1. Is it possible use https://github.com/SAP/go-ase for newer driver?
  2. I use go install -tags 'sapase' github.com/xo/usql@latest to build usql, but no such driver build.
@kenshaw
Copy link
Member

kenshaw commented Mar 5, 2025

I believe the tds driver is what's used for this database. Note the go-ase driver doesn't appear to be maintained. I don't recall the exact specifics, but I believe at the time I had added the sapase driver, there were problems with the actual database. As I do with all database drivers, at the time I actually did spin up the database and confirmed I was able to connect with the tds driver at the time.

@dlintaifex
Copy link
Author

About my question 1. I'm using the Sybase database, it is workable on this https://github.com/SAP/go-ase. But I'm not sure can it integrate into usql.
About my question 2. I don't know how to correct build the 'sapase' of usql. after run this command line. it build OK. but in \drivers it not show the driver. I found even I change to 'sapase' to 'sapaseWhatOtherWord', the build always successful and provides with default 'base' drivers.

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