Eric

Results 2 issues of Eric

If i write a script using pywinauto to controll an application, especially for a Game, is it possible to be detected by the application that pywinauto scripted for? If yes,...

question

map with key `foo>` instead of `foo >` got `field="foo>"` `operator="="`, then where condition is `foo>=`. ```golang builder.BuildSelect(map[string]interface{}{ "foo>": "bar" }) ``` got ```sql SELECT * FROM tb WHERE (foo>=?)"...