On Thu, 2011-09-08 at 11:26 +0200, Marcin Mirosław wrote:
W dniu 07.09.2011 17:24, Timo Sirainen pisze:
On 7.9.2011, at 18.19, Marcin Mirosław wrote: Actually I'm not completely sure if this is needed. Get it working first with this template, and then see if it continues working after removing the template.
I did namespace template: namespace test33 { separator = . # without this i got error: Initialization #failed: namespace configuration error: list=yes requires #prefix=test33. to end with separator }
I've change sql query to get data from table. For other user which doesn't have configured namespace in db i've got error: Initialization failed: namespace configuration error: Duplicate namespace prefix: ""
You can't have two namespaces with prefix="". So for example add:
namespace test33 { prefix = test33. }