-
Updated
Aug 17, 2020 - TypeScript
oracle
Here are 1,834 public repositories matching this topic...
-
Updated
Aug 17, 2020 - TSQL
-
Updated
Aug 17, 2020 - Java
-
Updated
Aug 13, 2020 - Shell
-
Updated
Aug 17, 2020 - TSQL
-
Updated
Aug 16, 2020 - Shell
-
Updated
Aug 17, 2020 - Java
-
Updated
Jun 19, 2020 - Go
-
Updated
Aug 15, 2020 - Python
-
Updated
Aug 12, 2020 - C#
-
Updated
Aug 18, 2020 - Java
本篇文章内容引导,如何在 asp.net core 项目中使用特性(注解) 的方式管理事务。
UnitOfWorkManager 只可以管理 Repository 仓储对象的事务,直接 fsql.Insert<T>() 是不行的!!
支持六种传播方式(propagation),意味着跨方法的事务非常方便,并且支持同步异步:
- Requierd:如果当前没有事务,就新建一个事务,如果已存在一个事务中,加入到这个事务中,默认的选择。
- Supports:支持当前事务,如果没有当前事务,就以非事务方法执行。
- Mandatory:使用当前事务,如果没有当前事务,就抛出异常。
- NotSupported:以非事务方式执行操作,如果当前存在事务,就把当前事务挂起。
- Never:以非事务方式执行操作,如果当前事务存在则抛出异常。
- Nested:以嵌套事
-
Updated
Apr 8, 2020 - C++
I'm generating C# classes from the T4 templates. The classes are generated without errors but some back references are assigned random guids as opposed to the related table name. Is this by design? If so, why and can it be changed to reflect the correct table name property?
var result = Db.TblAccounts.LoadWith(x => x._30F767840CF546D08AC8552E413F4488)
-
Updated
Aug 17, 2020 - C#
-
Updated
Jul 20, 2020 - C#
-
Updated
Aug 4, 2020 - C++
-
Updated
Jul 26, 2020 - Java
-
Updated
Aug 2, 2020 - C#
-
Updated
Aug 7, 2020 - C#
-
Updated
Sep 24, 2017 - Go
-
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