Christoph Heer
Christoph Heer
To use a namedtuple looks much better than a normal tuple. Thanks for your suggestion.
The parser could also convert the timestamp to a datetime object. I would say there is no performance issue: ``` $ python -m timeit -s 'from datetime import datetime' 'datetime.strptime("2013-06-04T14:35:21Z",...
Okay, additional 30min for a datetime object is a little bit to high.
It would be nice that the with_metadata kwarg would be also supported by the pdb parser. In my eyes the implementation for the osm file is complete and works well.
No it wasn't released yet. The main point was that the pdb parser doesn't support the extraction of meta data which provide this patch for osm files. > On 29.08.2014,...
Hi, Sorry for the delayed response. Indeed, I'm working on SQLAlchemy 1.4 support. At the moment I don't won't to set any expectations towards a release date but also within...
Hi @matthew1davis, could you please describe what privileges your database user has? I actually never saw a HANA database user without privileges on `DUMMY` as it would also block access...
> With the above code, data can be fetched from tables which doesn't contain LOB data types. But for tables with LOB, this read is getting stucked. By default SQLAlchemy...
Internally we already use alembic for our schema migrations also within Flask applications. I'm currently clarifying how and when we can share something about it.
I started with integrating alembic support into SQLAlchemy-HANA. The current progress is visible in the branch `alembic-preview`. Any kind of feedback is welcome.