Frederik Hagelund

Results 4 issues of Frederik Hagelund

I have a cell height at 200. Is it possible to add the buttons on top of each other instead of next to each other or would that be a...

enhancement

lets say i have something like below ``` def connect(): try: connection = turbodbc.connect(dsn='turbodbc', parameter_sets_to_buffer=100000, rows_to_buffer=100000, use_async_io=True) connection.autocommit = True except turbodbc.exceptions.Error, e: sys.exit(e) else: return connection ``` This could...

feature

How can i stop it from going to top when i press return?

I've had issues with numeric and decimal since max precision in sql server is 38 and in exasol 36, i've made quick fix by adding this `case when PRECISION >...