-
Can this ORM be used to talk to Postgresql using async/await?
ghost updated
7 years ago
-
Olá, em primeiro lugar gostaria de agradecer pelo excelente trabalho da API e vídeos. Eu tenho um projeto aqui(utilizando PostgreSQL/PostGIS e SequelizeJS, porém minha estrutura é um pouco diferente. …
-
What I'm doing?
For one of my use-cases I want to update all rows, having a matching field, and return *all* updated rows.
What's going wrong?
The code below, returns only a single updated row, a…
-
When I run this function
```
function getOpenTxCalls(date) {
return sequelize.query(
'SELECT \
CT.center_name, \
COUNT(CASE WHEN CL.disposition_type IN(3, 4, 22, 23,25, 42) AND CL."createdAt"::…
-
node新手。。。
-
Hi again. Thank you for your time.
I have the following association table, wich associates product and pack tables. Note that price_product could not have a **pack_id (allows null)**
``` SQL
CREATE T…
-
## What you are doing?
I noticed that the association setters are not created when belongsTo is stated.
```js
// Dmodel.js
var Table = sequelize.define('D', {
// some attributes
mID:{
…
-
try [sequelizejs](http://docs.sequelizejs.com/)
-
* **Node Version**:
* **Egg Version**:
* **Plugin Name**:
* **Plugin Version**:
* **Platform**:
-
## What you are doing?
I am evaluating Sequelize v4 by installing via `npm install sequelize@4.0.0-2`. A lot of tests in our app's test suite started failing with this version of Sequelize. One of th…