sqlanywhere / sqlanydb

Python driver for SAP Sybase SQL Anywhere
Other
43 stars 20 forks source link

State of this repo? #29

Open hynek opened 1 year ago

hynek commented 1 year ago

@DanCummins-SAP so I've noticed that sqlanydb has been developed in private lately, given there's been PyPI releases but no activity here. What is the state of this repo? Is there a way to access history? Where should be report issues?

DanCummins-SAP commented 1 year ago

Hi Hynek,

We are still maintaining sqlanydb, but we typically do that on our own internal systems and then reflect the changes to github, rather than using github as the primary source of development. You can still report issues here.

When we cross-post here the change is usually a rollup of any recent bug fixes. This version was to add DT_DATETIMEX support. I realize now I should have put that in the history/changelog, my apologies.

The details of the fix are:

Bug: 302121 - Support datatype DATETIMEX DATETIMEX is a datatype supported by HDL/IQ and it is a TIMESTAMP with 7-digits of a fractional seconds

Dan