[web2py:20584] Cross database joins

2009-04-26 Thread rbp
hello, I read in this thread (http://groups.google.com/group/web2py/ browse_thread/thread/add0a8ff0a086111) that cross database joins are supported. I'm trying to get this working. I define my tables like this: db1 = SQLDB("sqlite://db1.db") db2 = SQLDB("sqlite://db2.db") db1.define_table('a',

[web2py:21349] Stream a blob

2009-05-06 Thread rbp
hello, I just noticed that web2py has an easy way to stream data - that's fantastic! Currently I upload and download data without streaming which is really tough on my web2py server. All the examples I've seen are for streaming a file on the file system. Is it possible to stream a blob fieldtype