-
Updated
Aug 29, 2020 - TypeScript
postgres

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,144 public repositories matching this topic...
-
Updated
Aug 29, 2020 - Clojure
Issue Description
Since the old Instagram API will stop working on June 29 (See https://www.instagram.com/developer/), the url in https://github.com/parse-community/parse-server/blob/d0a9c709fea4cbdba540420353a36a0e89601ffb/src/Adapters/Auth/instagram.js#L9 needs to be changed to match the new "instagram_graph_user_profile" API. (See https://developers.facebook.com/docs/instagram-basic-disp
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Aug 29, 2020 - C
-
Updated
Aug 14, 2020 - Python
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Aug 15, 2020
-
Updated
Aug 12, 2020 - Python
-
Updated
Apr 3, 2020 - Go
-
Updated
Aug 28, 2020 - C
-
Updated
Aug 28, 2020 - JavaScript
Bug description
Please describe.
If this affects the front-end, screenshots would be of great help.
Trailing spaces in the selector box are not removed automatically and can mess up the event results when saving an action
Expected behavior
How to reproduce
- Create a new action with any selector
- put in a couple of spaces at the end of the line in the selec
-
Updated
Mar 29, 2020 - Python
-
Updated
Aug 27, 2020 - TypeScript
-
Updated
Aug 24, 2020 - C
-
Updated
Mar 3, 2019
The PgConnectOptions
uri parser currently supports only 4 keys: "sslmode", "sslrootcert", "statement-cache-capacity", and "host"
The Postgres connection uri spec notes that there are many more,
-
Updated
Aug 26, 2020 - Go
-
Updated
Aug 25, 2020 - C#
-
Updated
Aug 27, 2020 - Ruby
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia
hasura migrate reset
This command should clear the history of the migrations on the server and clear the local migrations. Basically, do steps 1 and 2 mentioned in this blog post: https://hasura.io/blog/resetting-hasura-migrations/