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 5,623 public repositories matching this topic...
Issue split from hasura/graphql-engine#6951
our pytest output has a pretty low signal:noise ratio, and it's often difficult to understand the cause of a test failure, if there is one. [Example: a 8600-line log for what turned out to be a flaky test that passed on a second run](https://app.circleci.com/pipelines/github/hasura/graphql-engine-mono/10008/workflows/5e17c7
-
Updated
May 15, 2022 - JavaScript
-
Updated
May 15, 2022 - Go
-
Updated
May 13, 2022 - Go
-
Updated
Apr 12, 2022 - Python
-
Updated
Apr 3, 2020 - Go
-
Updated
May 14, 2022 - C
The macros can emit code directly referencing serde_json::Value which may trigger compilation errors if the user doesn't have it in their own dependencies: https://discord.com/channels/665528275556106240/665528275556106243/969377568685981716
I'm surprised we haven't encountered this before now, probably because if someone wants to use serde_json::Value in their code deliberately then they p
-
Updated
May 2, 2022 - Elixir
{
"Checksum": 0,
"FlagBits": 0,
"Sections": [
{
"Document": {
"$k": [
"listDatabases",
"nameOnly",
"$db"
],
"listDatabases": 1,
"nameOnly": null,
"$db": "admin"
},
"Kind": 0
}
]
}nameOnly is documented to be a boolean, but at least [one real application](htt
-
Updated
Apr 30, 2022 - JavaScript
-
Updated
May 4, 2022 - PLpgSQL
-
Updated
May 15, 2022 - JavaScript
These files when added magically but not part of git tracked files causes update failure.
reference: frappe/bench#1225
related: frappe/frappe#16616 (you'll find which function create this file in this PR)
The problem faced currently?
While adding an ingress route, or a target in ingress route.
If by mistake white space gets added to the route or host. We get the error specified route not found or unable to reach the specified target
How can we solve it?
Mission control should remove the white space if present before saving the config
If you want this feature to be implemented, gi
-
Updated
May 14, 2022 - TypeScript
-
Updated
Feb 8, 2022 - Python
-
Updated
May 6, 2022 - TypeScript
-
Updated
May 7, 2022 - Ruby
-
Updated
Apr 1, 2022 - Python
-
Updated
May 9, 2022 - C#
I want to create a Nuxt3 module base on nhost Js client to use it in Nuxt 3.
User ( session, cookie etc )
Graphql ( query + mutation )
Storage
Functions
I'm not expert, but ready to learn and sweat to do so
Someone is already work on it ? can I join ?
@elitan @plmercereau are you open to this suggestion ?
-
Updated
May 14, 2022 - Go
-
Updated
May 12, 2022 - Go
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia
Feature request
Is your feature request related to a problem? Please describe.
I'm using the SMS OTP feature for a progressive web application to be used on mobiles and would like to use the WebOTP API to automatically handle the SMS. The new templating feature gets me almost there – but only almost since it does not allow newlines (\n).
Describe