-
Updated
Oct 22, 2021 - TypeScript
oracle
Oracle Database is a database commonly used for running online transaction processing (OLTP), data warehousing (DW) and mixed (OLTP & DW) database workloads. Oracle Database is available by several service providers on-prem, on-cloud, or as hybrid cloud installation. It may be run on third party servers as well as on Oracle hardware (Exadata on-prem, on Oracle Cloud or at Cloud at Customer).
Here are 2,384 public repositories matching this topic...
This toggle interface field is disabled, but you wouldn't know from looking at it. Let's make it match the other interfaces with a gray background.
-
Updated
Oct 21, 2021 - Java
-
Updated
Oct 22, 2021 - PHP
-
Updated
Oct 22, 2021 - Shell
-
Updated
Oct 22, 2021 - Java
-
Updated
Oct 20, 2021 - Shell
-
Updated
Oct 23, 2021 - Java
-
Updated
Oct 8, 2021 - C#
-
Updated
Oct 9, 2021 - Go
Environment
Liquibase Version: 4.4.3
Liquibase Integration & Version: quarkus 2.3.0.Final
Liquibase Extension(s) & Version: liquibase-core only
Database Vendor & Version: MariaDB 10.6.4
Operating System Type & Version: Windows
-
Updated
Oct 2, 2021 - Python
-
Updated
Oct 19, 2021 - C#
Description
Add a contract similar to Aave's AddressProvider or Uniswap's getPair() functionality.
Motivation
On-chain lookups of price oracles given the asset addresses.
Justification
String manipulation is difficult and expensive in Solidity, and you usually work with the token address, not its string name.
This is not a bug, everything works fine. It's a small SQL codegen improvement.
linq2db uses nvl to translate ??, which is nice because it's shorter than SQL standard coalesce.
The trick with nvl is that it only accepts 2 parameters, whereas coalesce accepts many.
In our codebase, we have a query that computes an error message based on a list of checks, it looks like this:



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