Click here to Skip to main content
15,880,427 members

Comments by Sascha Manns (Top 35 by date)

Sascha Manns 21-Jan-24 5:32am View    
Indeed it's weird. I think your idea is the best solution for this issue.
Sascha Manns 20-Jan-24 4:32am View    
Deleted
Sometimes you can't come up with the simplest solutions. I don't have to validate every piece of information. In my case it is enough to exclude "ok" and "NA". That's enough to use .NotEmpty().NotEqual("ok") and .NotEmpty().NotEqual("NA").
Sascha Manns 20-Jan-24 2:49am View    
Thats true. In that case i'm getting that from external and they writing a Date or "NA" in that field. They generating that information automatically.
Sascha Manns 22-Dec-23 13:50pm View    
I misunderstood the whole process. I thought it gets all entries from database and does the join in the memory of my machine. But the returned 995.101 entries are exactly that entries after merge and filtering. So that is what i need. :-)
Sascha Manns 30-Nov-23 3:49am View    
You mean, i should do the git svn clone inside the SVN Repo?