Christoph Heer

Results 16 issues of Christoph Heer

``` /opt/virtualenv/lib/python3.7/site-packages/sqlalchemy_hana/dialect.py:410: SAWarning: Did not recognize type 'SMALLDECIMAL' of column 'retry_wait_seconds' row[1], column['name'] /opt/virtualenv/lib/python3.7/site-packages/sqlalchemy_hana/dialect.py:410: SAWarning: Did not recognize type 'SMALLDECIMAL' of column 'runtime_seconds' row[1], column['name'] /opt/virtualenv/lib/python3.7/site-packages/sqlalchemy_hana/dialect.py:410: SAWarning: Did not recognize...

If an application uses SQLAlchemy-HANA for serialized transaction updates with `SELECT ... FOR UPDATE` then you probably find something like the following in various places: ``` try: # SELECT ......

enhancement
feature

Hi, I use the `default_command` argument of `Manager.run` to define `runserver` as default command: `manager.run(default_command="runserver")`. It works well but it isn't possible to specify arguments for the default command. ```...

See mitsuhiko/flask#432

Bug

With the `--all--mailboxes` option you should able to copy all mailboxes from the source to the destination.

enhancement