-
Updated
Nov 15, 2020 - TypeScript
oracle
Here are 1,957 public repositories matching this topic...
-
Updated
Nov 14, 2020 - Java
-
Updated
Nov 11, 2020 - Java
-
Updated
Nov 12, 2020 - Shell
-
Updated
Nov 13, 2020 - Java
-
Updated
Oct 31, 2020 - Shell
-
Updated
Nov 6, 2020 - Java
-
Updated
Oct 11, 2020 - Go
-
Updated
Nov 11, 2020 - Python
希望提供 java mybatis-plus 类似的功能,让程序写sql 也有一种标准化 工程。
1:接口中 定义函数 通过函数名称 生成 sql
2:接口中 定义函数 特性标记 存放 sql
3:xml 存放 sql
让 freesql 变得全面。
增加支持这样的 join 减少 定义 (a,b,c,d)=> :
Originally posted by @HaoZhiYing in dotnetcore/FreeSql#469 (comment)
-
Updated
Nov 12, 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++
I have the following setup
[Table(Name = "Customer")]
public partial class Customer
{
[PrimaryKey, Identity]
[Column(Name = "CustomerId"), NotNull]
public int CustomerId { get; set; }
[Column(Name = "Street", MemberName = ".Street"), Column(Name = "City", MemberName = ".City")]
public Adress Adress { get; set; }
}
public class Adress
{
public string
-
Updated
Nov 13, 2020 - C#
-
Updated
Sep 26, 2020 - C#
-
Updated
Nov 10, 2020 - C++
-
Updated
Nov 13, 2020 - Java
-
Updated
Nov 4, 2020 - C#
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
-
Updated
Dec 25, 2019 - Python
-
Updated
Sep 24, 2017 - Go
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