[google-appengine] App engine issue with special chars...

2011-08-26 Thread SebastianB
I'm testing gae/python i have a very very simple issue on HTTP Request. (what i can't solve yet..) everything is working fine (http request is handled on MICLASE, etc..) except what if i enter "la niƱa" on descri textbox. (index.html) i get "la nia" on web browser after submit t

[google-appengine] Datanucleus Big long Comparison error

2010-04-16 Thread SebastianB
I have Category class with this field: @Persistent private long id; when create/save the instance i put the value 1010015800249L to the class constructor... then it fill the id field. then, when i query: List cats = (List) pm.newQuery( Categoria.class, "id < 10200L" ).execute(); I get