DAL('sqlite:memoery') is not designed for what you have in mind. It
only lives for the time one http request. It is more of a tool for
writing tests.

On Jan 21, 8:19 am, leone <[email protected]> wrote:
> Hi,
> have you test 'sqlite:memory' with new DAL?
> Using db = DAL('sqlite:memory:')  (is the syntax correct?)
> I can insert a new row, but I can't retrieve it when I select the next
> request.
> It seems the db is too much volatile...
> Thanks.
> leone

Reply via email to