-
Currently Ghost is two major versions (soon to be three) behind the current latest and greatest of knex. Are there any particular reasons, e. g. known backwards incompatibilities or regressions that r…
-
I added`objection-filter` to an application. Then I tested it, and found a filter that causes SQL with a syntax error to be generated.
Here is the filter:
```json
{
"fields": ["uuid", "key"…
-
Hi sir,
I'm using your library to connect to Oracle server to insert a record to database there. However when executing it, it throws this error: The SELECT permission was denied on the object 'Use…
-
Knex version: 0.20.14
I am upgrading knex from version 0.11.10 to 0.20.14 and I am observing an error:
`knex.transaction(...).finally is not a function`
Following is how I use finally:
```functi…
-
https://github.com/dewv/nlcAttendance/network/alerts
-
# Environment
Knex version: 0.19.5
Database + version: Mysql 5.7.26 (MySQL Community Server (GPL))
OS: MacOS, 18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.…
-
What if I need to pass some ENV data (like password) to the SQL migration code?
The above, I believe, is the reason most migration frameworks have JS based migrations or, at least, support `.js` in…
-
Knex.js supports a `.first()` method for selecting only one row with the result being an object instead of an array.
Thoughts on implementing an analogous method?
-
In order to avoid this importing strategy:
```js
import { TestxDirector } from "graphql-testx/dist/src/TestxDirector"
```
that could cause a problem in the future we should split graphql-testx int…
b1zzu updated
4 years ago
-