search for: qmark

Displaying 3 results from an estimated 3 matches for "qmark".

Did you mean: mark
2013 Apr 19
0
Question marks in SQL string literals
...our shows in very rare cases, for example (very odd, but...): User.where("NOT EXISTS (#{ Comment.where(''user_id = users.id AND body ILIKE ?'', ''%?'').to_sql }) AND created_at > ?", Date.yesterday).to_sql It will fail, because inner SQL will contain qmark inside of literal, which AR will count as query parameter (https://github.com/rails/rails/blob/master/activerecord/lib/active_record/sanitization.rb#L129), but there is only one argument. However, this will work (because AR skip parameter binding when no arguments are given): User.where("...
2013 Oct 09
0
[PATCH 0/1] Porting klibc to arm64
...iable-syntax-2 pass ./check.t:xxx-variable-syntax-3 pass ./check.t:xxx-substitution-eval-order pass ./check.t:xxx-set-option-1 pass ./check.t:xxx-exec-1 pass ./check.t:xxx-while-1 pass ./check.t:xxx-status-1 pass ./check.t:xxx-status-2 pass ./check.t:xxx-clean-chars-1 pass ./check.t:xxx-param-subst-qmark-1 pass ./check.t:xxx-param-_-1 pass ./check.t:tilde-expand-1 pass ./check.t:tilde-expand-2 pass ./check.t:exit-err-1 pass ./check.t:exit-err-2 pass ./check.t:exit-err-3 pass ./check.t:exit-err-4 pass ./check.t:exit-err-5 pass ./check.t:exit-err-7 pass ./check.t:exit-err-8 pass ./check.t:exit-enoent...
2013 Oct 09
2
[PATCH 0/1] Porting klibc to arm64
On Wed, 9 Oct 2013 10:44:27 +0000 (UTC) Thorsten Glaser <tg at mirbsd.de> wrote: > Anil Singhar dixit: > > >Manual testing as provided within the package has been done with all > >tests passing. This includes the units tests available under > >usr/klibc/tests, usr/utils, usr/dash and usr/gzip. For dash and > >gzip, only sanity testing has been done. > >