Guen Prawiroatmodjo

Results 91 comments of Guen Prawiroatmodjo

New bug filed related to this operation : https://github.com/microsoft/QuantumLibraries/issues/386

Thanks @astafan8 for creating this issue! The reason why I initially thought it would be great for `dond` to support time as a parameter is because in the users' mind,...

@astafan8, this issue just came up again. This is the workaround that @ThorvaldLarsen came up with: ```python time_param = ElapsedTimeParameter('time') time_param._settable = True time_param.set = lambda x: None time_sweep =...

I also support putting this SIP-95 up for a DISCUSS/VOTE thread! @MotherDuckdb has a similar scenario where a single DuckDB instance can connect to multiple databases (see https://duckdb.org/docs/sql/statements/attach.html). It would...

@dewulf , thanks for opening this issue! This should now be fixed, I tested this on Windows and I was able to read a UTF-8 encoded database file after installing...

> Unfortunately, using the bleeding edge DuckDB ODBC Driver directly from Power BI still does not work. @chrisfw the Power BI connector has some built-in workarounds for converting types specifically...

Hi @tlouni, thanks for testing this, great to hear that the nightly build can now open utf-8 encoded databases! Unfortunately it looks like the UTF-8 encoded characters are not decoded...

Hi @Locustv2 , thanks for sharing this issue! I was able to access a persistent database on Mac OS with ODBC both with `pyodbc` and `iusql`: ``` iusql "DRIVER={DuckDB Driver};DATABASE=test.md"...

Hi @tlouni, I believe I have found a fix for your problem, thank you so much for your patience. Can you please follow [these instructions](https://github.com/MotherDuck-Open-Source/duckdb-power-query-connector/issues/24#issuecomment-2093914717) (copied below) and let me...

I think the original issue that was filed here has been resolved, so I think we can close it, FYI @szarnyasg. @Locustv2 , sorry for missing your message earlier. You...