Geek
Geek
I think it is not a good way just for show method name. it should show method name from db
> @1257960069 谢谢贡献 > Fastmode 还是会是一个选项,不会破坏性为了更方便支持.net core就移除,因为WPF用户会需要用到 Fastmode的意义我感觉并不大,还吃内存。能告诉我他具体的优势吗
``` using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace ConsoleApp5 { internal class Program { static void Main(string[] args) { ThreadPool.QueueUserWorkItem(state => { throw new...
> @1257960069 I ran your scaffold command successfully without an error. Do you see this problem occur with every schema you scaffold or a specific one or few? If it's...
I think the base sql is ``` SELECT sys_context('userenv', 'current_schema') AS schema, c.table_name, c.column_name, c.column_id, c.data_type, c.char_length, c.data_length, c.data_precision, c.data_scale, c.nullable, c.identity_column, c.collation, c.data_default, c.virtual_column, c.hidden_column, co.comments, v.trigger_name, v.table_name AS...
Thanks very much. I think oracledb is not good at ef core. I think linq2db orm may be a better way. I found some other issue... ---Original--- From: "Alex ***@***.***>...