mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-27 11:19:15 +08:00
Synchronization code
This commit is contained in:
@@ -72,7 +72,7 @@ namespace SqlSugar
|
|||||||
where relkind = 'r' and c.oid > 16384 and c.relnamespace != 99 and c.relname not like '%pl_profiler_saved%' order by relname";
|
where relkind = 'r' and c.oid > 16384 and c.relnamespace != 99 and c.relname not like '%pl_profiler_saved%' order by relname";
|
||||||
}
|
}
|
||||||
return @"select cast(relname as varchar) as Name,
|
return @"select cast(relname as varchar) as Name,
|
||||||
cast(obj_description(relfilenode,'sys_class') as varchar) as Description from sys_class c
|
cast(obj_description(relfilenode,'pg_class') as varchar) as Description from sys_class c
|
||||||
where relkind = 'r' and c.oid > 16384 and c.relnamespace != 99 and c.relname not like '%pl_profiler_saved%' order by relname";
|
where relkind = 'r' and c.oid > 16384 and c.relnamespace != 99 and c.relname not like '%pl_profiler_saved%' order by relname";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user