db2
Here are 224 public repositories matching this topic...
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 22, 2022 - Java
-
Updated
Feb 24, 2022 - Java
-
Updated
Feb 25, 2022 - Java
-
Updated
Feb 9, 2022 - C#
I am trying to implement retry logic for Aws Aurora Mysql.
In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.
public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c
-
Updated
Feb 18, 2022 - C++
-
Updated
Sep 24, 2017 - Go
-
Updated
Feb 26, 2022 - Java
-
Updated
Feb 25, 2022 - Java
-
Updated
Dec 26, 2018 - HTML
We have a simple test for Postgres but the logic changes a lot based on the database selected.
We should make sure to test that we create the right SqlConnectOptions for each database.
This is the method th
We don't want to build releases on any tags, just for releases
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
Ian did it for ipywidgets, etc see here: cytoscape/ipycytoscape#247
We just need to copy paste the code and test if it's working here.
-
Updated
Aug 29, 2021 - Python
-
Updated
Nov 24, 2021 - HTML
-
Updated
Apr 29, 2019 - JavaScript
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Feb 16, 2022 - Java
-
Updated
Feb 23, 2022 - Python
-
Updated
May 16, 2019 - C#
-
Updated
Dec 9, 2020 - PHP
-
Updated
Feb 11, 2022 - JavaScript
Improve this page
Add a description, image, and links to the db2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the db2 topic, visit your repo's landing page and select "manage topics."
Issue Creation Checklist
Feature Description
When SQL errors occur, make the 'mes