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,229 public repositories matching this topic...
Bug report
Describe the bug
On the auth page, the supabase image doesn't change from light to dark.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Go to supabase.com/auth
- Scroll down to React Auth / Auth component
- switch to light mode
- See error
Expected behavior
The supabase ima
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Feb 8, 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:
 and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Jan 29, 2022 - TypeScript
Certificate authority and access plane for SSH, Kubernetes, web apps, databases and desktops
-
Updated
Feb 8, 2022 - Go
PostgreSQL client for node.js.
-
Updated
Feb 4, 2022 - JavaScript
Postgres CLI with autocompletion and syntax highlighting
-
Updated
Jan 18, 2022 - Python
Database migrations. CLI and Golang library.
-
Updated
Feb 7, 2022 - Go
Describe the bug
ATM the following query
select * from t where abyte = null;executes just fine and returns rows with abyte column equal to zero. The same happens for short columns.
Byte and short column types don't support nulls (important note: geobyte and geoshort types support nulls), so we need to do something with this behavior. We could either report an error for
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
-
Updated
Feb 3, 2022
SQL for Humans™
-
Updated
Dec 16, 2021 - Python
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
-
Updated
Apr 3, 2020 - Go
Distributed PostgreSQL as an extension
-
Updated
Feb 8, 2022 - C
No way to override migrations directory for CLI.
Listen to your to PostgreSQL database in realtime via websockets. Built with Elixir.
-
Updated
Jan 31, 2022 - Elixir
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, ClickHouse, Trino, Presto, SAP HANA, Cassandra, Snowflake, BigQuery, SQLite, and more with ODBC
-
Updated
Feb 5, 2022 - JavaScript
With mongosh:
testcore> show collections
MongoServerError: listcollections: support for field "nameOnly" with non-default value true is not implemented yet
Broken by #267.
Making Postgres and Elasticsearch work together like it's 2021
-
Updated
Feb 3, 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
Jan 27, 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
Continuous Archiving for Postgres
-
Updated
Feb 8, 2022 - Python
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia



What happened:
When getting a nonexistent alert notification by ID or UID, a slightly different error is returned than when a nonexistent alert notification is deleted or updated.
What you expected to happen:
Getting a nonexistent alert should return
models.ErrAlertNotificationNotFoundfrompkg/models/alert_notifications.go.