Replies: 4 comments 5 replies
-
Hmm, the What we can do, is maybe make this parameter optional (not making it by default |
Beta Was this translation helpful? Give feedback.
-
I agree that we can make the param optional by not guarding it anymore, or maybe we should rename it ? |
Beta Was this translation helpful? Give feedback.
-
My call on this is pretty short.. If I read this here it is mandatory, I can agree to make it optional, but let's not make a breaking change out of this. |
Beta Was this translation helpful? Give feedback.
-
I think we agree that |
Beta Was this translation helpful? Give feedback.
-
The
LogSqlDepenceny
method takes atableName
parameter. I wonder what the use of this parameter is.I'd say you have a dependency on a database that exists on a server, so the datasource/servername and database parameters make sense, but the table-name is imho an implementation detail in the database. I don't think we should use that in dependency tracking ?
Moreover, what are you going to pass to that parameter if you execute a number of queries that target multiple tables (you know, with joins etc..).
I'd say we need to remove that parameter. Any thougts @gverstraete @stijnmoreels
Beta Was this translation helpful? Give feedback.
All reactions