search for: karsch

Displaying 2 results from an estimated 2 matches for "karsch".

Did you mean: larsch
2005 Dec 11
9
LIKE SQL queries in rails
I''m trying to do something like: SELECT * FROM attachment WHERE filename LIKE ''%whatever%''; so my code is: @search = params[:search] @attachments = Attachment.find(:all, :conditions => ["filename LIKE ''%?%''", @search.to_s]) but that''s converting to: SELECT * FROM attachments WHERE (filename LIKE
2007 Jan 02
1
ACL inheritance like NTFS?
Hi all, I will migrate a windows fileserver to a Suse System with XFS-filesystem and Samba. I will copy the files with the robocopy tool from Microsoft. I did some test and I noticed that XFS-filesystem does not support inheritance like NTFS. If there a solution for that problem? How did you solve that problem? Thank you! Richard