Amy Troschinetz

Results 26 issues of Amy Troschinetz

I tried for a couple hours to get https://github.com/marketplace/actions/coveralls-github-action together with https://pypi.org/project/coveralls/ working correctly and it just never did. **But your action worked perfectly my first attempt! Thank you!** 🎉...

enhancement

I have a CLI built using `node-hue-api` that has been working fine for months. Suddenly I'm getting rate limits now. I got a rate limit today and I haven't even...

Given the following relationship: ```python class Game(Base): __tablename__ = "games" id = Column(Integer, primary_key=True, nullable=False, autoincrement=True) users = relationship("User", back_populates="game") class User(Base): __tablename__ = "users" xid = Column(BigInteger, primary_key=True, nullable=False)...

_From @yktoo on October 28, 2014 12:59_ At first glance this is similar to #24, but in my case I'm not selecting but issuing DML statements. The code is something...

_From @AndrewJD79 on February 13, 2017 17:43_ Hi, I’ve found that result::is_null returns incorrect value for unbound columns (content is read by SQLGetData but not binded to static buffer –...

category/bug

_From @mloskot on November 2, 2016 16:3_ ## Problem Currently, the family of bind functions can be summarised this way: * Bind single value ``` void bind(short param_index, T value,...

category/feature
status/need-feedback
status/help-wanted

_From @mloskot on June 30, 2016 8:27_ Such test has been added for SQLite only in #190. It should be moved to generic tests to cover all databases we test...

category/feature
status/help-wanted

_From @NickLarsen on June 13, 2017 16:8_ ## Environment * nanodbc version: 2.12.4 * DBMS name/version: SQL Server 2016 * ODBC connection string: `driver=SQL Server;server=localhost;database=mydb;uid=test;pwd=test1` * OS and Compiler: windows...

toolset/msvc

_From @AndrewJD79 on February 14, 2017 22:58_ Hi, I've notice that binary columns can be bind to std::vector only as BLOBs. result_impl::auto_bind(): > case SQL_BINARY: case SQL_VARBINARY: case SQL_LONGVARBINARY: case...

category/bug

_From @wildpackets-ma on November 6, 2015 23:6_ The code below is excerpted nearly verbatim from the nanodbc home page example. The Vertica database is running on a linux machine, while...

category/bug
toolset/msvc