-
When I run the following script
```Modelica
loadModel(Modelica, {"4.0.0"});
getErrorString();
setCommandLineOptions("-d=newinst,backenddaeinfo,dumpSimCode");
getErrorString();
simulate(Mod…
-
Currently, tds_fdw can't set the character set for the connection.
The FreeTDS implementation of DB-Library does have the DBSETLCHARSET macro to set the character set:
http://www.freetds.org/referen…
-
Hello,
When default options are used LEFT JOIN returns no results. If the enable_join_pushdown is set to false, query works as expected. Tried on 5.1.1
-
While using insert into foreign tables select from local ones to transfer data from PG to mysql, all emoji turned to be messy code. Cannot sure it is a issue or something wrong with mysql steps. Need …
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I'm trying to use the new `ignore_words_regex` in…
-
See attached log file: [riak-ts-log.txt](https://github.com/basho/riak/files/641397/riak-ts-log.txt).
## Steps to reproduce
## 1. Machine setup
- Windows 10 Enterprise N (Version 10.0.10586 B…
-
@lincolnturner kudos on writing a Google Sheets foreign data wrapper in 36 lines of Python. Any chance you'd be able to tackle write support?
If not, I may be able to, but it's unlikely to be "python…
-
Hi there,
Thank you for opening an issue. Please provide the following information:
### Terraform Version
- docker image hashicorp/terraform:1.4
- Installing cyrilgdn/postgresql v1.19.0...
- …
-
I've noticed that some queries shows different results in postgres and clickhouse when, if I'm not wrong, they should be the same.
A simple example:
### Postgres
```sql
SELECT COUNT(DISTINCT …
-
Hi, trying to parse the [OpenAPI v3.1 specification itself](https://github.com/OAI/OpenAPI-Specification/blob/82810886af0033f3d0ec2568db0812a201aaab5e/schemas/v3.1/schema.json) fails with the followin…