The Wayback Machine - https://web.archive.org/web/20201015122549/https://github.com/topics/postgres
Skip to content
#

postgres

postgresql logo

PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.

Here are 3,334 public repositories matching this topic...

graphql-engine
kreempuff
kreempuff commented Oct 10, 2020

Whenever I try to issue a command using hasura seeds apply -f <FILEPATH>, the command adds the seeds prefix to the path and errors

I would expect it to use the relative file path as given so I can tab complete specific seed files.

Ex:

hasura seeds apply --file seeds/1602160517233_resource.sql
FATA[0000] error opening file: open <REDACTED>/seeds/seeds/1602160517233_resource.
zmras
zmras commented May 15, 2020

Hi! Let's assume I have the following data:

obj = {
  _id: 'someId',
  items: [
    { value: 'a', count: 5 },
    { value: 'b', count: 1 },
  ]
}

Please, I want to know how can I use obj.increment() to increment the count field of the first element in items?

I have tried obj.increment('items.0.count') but it doesn't work. I got the following error: Cannot read property '0'

paolodamico
paolodamico commented Oct 14, 2020

Bug description

See screen recording below.

image

Expected behavior

New tab should only open once.

How to reproduce

  1. Cmd+click on any link in the app.

Environment

  • Could & self-hosted f71e011a86e63c498f82fae5c1dc6d81ac663990

Additional context

No a

Created by Michael Stonebraker

Released July 8, 1996

Repository
postgres/postgres
Website
www.postgresql.org
Wikipedia
Wikipedia
You can’t perform that action at this time.