[web2py] Re: Problems with oracle - name is already used by an existing object

2017-12-04 Thread Sven
can I get web2py work with Oracle (12c) best regards Sven Am Donnerstag, 24. August 2017 01:57:14 UTC+2 schrieb Zbigniew Pomianowski: > > After i upgraded to 2.15.3 I got serious problems with Oracle. First of > all: new lowercase tables were created. Then I read that this i

Re: [web2py] add_membership, del_membership, add_membership = IntegrityError (is_active)

2015-10-19 Thread 'Sven Slezák' via web2py-users
actually, I don't care if the record is deleted or not. ;-) I want to be able to remove memberships and reset them later with the same mechanism (auth.add_membership, auth.del_membership, auth.add_membership). is this considered a bug? or is there a different handling I have to use with auth.signa

Re: [web2py] add_membership, del_membership, add_membership = IntegrityError (is_active)

2015-10-19 Thread 'Sven Slezák' via web2py-users
thanks, stifan. this will be my work around but how is it supposed to work? or is this fixed in a newer version of web2py? > Am 19.10.2015 um 11:34 schrieb 黄祥 : > > the web2py version is quite old :) > btw, i think it's about how auth.signature work. the auth.signature contain > table field is_

Re: [web2py] Re: de language file of app admin broken

2013-06-13 Thread Sven Slezák
Yes, where should I put the corrected file? -- su...@mezzo.net mobile +49 1511 5050100 > Am 13.06.2013 um 22:24 schrieb Massimo Di Pierro : > > Can you help us fix it? > > >> On Wednesday, 12 June 2013 18:49:44 UTC-5, sunny wrote: >> the german language file of the app admin is broken. >> uml

[web2py] service authentication

2010-06-21 Thread Sven
Hello! Reading the entries in this group related to authentification brought no solution for this problem: This is my controller: @auth.requires_login() def demo(): return dict(msg='Hello World') Calling it with curl does just a redirect: curl -u u...@domain.de:password http://127.0.0.1:8000

[web2py] Re: strange result in db admin query

2010-04-12 Thread Sven
That makes sense. I had changed the 'meaning' of mtref into int, without changing its type. Forgot about that. Thanks! On Apr 12, 5:50 pm, mdipierro wrote: > Sure that db.participant.mtref  is not a string? What is the type? > > On Apr 12, 6:33 pm, Sven wrote: > > &

[web2py] strange result in db admin query

2010-04-12 Thread Sven
s, 9 of which have a participant.mtref < 41 any idea how this is possible? Sven -- To unsubscribe, reply using "remove me" as the subject.

[web2py] Re: concurrency problem

2010-04-05 Thread Sven
First of all I agree. I can just as well use a full-feature db and I have migrated to postgresql. I was just curious if it was possible/sensible to solve the problem without changing database or my application code; in other words let web2py do it for me. I guess the answer is no ;) Sven -- You

[web2py] Re: concurrency problem

2010-04-04 Thread Sven
t that I only needed to change 1 line of code in my web2py application :) -Sven -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email

[web2py] concurrency problem

2010-04-02 Thread Sven
problem, but I assumed web2py/sqlite would take care of that for me. Or should I explicitly deal with this? Explicitly commit, check if inserts and updates were successful and if not try again? Any suggestions, comments ideas would be really appreciated. Thanks. Sven -- You received this message

[web2py] Re: clueless about db insert: IntegrityError: participant.type may not be NULL

2010-03-23 Thread Sven
mes how do I get rid of the 'participant' and 'svo_answer' tables using web2py (both shell and application)? Thanks again. Sven On Mar 23, 7:39 am, mdipierro wrote: > Because you used sqlite  and your made the field "type" as > notnull=True. sqlite does not suppo

[web2py] clueless about db insert: IntegrityError: participant.type may not be NULL

2010-03-23 Thread Sven
, why does it show up in the error message? I hope someone has a suggestion. Thanks . Sven -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group,

[web2py:15744] Appcelerator

2009-02-02 Thread Sven
Hi, There was a discussion on Appcelerator (www.appcelerator.com) integration in Oct. last year. Any news on this topic or at least some guides how to use both frameworks in an upwards compatible way ? kind regards, Sven --~--~-~--~~~---~--~~ You received this