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 4,486 public repositories matching this topic...
-
Updated
on Aug 6, 2021 - Clojure
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
on Aug 4, 2021 - JavaScript
Build an example
Is your feature request related to a problem? Please describe.
New example use-case
Describe the solution you'd like
We've had a few people ask if they can use Supabase directly in their Webflow project. We don't know for sure, but we suspect you can if you're on Webflow's paid plan (so that you can add custom code).
You can already use supabase on a static
Bug description
When you run npx prisma init
everything executes without problems but the .gitignore
file is being overwritten with the following content mentioned in Issue #3400
How to reproduce
- Create an empty
npm
project - Create and add some contents to
.gitignore
- Run
npx prisma init
- Open the
.gitignore
file and notice it was overwritten
Expected beha
-
Updated
on Aug 5, 2021 - C
-
Updated
on Jul 2, 2021 - TypeScript
-
Updated
on Aug 5, 2021 - JavaScript
-
Updated
on Aug 5, 2021 - Python
-
Updated
on Jul 14, 2021
-
Updated
on Aug 6, 2021 - Go
-
Updated
on Apr 20, 2021 - Python
-
Updated
on Apr 3, 2020 - Go
-
Updated
on Aug 6, 2021 - C
Is your feature request related to a problem?
It is way too easy to navigate away from the Feature Flags edit page without pressing "Save", losing all changes. I have done it probably a dozen times.
Describe the solution you'd like
Longer term, any changes to filter criteria should auto-save. But because this will probably require extra testing and implementation time, for now a bro
Is it possible for sqlx to have an impl of Decode
for Cow<'_, str>
(with implementation delegation to str
, similar to what String
is doing)?
Scenario
create table tab(f float);
insert into tab(f) values(4273.8);
Results in: org.postgresql.util.PSQLException: ERROR: inconvertible types: DOUBLE -> FLOAT [from=4273.8, to=f]
Expectation
Possibly enhance type compatibility check (SqlCompiler.isAssignableFrom
) with extra cases for numeric types:
- Float <- Double: if the double fits in the Float, then
-
Updated
on Aug 5, 2021 - JavaScript
-
Updated
on Jul 28, 2021 - Elixir
-
Updated
on Jul 26, 2021 - PLpgSQL
-
Updated
on Mar 18, 2021 - Python
-
Updated
on Jun 4, 2021 - TypeScript
Describe the bug
The response of MongoDB is inconsistent wrt to SQL databases if the schema has links of type array. When the nested table doesn't have any rows/documents in it. The response returned is different
Expected behaviour
Actual behaviour
Steps to reproduce
- Fire the query & observer the result
link table as array
if nested table has no rows, postgres
-
Updated
on Aug 4, 2021 - Go
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia
This is kind of a follow up to #32677 and the PR #34762.
In #34762 we improved the test data source implementation by checking the body of the response from Tempo. The Tempo team is not comfortable making the body of a 404 response part of our stable API, so instead we are currently adding a separate endpoint specifically for testing:
/api/echo
(grafana/tempo#714).