The Wayback Machine - https://web.archive.org/web/20220713212730/https://github.com/topics/db2
Skip to content
#

db2

Here are 233 public repositories matching this topic...

dbeaver
KOLANICH
KOLANICH commented Jan 11, 2019

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

rohitsud
rohitsud commented May 18, 2020

https://github.com/sequelize/sequelize/blob/8a1429d6044123bba3a3f312b2e0c74b0c829990/lib/model.js#L1271

If I create any model with
charset: 'utf8mb4', collate: 'utf8mb4_general_ci'

sequelize translates it to this for mysql

CREATE TABLE IF NOT EXISTS tablename ... ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8mb4_general_ci;

On stepping through the code, it seems that the issu

type: bug good first issue
MaceWindu
MaceWindu commented May 31, 2022

QueryProc case is more tricky. It calls ExecuteReader[Async] and main issue here is that output parameters (at least for SQL Server, cannot tell about other providers right now, but probably the same) available only after all data consumed from reader. E.g. this is the reason why we generate ToList calls in scaffolded context for procedures with output parameters.

I don't see currently ho

SymmetricDS is database replication and file synchronization software that is platform independent, web enabled, and database agnostic. It is designed to make bi-directional data replication fast, easy, and resilient. It scales to a large number of nodes and works in near real-time across WAN and LAN networks.

  • Updated Jul 13, 2022
  • Java
prb112
prb112 commented Jan 12, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

this specification does not dictate a particular approach at this time, though it does support the use of an “Expires” header 
to limit the time period a file will be available for client download (removal of the file from the ser
enhancement good first issue bulk-data connectathon

Improve this page

Add a description, image, and links to the db2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the db2 topic, visit your repo's landing page and select "manage topics."

Learn more