Alex Pelagenko

Results 99 comments of Alex Pelagenko

`to_timestamp` with a single parameter is not documented. It used to work one way, but now it's not working. Would be good to make it compatible with the old version...

I don't agree. I read this paragraph so that call `to_timestamp` is optional. So that you can do ```SQL timestamp > '2023-03-03 10:36:11.228932+00:00' ``` I don't think we say that...

Can you provide step by step instructions how I can reproduce this please?

Can you try using other folder than Desktop, Documents, Downloads on Mac as a woraround? Mac OS has some security restriction on application accessing those, need to investigate what it...

#### [PR Coverage check] :heart_eyes: **pass** : 4309 / 4748 (90.75%) #### file detail | |path|covered line|new line|coverage| |----|----|----|----|----| |:large_blue_circle:|io/questdb/cairo/wal/DefaultWalApplyWorkerPoolConfiguration.java|0|2|00.00%| |:large_blue_circle:|io/questdb/cairo/sql/TableRecordMetadata.java|0|2|00.00%| |:large_blue_circle:|io/questdb/cairo/wal/WalDataCursor.java|0|1|00.00%| |:large_blue_circle:|io/questdb/cairo/wal/seq/SequencerMetadataChangeSPI.java|0|14|00.00%| |:large_blue_circle:|io/questdb/cairo/wal/WalUtils.java|0|6|00.00%| |:large_blue_circle:|io/questdb/cairo/sql/RecordMetadata.java|0|1|00.00%| |:large_blue_circle:|io/questdb/log/LogFactory.java|0|12|00.00%| |:large_blue_circle:|io/questdb/griffin/engine/groupby/GroupByUtils.java|0|1|00.00%| |:large_blue_circle:|io/questdb/cairo/TableSyncModel.java|0|1|00.00%| |:large_blue_circle:|io/questdb/cairo/vm/api/NullMemory.java|0|1|00.00%| |:large_blue_circle:|io/questdb/cairo/pool/AbstractPool.java|0|1|00.00%|...

Hey @tim2skew , I reproduced issue. QuestDB does not have stored procs so the problem is only getting rid of the warning. The query DataGrip uses to load stored proc...

SQLAlchemy 1.4 and Apache Superset 2.0 driver https://github.com/questdb/questdb-connect

#### [PR Coverage check] :heart_eyes: **pass** : 302 / 481 (62.79%) #### file detail | |path|covered line|new line|coverage| |----|----|----|----|----| |:large_blue_circle:|io/questdb/std/filewatch/WindowsAccessorImpl.java|0|15|00.00%| |:large_blue_circle:|io/questdb/KqueueFileWatcher.java|0|73|00.00%| |:large_blue_circle:|io/questdb/std/filewatch/FileWatcherWindows.java|0|23|00.00%| |:large_blue_circle:|io/questdb/KqueueAccessor.java|0|21|00.00%| |:large_blue_circle:|io/questdb/ServerMain.java|7|13|53.85%| |:large_blue_circle:|io/questdb/Bootstrap.java|9|15|60.00%| |:large_blue_circle:|io/questdb/std/filewatch/FileWatcherFactory.java|5|8|62.50%| |:large_blue_circle:|io/questdb/std/str/Utf8s.java|2|3|66.67%| |:large_blue_circle:|io/questdb/network/Epoll.java|2|3|66.67%| |:large_blue_circle:|io/questdb/std/filewatch/LinuxAccessor.java|5|6|83.33%| |:large_blue_circle:|io/questdb/std/filewatch/LinuxAccessorFacadeImpl.java|7|8|87.50%|...

You can change QuestDB configuration property ``` cairo.system.table.prefix=sys_ ``` and it will turn `sys.XXX` tables into `sys_XXX`. Configuration can be changed using environment variables, in this case, you can define...