Skip to content

Commit

Permalink
Merge pull request #40 from Soar360/pg_name_strategy
Browse files Browse the repository at this point in the history
PostgreSQL 实现 DefaultNameFormat 属性返回 NameFormats.Underline
  • Loading branch information
nnhy authored Sep 20, 2024
2 parents 4dbc09c + 6d3f885 commit e67e5ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions XCode/DataAccessLayer/Database/PostgreSQL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ private string ValueToSQL(Type? type, bool isNullable, object? value)
/// <summary>系统数据库名</summary>
public override String SystemDatabaseName => "postgres";

/// <inheritdoc/>
public override NameFormats DefaultNameFormat => NameFormats.Underline;

/// <summary>字符串相加</summary>
/// <param name="left"></param>
/// <param name="right"></param>
Expand Down

0 comments on commit e67e5ce

Please sign in to comment.