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,277 public repositories matching this topic...
Describe the problem
In the example project, there is no flutter application that shows the integration of supabase with flutter.
Describe the improvement
Let's add a sample project that shows the flutter integration
-
Updated
Feb 20, 2022 - 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
Bug description
On windows, I run prisma format and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
- On windows do prisma format
- Open in HxD or similar
- See attached:
 {
long deadline = System.nanoTime() + nanos;
LockSupport.parkNanos(nanos);
if (System.nanoTime() < deadline) {
// this could be spurious wakeup, ignore if count is non-zero
if (getCount() == 0) {
return
-
Updated
Feb 9, 2022
Background
Many of our customers use Shopify and other ecommerce platforms to sell their products, to augment the data that can be captured on the front-end store, we also need
-
Updated
Dec 16, 2021 - Python
-
Updated
Apr 3, 2020 - Go
-
Updated
Feb 19, 2022 - C
No way to override migrations directory for CLI.
-
Updated
Feb 20, 2022 - Elixir
-
Updated
Feb 16, 2022 - JavaScript
Currently, when building a Docker image, we build binaries on the host. That leads to hard-to-debug problems like the one solved at #322.
We should build FerretDB binary for Docker image inside Docker container using multi-stage build. Docker image from https://github.com/AlekSi/golang-tip can be used as a base image for the fi
-
Updated
Feb 18, 2022 - PLpgSQL
Actual behaviour:
In case a custom app has print formats, the command bench uninstall-app (app) will fail with frappe.exceptions.LinkExistsError: Cannot delete or cancel because Module Def <a href="#Form/Module Def/ham">ham</a> is linked with Print Format <a href="#Form/Print Format/cheese">cheese</a>
Expected behaviour:
bench uninstall-app should also remove print formats that
-
Updated
Feb 19, 2022 - TypeScript
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
Feb 8, 2022 - Python
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia


The following tests are outputting errant logs and warnings to the console during unit tests. Some of these are pointing out genuine errors and things that should be looked at, while others might be a bit more benign but should be cleaned up to make testing more pleasant.
In the future we may consider making console logs to be a failure condition in tests, so it would be good to sort these out