-
I'd expect multi geoms to be bound / cast (?) as a multi geoms in active record:
```ruby
multi_geom = RGeo::Geos.factory.parse_wkt("MULTIPOLYGON (((0 0, 0 1, 1 1, 0 0)),((1 1, 0 0, 0 1, 1 1)))")
…
-
Hi there.... I was going to ask this in your SinplyTrack repo, but I can't, so I'll do it here if that's OK.
You mentioned that Qt has support for SQL tables (and PySimpleGUI lacks some features th…
-
**Describe the Feature**
I want formatting of SQL inside function bodies written in quoted stings
**Why do you want this feature?**
If you are writing SQL functions, it's pretty common to hav…
-
### Bug description
I was using docker compose when installing Apache Superset, using this tutorial https://superset.apache.org/docs/installation/docker-compose/
everything going ok except when I …
-
### Version
the latest
### Which SQL?
MySQL
### SQL content
```sql
create table abcd ( {$空格}
{$光标}
)
```
### JavaScript/TypeScript code
_No response_
### What happened?
如果按照行列获取的…
-
It is refreshing to see some alternatives to Rebus. Do you have any plan to implement Database transport?
-
TBD by @kafka1991
### To reproduce
Modify `PGWireInsertSelectBenchmark` to run only selector threads and change the query to `SELECT 1;`. Uncomment this line:
```java
properties.setProperty("…
-
Given:
```go
query := sq.Select("something FROM somewhere").Where("id NOT IN ?", []int{1, 2, 3})
```
Expected:
```sql
SELECT something FROM somewhere WHERE id NOT IN (1, 2, 3);
```
Actual:…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
### What happened?
When joining together two tables where both tables contain column named `source`, compile fails with `Ambiguous name` error.
I've tried to wrap the column name with whatever i…