-
This question has come up few times, I wrote here some of my thoughts people who know better may correct me where I'm wrong:
> _pi: So what does objection.js do differently than bookshelf.js which …
-
# Feature discussion / request
1. Explain what is your use case
- be able to designate a stub file from the CLI when creating migration files with `knex migrate:make`
2. Explain what kind of …
-
**Informations**
- **Node.js version**: 10.15.3
- **NPM version**: 6.4.1
- **Strapi version**: 3.0.0-alpha.25.2
- **Database**: Postgres
- **Operating system**: OSX
…
-
Using node 12.4.0, objection@2.0.7 and knex@0.20.4
If we make a very simple error:
```javascript
const knex = require("knex");
const { Model } = require("objection");
const db = knex({
/…
-
Hello, i need to make a single migration, when i tried `knex migrate:up filename.js`:
```
TypeError: initKnex(...).migrate.up is not a function
at Command. (/home/username/.nvm/versions/node/v1…
-
I would like to set default settings for each request built by a connection pool in Oracle. Something I do in [`oracledb`](https://oracle.github.io/node-oracledb/) like the code below:
```
async f…
-
I am having an issue in TypeScript when using order by this way: `.orderBy([{ column: 'isConfigured', order: 'asc' }, { column: orderBy, order: ascDesc }]);` citing:
```
Argument of type '{ colu…
-
# Environment
Knex version: 0.19.0
Database + version: Postgres latest (Docker)
OS: Mac OS X host, Linux Docker container
# Bug
1. Explain what kind of behaviour you are getting and how you…
-
Not sure if it's in this implementation or @jeremydaly, but when I issue bad queries (or good queries fail for some reason) I'm only getting 'timeout errors' from Bluebird and not the error itself.
…
-
Hi,
I know you want to deprecate `this.dialect` so we can use `config.client` instead. Here is the warning:
```
Using 'this.dialect' to identify the client is deprecated and support for it will b…