Database
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.
Here are 2,022 public repositories matching this topic...
databasename can not contain dot 。if contain, after dot string will be discard。 i found like pattern in SQLServerDataSourceMetaData class "jdbc:(microsoft:)?sqlserver://([\w-.]+):?([0-9]);\S(DatabaseName|database)=([\w-]+);?" should be "jdbc:(microsoft:)?sqlserver://([\w-.]+):?([0-9]);\S(DatabaseName|database)=([\w-.]+);?"
-
Updated
Nov 24, 2020 - Java
-
Updated
Oct 10, 2020 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 23, 2020 - Java
-
Updated
Nov 24, 2020 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 17, 2020 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
Oct 13, 2020 - Java
We should remove Guava as a dependency from the server module.
Most of the functionality we used from Guava are provided by the JDK by now.
The stuff that is missing from the JDK has mostly been added in the utilities we inherited from Elasticsearch, due to their decision to remove Guava completely.
Any functionality that we use which isn't present in the JDK can be co
-
Updated
Sep 13, 2020 - Java
-
Updated
Nov 10, 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
May 11, 2020 - Java
Currently, notifications show time in the format HH:MM:SS:
We want instead to check the browser locales and display the time according to the user location/preferences. Date formatting should be done either natively (i18n module, cf. [here](https://developer.mozill
UPDATE support
-
Updated
Nov 11, 2020 - Java
- Wikipedia
- Wikipedia

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