Displaying 2 results from an estimated 2 matches for "mimer".
Did you mean:
timer
2008 Nov 06
4
SQL question
This works as expected in sqlite3
select id, title || body as tb from docs where tb like ''%en%''
But fails in postgres because tb is unknown.
and works in ms-sql like:
select id from docs where title+body like ''%en%''
I didn''t tried Oracle but I guess it has its own sintax too.
So my questions are.
1. Is there universal SQL syntax to support this
2006 Nov 28
34
Uploading Large (100mb+) files
I have an Apache 2.2.3 (mod_proxy_balancer) frontend server that does
not have mongrel installed. It does proxy requests to several other
mongrel-only servers (each running 2 mongrel processes). Each mongrel
node has the same rails code-base and it''s working perfectly.
However, my question is when I add an upload file form... where is it
going to physically put that file? I mean since