-
If you're having a generation problem please answer these questions before submitting your issue. Thanks!
### What version of SQLBoiler are you using (`sqlboiler --version`)?
SQLBoiler v3.6.1
#…
-
Found here: https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_BazelEssentialCi/9325532?showRootCauses=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsS…
-
### Describe your issue
When creating a temporary table via DataConnection.CreateTempTableAsync(), using `PostgreSQLDataProvider93`, the generated SQL does not take into account IDENTITY fields in …
bt-88 updated
1 month ago
-
When using `sea-query` to build SQL queries, extracting the columns from a row is a bit awkward:
```rust
let query = Query::select()
.from(Users::Table)
.column(Users::Name)
.to_str…
-
### Describe the enhancement requested
Currently, we find ourselves only able to Set valid values, whereas sometimes we may find ourselves wanting to set a given index as null instead, and adjust th…
-
### What happened?
Pls. provide a multiple InnerJoin example.
Thanks
### Reproduction steps
1.
2.
3.
...
### Relevant log output
_No response_
### Version (bug)
latest
### Version (wor…
-
I use Tuple Sketches on my datasource and as such I need to use the appropriate aggregation on the query. Those aggregations are not available on the query builder, so it looks like the JSON option wo…
-
Hi, this is my first time contributing an issue on github, so apologies if I'm doing anything wrong.
I'm using PetaPoco's Sql class quite extensively on a project, and I've come across an issue th…
-
When I do a
``` javascript
Query().where({id:'123', foo:'bar'});
```
it uses the _AND_ operator. I can see in the source code that it's hard coded with an _' AND '_.
Perhaps allow the **_where_** f…
-
### Description: What is it?
You should be able to easily compare values from a given date range to values from another date range within an Explore (e.g. month on month change).
### Problem: Wh…