Skip to content
#

db2

Here are 202 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

williamlee1982
williamlee1982 commented Jan 7, 2021

seems there is a bug in DB2LUWSchemaProvider class, when loading columns of table, it didn't trim the tailing space of the schema name, causes linq query didn't return any column.

the problem is in the GetColumns method here:

var tableId     = dataConnection.Connection.Database + "." + rd.GetString(0) + "." + rd.GetString(1);

and it should be:

var tableId     = dataConnect

SymmetricDS is a database and file synchronization solution that is platform-independent, web-enabled, and database agnostic. SymmetricDS was built to make data replication across two to tens of thousands of databases and file systems fast, easy and resilient. We specialize in near real time, bi-directional data replication across large node networks over the WAN or LAN.

  • Updated Jan 28, 2021
  • Java

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