You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
go install -tags 'sapase' github.com/xo/usql@latest
to build usql, but no such driver build.The text was updated successfully, but these errors were encountered: