Skip to content

duneanalytics/odbc

This branch is 10 commits ahead of, 7 commits behind alexbrainman/odbc:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 7, 2022
Aug 21, 2012
Jan 11, 2015
Aug 21, 2012
Sep 3, 2015
Aug 21, 2012
Apr 26, 2020
Mar 7, 2022
Oct 14, 2018
Feb 1, 2022
Mar 7, 2022
Feb 1, 2022
Feb 1, 2022
Feb 1, 2022
Feb 1, 2022
Jun 5, 2021
Feb 1, 2022
Feb 1, 2022
Aug 4, 2017
Mar 7, 2022
Feb 1, 2022
May 29, 2016
Feb 1, 2022
Feb 1, 2022
Feb 1, 2022
Feb 1, 2022
Nov 14, 2013

Repository files navigation

Introduction

this repository is a fork of alexbrainman/odbc and all credits go to the author(s) of this package

The reason for the fork

We have troubles with the Spark string type and the alexbrainman/odbc package. We have created an issue in the original repository explaining our issues in detail.

In this fork, we modify some of the column binding operations to work more nicely with Spark.

We also implement the driver.QueryerContext which honours the context passed in, and returns when the context times out or gets cancelled.

Original README.md

odbc driver written in go. Implements database driver interface as used by standard database/sql package. It calls into odbc dll on Windows, and uses cgo (unixODBC) everywhere else.

To get started using odbc, have a look at the wiki pages.

About

odbc driver written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.2%
  • Perl 2.4%
  • Makefile 1.4%