knex
Here are 613 public repositories matching this topic...
-
Updated
Jul 2, 2020 - TypeScript
- start reporting on coverage (somehow...)
Here: https://github.com/sheerun/knex-migrate/blob/master/src/storage.js#L8
Add this check: new RegExp(Invalid object name '${table}').test(err.message)
I would create a PR but am currently contractually blocked from non-approved open source contributions.
Thanks!
- config/browserify.js
- config/config.js
- config/server.js
- config/test.js
- config/utils.js
- config/webpack.js
- lib/config.js
- lib/logger.js
- lib/middleware/flash-messages.js
- lib/middleware/local-user.js
- lib/middleware/logged-in.js
- lib/middleware/response-format.js
- lib/middleware/validate-auth-profile.js
- lib/middleware/valid
-
Updated
Nov 11, 2018 - TypeScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Dec 28, 2019 - JavaScript
-
Updated
Jul 4, 2020 - JavaScript
问题定位
/config/knex.js 文件
if (app.config.env === 'local') {
config.debug = config.debug || true;
}貌似永远不会为 false
hongymagic / k2
-
Updated
Mar 26, 2018 - JavaScript
-
Updated
Jul 2, 2020 - TypeScript
-
Updated
Jun 24, 2020 - TypeScript
-
Updated
Mar 17, 2020 - JavaScript
Optional relations
Issue type:
[X] Question
[ ] Bug report
[X] Feature request
[X] Documentation issue
Database system/driver:
[X] Postgres
typed-knex version:
[X] 2.8.1 (or put your version here)
Knex.js version:
0.20.3
Steps to reproduce or a small repository showing the problem:
Hi Wouter,
I'm (once more) looking into the Typed Knex project. The current state l
-
Updated
Feb 12, 2017 - JavaScript
-
Updated
Jul 24, 2018 - JavaScript
- migration file name example is wrong
- command on package.json install dependencies should remove -i
- explain VIRTUAL_HOST in README or something
- google plus auth is dead
- NODE_ENV = acceptance to make it work on heroku (otherwise it doesnt build devDependencies)
- fix node version
"engines": {
"node": "8.15.1"
},
- remove
--only=devfrombuild-client - add to t
-
Updated
Apr 12, 2020 - JavaScript
Improve this page
Add a description, image, and links to the knex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the knex topic, visit your repo's landing page and select "manage topics."
Environment
Knex version: 0.20.10
Database + version: Postgres 12
Bug