-
Updated
Nov 2, 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,394 public repositories matching this topic...
Editor
button text should beEdit
- Edit and Preview buttons should stay highlighted (Primary color) based on current mode
- Need to add an interface option for Font type (same as other interfaces) for Sans, Serif, Mono. Should we have two? One for editor and one for preview? I think both should default to
sans
(like this GitHub editor). - All WYSIWYG CSS should get copied from the
-
Updated
Nov 2, 2021 - Java
-
Updated
Nov 2, 2021 - PHP
-
Updated
Nov 1, 2021 - Shell
-
Updated
Nov 2, 2021 - Java
-
Updated
Oct 31, 2021 - Shell
-
Updated
Nov 2, 2021 - Java
-
Updated
Nov 1, 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 31, 2021 - Python
-
Updated
Oct 28, 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.
In .NET Trim
, TrimEnd
, TrimStart
all can take an optional array of characters that sould be trimmed.
With current 3.x release, we observed that when we use this optional parameter:
"abc".Trim('c')
throws aLinqException
saying it can't be translated."abc".TrimEnd('c')
actually runs without exception, but silently drops the'c'
parameter!!
It would be nice if 2. would
-
Updated
Apr 8, 2020 - C++
-
Updated
Oct 23, 2021 - JavaScript
-
Updated
Oct 30, 2021 - C#
-
Updated
Oct 17, 2021 - C#
-
Updated
Oct 31, 2021 - C++
-
Updated
Oct 29, 2021 - Java
-
Updated
Sep 2, 2021 - C#
-
Updated
Dec 25, 2019 - Python
Created by Oracle Corporation
Released 1979
- Organization
- oracle
- Website
- www.oracle.com/database
- 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