wbloos

Results 11 comments of wbloos

I can confirm that this is the case for me. The path can get very long in this particular application. This results in a database error (postgresql): > 2019-06-05 10:40:31.930...

> I was able to reset the user by: > > 1. entering database > > 2. using db > > 3. `UPDATE user SET is_deleted=1;` > > 4. wait...

using username@domain did not work for me, with or without the tld. the modifed version 4.0.1003 from #580 does work. thank you for the replies, you made my planing baerable...

Hi, thanks for your answer. On Wed, Jan 9, 2013 at 5:56 PM, Marko Kreen [email protected]: > It seems you are using Skytools 2.1. > > Correct. > > This...

I have the same issue on: Ubuntu 12.10 (Desktop) 64 bit Skytools 2.1.13-2 Postgresql 9.1.6 python 2.7.3 and "python3" 3.2.3 python-psycopg2 2.4.5 The error is: 2012-11-27 17:29:41,377 24728 CRITICAL Job...

provider=# select londiste.version(); ## version 2.1.12 (1 row)

Works fine (cannot reproduce) on our old: Debian 5 (64 bit) skytools 2.1.8 (backports) skytools-modules-8.4 2.1.8 (backports) PostgreSQL 8.4.7 (backports) python 2.5.2 python-psycopg2 2.0.7-4

It's the foreign key. Please find reproduce info below. If i don't create the foreign key in the db, the error does not occur. If i leave either of the...

looks like row is: ['public.b', 'public.a', 'b_aid_fkey', 'alter table only public.b add constraint b_aid_fkey FOREIGN KEY (aid) REFERENCES a(aid)']