You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "zacqed (via GitHub)" <gi...@apache.org> on 2023/04/15 04:27:51 UTC

[GitHub] [arrow-adbc] zacqed opened a new issue, #588: MSSQL support

zacqed opened a new issue, #588:
URL: https://github.com/apache/arrow-adbc/issues/588

   I was reading the documentation and open issues to check on MSSQL implementation. Let me know if there is a plan in place to support it. 
   
   Thanks
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] MSSQL support [arrow-adbc]

Posted by "davlee1972 (via GitHub)" <gi...@apache.org>.
davlee1972 commented on issue #588:
URL: https://github.com/apache/arrow-adbc/issues/588#issuecomment-1901067912

   Not to hijack this, but could we also work on Sybase support at the same time?
   https://github.com/SAP/go-ase
   
   Both products support FreeTDS.
   
   The initial version of MS-SQL was a Unix port of Sybase for Windows..
   
   SQL Server 6.0 is released in 1995, marking the end of collaboration with [Sybase](https://en.wikipedia.org/wiki/Sybase); Sybase would continue developing their own variant of SQL Server, Sybase [Adaptive Server Enterprise](https://en.wikipedia.org/wiki/Adaptive_Server_Enterprise), independently of Microsoft.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] MSSQL support [arrow-adbc]

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #588:
URL: https://github.com/apache/arrow-adbc/issues/588#issuecomment-1790775785

   Now that we can develop drivers in Go and use them in Python/R/C++/etc, we could use https://github.com/microsoft/go-mssqldb (the official Microsoft MSSQL client) which is BSD licensed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] MSSQL support [arrow-adbc]

Posted by "zacqed (via GitHub)" <gi...@apache.org>.
zacqed commented on issue #588:
URL: https://github.com/apache/arrow-adbc/issues/588#issuecomment-1790841570

   That ia good to hear.
   
   On Thu, Nov 2, 2023, 7:20 PM David Li ***@***.***> wrote:
   
   > Now that we can develop drivers in Go and use them in Python/R/C++/etc, we
   > could use https://github.com/microsoft/go-mssqldb (the official Microsoft
   > MSSQL client) which is BSD licensed.
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/arrow-adbc/issues/588#issuecomment-1790775785>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AAMZCR5DJCCHJI6L3J7ESUDYCOQITAVCNFSM6AAAAAAW7FDIJKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJQG43TKNZYGU>
   > .
   > You are receiving this because you authored the thread.Message ID:
   > ***@***.***>
   >
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] lidavidm commented on issue #588: MSSQL support

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #588:
URL: https://github.com/apache/arrow-adbc/issues/588#issuecomment-1509508122

   As far as I am aware, nobody is actively working on it, but SQL Server support would be welcome. The catch I think would be that FreeTDS is GPL licensed and so development of an ADBC driver using it wouldn't be able to happen here. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org