-
Currently due to the way name-to-id is build, we cannot have points in columnames if it collides with a struct.
The following schema fails to build:
```rust
let schema = Schema::builder()…
-
This is for https://github.com/uwdata/mosaic/issues/483, https://github.com/uwdata/mosaic/issues/510, and https://github.com/uwdata/mosaic/issues/506. Code is in https://github.com/cmudig/mosaic/tree/…
-
### Vert.x 5 Roadmap
### 5.0.0
[Development of Vert.x 5](https://github.com/eclipse-vertx/vert.x/wiki/Vert.x-5)
- [x] [Async result callback removals](https://github.com/vert-x3/issues/issues…
vietj updated
3 weeks ago
-
I'm using Metabase 0.42.0 with PostgreSQL and I noticed that one particular question built with the question builder took very long to complete compared to a native query.
The question is basically…
lpyfm updated
2 months ago
-
I'm aware Diesel version 2 isn't stable yet, so understand if this wouldn't be a priority. However, I've found I can't get the example code for tokio-diesel to compile with the Diesel v2.0/master bran…
-
```
use Runtime.ORM.Connection;
use Runtime.ORM.Query;
use Runtime.ORM.MySQL.Builder;
Connection conn = Connection::getConnection();
Query q = (new Query())
.select("docker_services")
.wh…
-
### Apache Iceberg version
1.7.0 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
```
spark.sql.catalog.spark_catalog.io-impl: org.apache.iceberg.aws.s3.S3FileIO
# ...
s…
-
Trying to use an empty string for a comparison causes the query builder to replace it with a string of NULL.
Example:
```php
$builder = new \NilPortugues\Sql\QueryBuilder\Builder\GenericBuilder;
…
-
I'm new to rust so this could easily be a user error. Querying works great for normal queries. Using boxed queries does not compile despite a `BoxedSelectQuery` having an implementation for `RunQueryD…
-
### What version of `drizzle-orm` are you using?
0.30.1
### What version of `drizzle-kit` are you using?
0.20.14
### Describe the Bug
When creating a query with deeply nested data, the …