-
Updated
Dec 29, 2020 - TypeScript
oracle
Here are 1,991 public repositories matching this topic...
-
Updated
Dec 28, 2020 - Java
Add missing tooltips
- Create bookmark is missing a tooltip "Create Bookmark"
- Deleting an advanced filter is missing a tooltip "Delete Filter"
- Change advanced filter operator "Change Operator"
- Sort ASC/DESC in table layout column headers
-
Updated
Dec 22, 2020 - Java
-
Updated
Dec 29, 2020 - Shell
-
Updated
Dec 24, 2020 - Java
-
Updated
Dec 28, 2020 - Shell
-
Updated
Dec 18, 2020 - Java
-
Updated
Dec 15, 2020 - Go
-
Updated
Dec 26, 2020 - C#
-
Updated
Dec 24, 2020 - Python
-
Updated
Dec 21, 2020 - C#
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
Apr 8, 2020 - C++
Hi guys,
I have a small question regarding the way Linq2Db treats ambient transactions (TransactionScope).
In the example (see below), if the first query runs before an instance of transaction scope is created, then the ambient transaction will be ignored. However, if the first query runs after the transaction scope is created, then the transaction will be respected.
This behavior looks m
-
Updated
Dec 10, 2020 - C#
Description
At the moment the flux_monitor metrics have a label called job_spec_id. My idea is to also add the job's respective flux monitor contract address.
Currently:
flux_monitor_reported_round{job_spec_id="0f9c2a2119a941a39d85e0ca2b1b5ce7"} 213
Proposed:
flux_monitor_reported_round{job_spec_id="0f9c2a2119a941a39d85e0ca2b1b5ce7",address="0x123..."} 213
Motivation
- Easy way
-
Updated
Dec 5, 2020 - C#
-
Updated
Dec 29, 2020 - C++
-
Updated
Dec 14, 2020 - Java
-
Updated
Nov 17, 2020 - C#
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
-
Updated
Dec 25, 2019 - Python
Improve this page
Add a description, image, and links to the oracle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oracle 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