sqlalchemy-hana icon indicating copy to clipboard operation
sqlalchemy-hana copied to clipboard

Dialect doesn't recognize type `SMALLDECIMAL` of HANA's column store

Open jarus opened this issue 6 years ago • 0 comments

/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 type 'SMALLDECIMAL' of column 'elapsed_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 'collect_interval_sec'
  row[1], column['name']
/opt/virtualenv/lib/python3.7/site-packages/sqlalchemy_hana/dialect.py:410: SAWarning: Did not recognize type 'SMALLDECIMAL' of column 'collect_duration_sec'
  row[1], column['name']
/opt/virtualenv/lib/python3.7/site-packages/sqlalchemy_hana/dialect.py:410: SAWarning: Did not recognize type 'SMALLDECIMAL' of column 'refuse_seconds'
  row[1], column['name']

jarus avatar Oct 23 '19 17:10 jarus