search for: secondary_nam

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

Did you mean: secondary_name
2006 Mar 15
1
Strange behaviour of dates
...joins => "LEFT OUTER JOIN contacts ON apps.primary_id=contacts.id LEFT OUTER JOIN contacts AS secondary ON apps.secondary_id=secondary_id", :select => "apps.id, contacts.name as primary_name, contacts.date_of_birth as primary_date_of_birth, secondary.name as secondary_name, secondary.date_of_birth as secondary_date_of_birth") end This line in my _edit.rhtml: <label for="app_primary_date_of_birth"><b>Date of birth: </b></label><br> <%= date_select ''app'', ''primary_date_of_birth'',...
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with updates coming from blktap2.5. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2013 Jul 15
6
[PATCH 0 of 6 RESEND v2] blktap3/sring: shared ring between tapdisk and the front-end
This patch series introduces the shared ring used by the front-end to pass request descriptors to tapdisk, as well as responses from tapdisk to the front-end. Requests from this ring end up in tapdisk''s standard request queue. When the tapback daemon detects that the front-end tries to connect to the back-end, it spawns a tapdisk and tells it to connect to the shared ring. The shared