-
Hi,
we are getting quite frequently following error, which is only displayed in verbose log level:
```
05-24 13:24:35.627 V/SQLiteCursor: Cursor open object=52072473
java.lang.Throwable: s…
-
**VIC version:**
1.1 / master
**Deployment details:**
`bin/vic-machine-linux create --name=testDeploy --target=10.192.158.34 --user=Administrator@vsphere.local --image-store=datastore1 --appl…
-
I am trying to mock this function of my logger:
```Go
Infof(format string, args ...interface{})
```
For doing so, I am using this mock generated with [mockery](https://github.com/vektra/mockery)…
-
## What are you doing?
Because of a fairly complex query for which I don't really expect any ORM alternatives, I need to make a raw query which needs to include associations.
From what I've gather…
-
Support I have a pathPattern `/api/{id}/hello?action=create`
logic in here: https://github.com/go-openapi/runtime/blob/master/client/request.go#L133-L134
```
req.URL.RawQuery = r.query.Encode()
re…
-
When using `rawQuery` you can pass parameters as a separate argument, this is awesome BUT the type for each parameter(variable) is automatically determined using `_determineType`.
Before I go and hac…
-
## Problem
Given the following SQL:
```sql
select
*
from
MessgageThread as mt
inner join Arc as a on mt.arcId = a.id
inner join User as u on mt.recipientUserId = u.id
left joi…
-
**Not a bug, it's a ~~API change proposal~~ documentation enhancement**:
# Rationale
Since go1.12 enhanced further the ReverseProxy implementation a closed source library (and many more open-sou…
-
### SQLDelight Version
2.0.2
### SQLDelight Dialect
PostgreSQL
### Describe the Bug
Consider the following schema:
```
CREATE TABLE table1(
id BIGSERIAL PRIMARY KEY,
some_boolea…
-
It's pretty easy to accidentally mutate a shared `URL` struct when trying to create a URL with query parameters:
```go
var redirectURL, _ = url.Parse("https://example.com")
func main() {
http…