discussion about i#192

Vlad Skvortsov vss at 73rus.com
Thu Nov 22 11:54:58 PST 2007


Ivan Glushkov wrote:
> Hello
>
> In our previous discussion in icq we've decided that the only correct
> filter should be AAA=""
>
> And incorrect filters:
> AAA=    (empty value, without quotes)
> AAA="\"" (escaping)
>
> But suddenly i've realized that when you write filter in shell, for example:
> dt -d work/db ls Complexity=""
>
> Python gets such a string:
> dt -d work/db ls Complexity=
>
> i.e. without qoutes (this quotes was deleted by shell)
>
> So, in order to make dt get qoutes (to make correct filter) you have
> to write in shell string like that:
> dt -d work/db ls Complexity="\"\""
>   

dt -d work/db ls 'Complexity=""' ?

> It's absurd.
> So i've just committed code that would allow
> AAA=
> and
> AAA=""
>
> Ivan.
>   


-- 
Vlad Skvortsov, vss at 73rus.com, http://vss.73rus.com



More information about the Dev mailing list