db2
Here are 201 public repositories matching this topic...
-
Updated
Dec 22, 2020 - Java
-
Updated
Dec 24, 2020 - Java
Environment
Liquibase Version: 4.0.0
Liquibase Integration & Version: spring boot 2.3.2
Liquibase Extension(s) & Version:
Database Vendor & Version: MySql 8.0.15
Operating System Type & Version: Ubuntu 18.04.3
Description
Fail when t
-
Updated
Dec 21, 2020 - C#
Hi,
is it possible to define enum mappings WITHOUT using attributes, maybe with some kind of fluent API? The only possibility I see right now is to use the MapValue attribute:
public enum Gender
{
[MapValue("M")] Male,
[MapValue("F")] Female,
[MapValue("U")] Unknown,
[MapValue("O")] Other,
}But I don't like this approach (see my longer explanation below). Thank you in
-
Updated
Dec 15, 2020 - C++
-
Updated
Sep 24, 2017 - Go
-
Updated
Dec 23, 2020 - Java
-
Updated
Dec 26, 2018 - HTML
We don't want to build releases on any tags, just for releases
-
Updated
Oct 25, 2020 - Python
Describe the bug
List#contains performs a linear search, which could have performs implications if the list is large and called repeatedly.
To Reproduce
See code
Expected behavior
A performant implementation.
Additional context
Review usage to see if a HashSet would be more appropriate in this context.
-
Updated
Apr 29, 2019 - JavaScript
-
Updated
Oct 23, 2020 - HTML
-
Updated
May 16, 2019 - C#
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Dec 9, 2020 - PHP
-
Updated
Dec 10, 2020 - Java
-
Updated
Oct 27, 2020 - Python
-
Updated
Dec 17, 2020 - JavaScript
-
Updated
Apr 2, 2020 - HTML
-
Updated
Dec 15, 2020 - Ruby
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."
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