-
If an object has an associated collection, it is not clear how (or even if its possible) to query into that associated object stuff.
Pet has an Owner
Owner has an emailAddress
How do I select all of…
-
Complete the A1 infrastructure hand-off from Daniel.
There are a couple of high-level items that are important to understand. Let's make sure to ask directly or schedule meetings with Daniel to mak…
-
Hi,
I was looking for similar setup and come across your project. I hope you don't mind.
I am encountering an error running "npm run electron-win ". I not quite sure why knex throwing out erro…
-
-
I've tried to create a new project using sqlite as database but I have to manually modify the `graphback.json` to make it works. Also if I change the sqlite path the db will be always created in the s…
b1zzu updated
5 years ago
-
`json()` method can accept an optional second parameter `true` to create _jsonb_ type. See: http://knexjs.org/#Schema-json, but I believe this line https://github.com/borisyankov/DefinitelyTyped/blob/…
-
**Which version are you using?**
```json
"@nano-sql/adapter-sqlite": "^2.0.8",
"@nano-sql/core": "^2.3.7",
```
**Describe the bug**
Consider this db setup given:
```javascript
…
-
Is it possible to disable knex-stringcase for specific query?
`ignoreStringcase` is not an option for me, cause I need raw column names only for one specific query, and convert this column names to …
niklv updated
5 years ago
-
Debug Information:
OS: Ubuntu, v16.04
Node Version: v8.15.0
Ghost-CLI Version: 1.11.0
Environment: production
Command: 'ghost update'
Message: Could not communicate with Ghos…
-
Hi,
I'm using knex with MySQL and inserting JSON values but it fails and gives me this error:
```
{ [Error: insert into `AuditLog` (`ApiGatewayRequestId`, `EventName`, `EventTime`, `RequestData…