You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with a postgreSQL database, I simply tried a Get request on 0.0.0.0/my_table and I get
sequelize:pool connection acquired +3s
sequelize:sql:pg executing(default) : SELECT count(*) AS "count" FROM "my_table" AS "my_table"; +3s
sequelize:sql:pg executed(default) : SELECT count(*) AS "count" FROM "my_table" AS "my_table"; +2ms
sequelize:pool connection released +2ms
sequelize:pool connection acquired +2ms
sequelize:sql:pg executing(default) : SELECT "id", "type", "meta", "name", "mobilenumber" FROM "my_table" AS "my_table"; +2ms
sequelize:pool connection released +2ms
sequelize:pool connection drain due to process exit +3s
sequelize:pool connection destroy +1ms
...
...
jagql:requestCounter 0 GET /my_table +0ms
jagql:validation:input {"type":"my_table"} +0ms
jagql:handler:search {"type":"my_table","page":{"offset":0,"limit":50}} [{"status":"500","code":"EUNKNOWN","title":"An unknown error has occured","detail":"Something broke when connecting to the database - column \"meta\" does not exist"},null,null] +0ms
jagql:errors GET /my_table {"status":"500","code":"EUNKNOWN","title":"An unknown error has occured","detail":"Something broke when connecting to the database - column \"type\" does not exist"} +0ms
However there is no "type", and "meta" column in my_table.
ps: I also tested the jagql module, and I have the missed "meta" issues...
I read the #53 issue ticket, however I don't know if it is fixed.. It is not clear in the ticket 😞 😢
The text was updated successfully, but these errors were encountered:
justinr1234
added a commit
to justinr1234/jsonapi-store-relationaldb
that referenced
this issue
Nov 29, 2019
I am working with a postgreSQL database, I simply tried a Get request on 0.0.0.0/my_table and I get
However there is no "type", and "meta" column in my_table.
ps: I also tested the jagql module, and I have the missed "meta" issues...
I read the #53 issue ticket, however I don't know if it is fixed.. It is not clear in the ticket 😞 😢
The text was updated successfully, but these errors were encountered: