Skip to content

Commit

Permalink
- fix: Firebird DbFirst;
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed Dec 5, 2024
1 parent 905cefe commit 60df268
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Providers/FreeSql.Provider.Firebird/FirebirdDbFirst.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public List<DbTableInfo> GetTables(string[] database, string tablename, bool ign

var sql = @"
select
rdb$system_flag,
trim(rdb$relation_name) as id,
trim(rdb$owner_name) as owner,
trim(rdb$relation_name) as name,
Expand Down

0 comments on commit 60df268

Please sign in to comment.