-
Updated
Feb 16, 2021 - Clojure
PostgreSQL
PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.
Here are 15,741 public repositories matching this topic...
-
Updated
Feb 14, 2021 - TypeScript
Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the
-
Updated
Feb 15, 2021 - Python
-
Updated
Feb 9, 2021 - Haskell
Environment
Knex version: knex@0.21.12
Database + version:
Microsoft SQL Server 2019 (RTM-CU8) (KB4577194) - 15.0.4073.23 (X64)
Sep 23 2020 16:03:08
Copyright (C) 2019 Microsoft Corporation
Developer Edition (64-bit) on Linux (Ubuntu 18.04.5 LTS)
OS: Docker under macOS
For MSSql tag @smorey2.
Feature discussion / request
- Explain what is your use case
It
-
Updated
Nov 21, 2020
-
Updated
Feb 8, 2021 - Java
-
Updated
Feb 16, 2021 - C
When editing text fields as non-admin users two issues happen:
- Code fields are not editable at all;
- WYSIWYG fields look like they're readonly, but are editable.
This happens in all browsers.
-
Updated
Feb 15, 2021 - TypeScript
Hey!
Currently, there are no plans to add support for it (from core team), but we are happy to merge and help with contribution from the community.
For driver implementer, take a look at
https://github.com/cube-js/cube.js/blob/master/CONTRIBUTING.md#implementing-sql-dialect
Example of driver implementation
Who are interested in prepari
-
Updated
Feb 15, 2021 - Python
-
Updated
Feb 16, 2021 - JavaScript
I am intentionally making this issue specific but I assume it could be expanded to include much more of the API.
Problem
I do not have the entire Prisma Client API perfectly (let alone roughly) committed to memory.
When I go to use it to query for many results the operations tell me nothing about what and why they will do. I only have types to work with.
I don't want to open my br
-
Updated
Feb 2, 2021
-
Updated
Jan 10, 2021 - Go
Is it supported at the moment to have 'serialize_as' and 'deserialize_as' on the single field in the sturcture as shown below?
#[derive(Identifiable, Queryable, PartialEq, Debug, Serialize, Deserialize, Insertable)]
#[table_name = "blah"]
pub struct Data {
#[diesel(serialize_as = "SensitiveStringSerializer")]
#[diesel(deserialize_as = "SensitiveStringDeserializer")]
-
Updated
Apr 3, 2020 - Go
When launching the Create project from database dialog from the context menu of a database, the server and database dropdown are already populated, but sometimes the database dropdown is blank for a few second while waiting for the list of databases to load.
It would be nice if th
-
Updated
Feb 13, 2021 - Go
-
Updated
Jan 22, 2021 - JavaScript
Bug report
Describe the bug
Dashboard:
Docs:
To Reproduce
Very hard to figure out.
- This user is using Chrome Version 87.0.4280.88 (Offi
-
Updated
Feb 16, 2021 - Java
-
Updated
Feb 16, 2021 - Objective-C
-
Updated
Feb 16, 2021 - Elixir
-
Updated
Dec 23, 2020 - Python
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia




Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk