[web2py:14400] Upper and lower case problems with sqllite, Greek / German and itemize / select

2009-01-02 Thread Petros Diveris
Hi everyone and happy neww year! I have come across a very strange problem where I am trying to select from an sqlite table with db.babel.definition.upper().like("'%"+me.word.upper()+"%'") ) which yields nothing. The same happens if I try using sqlite's upper function db.babel.definition.upper

[web2py:14414] Re: Upper and lower case problems with sqllite, Greek / German and itemize / select

2009-01-02 Thread Petros Diveris
Hi Thanks for the quick reply. I was rather surprised to read on the supplied link, I always assumed that sqlite would handle utf-8 upper / lower case. What version is the sqlite bundled with web2py 1.54 windows? Cheers Petros Diveris On Jan 2, 1:27 pm, mdipierro wrote: > This >

[web2py:14790] Re: Upper and lower case problems with sqllite, Greek / German and itemize / select

2009-01-09 Thread Petros Diveris
thon 2.5. > > Massimo > > On Jan 2, 9:35 am, Petros Diveris wrote: > > > Hi > > > Thanks for the quick reply. I was rather surprised to read on the > > supplied link, I always assumed that sqlite would handle utf-8 upper / > > lower case. What version

[web2py:14793] Re: Upper and lower case problems with sqllite, Greek / German and itemize / select

2009-01-09 Thread Petros Diveris
gt; > On Jan 9, 7:36 am, Petros Diveris wrote: > > > Ok, > > > It seems that the version of sqlite shipped with Python versions 2.5 > > to 3.0 for Windows has been compiled in a way as to not include what > > the sqlite guys call the ICU extension. The ICU is a litt

[web2py:14898] SQLite DLL with ICU - support multilingual LIKE statements and ORDER BY

2009-01-13 Thread Petros Diveris
Hi, Following my previous posts with regards to upper and lower case problems I had with the sqlite3 version included in the python 2.5 (and therefore web2py) distribution, and my promise to resove this, I'd like to announce that I have finally managed to compile sqlite3.dll and the necessary ICU

[web2py:14902] Re: SQLite DLL with ICU - support multilingual LIKE statements and ORDER BY

2009-01-13 Thread Petros Diveris
e: > This is great, thank you. Could you comment on licensing issues? > > Massimo > > On Jan 13, 1:31 pm, Petros Diveris wrote: > > > Hi, > > > Following my previous posts with regards to upper and lower case > > problems I had with the sqlite3 version includ

[web2py:14908] T2 itemize and orderby

2009-01-14 Thread Petros Diveris
Hi First, I have observed that orderby.something doesn't seem to work in itemize. No matter if I set it to mytable.id or mytable.word, I am getting the same. The version of web2py I am using is 1.55.2, but I am not sure as to which version of T2 I am using... Second, if I wanted to order by in a

[web2py:14916] Re: T2 itemize and orderby

2009-01-14 Thread Petros Diveris
problem. > > you can do > > select(orderby=db.table.field.upper()) > > On Jan 14, 2:14 am, Petros Diveris wrote: > > > Hi > > > First, I have observed that orderby.something doesn't seem to work in > > itemize. No matter if I set it to mytable.id or

[web2py:14918] Re: SQLite DLL with ICU - support multilingual LIKE statements and ORDER BY

2009-01-14 Thread Petros Diveris
Hi, While I am open to looking at ways of removing the MSVCR90.DLL (and also recompiling using sqlite 3.6.9), I **suspect** at the same time that more people are interested in multi-lingual support than performance? What I mean is, if people really want performance then, I would imagine, they wou

[web2py:14922] Re: Web2py and FirebirdSQL

2009-01-14 Thread Petros Diveris
Hi, I have done in the not so far past. What is it that you are after? Petros On Jan 14, 11:13 am, David Marko wrote: > Hello, > is there anyone using web2py with FirebirdSQL database? My question > leads to some internationalisation issues, correct collations etc. > > David --~--~-~--

[web2py:14925] Re: Web2py and FirebirdSQL

2009-01-14 Thread Petros Diveris
s, so ordering the select > statements doesnt work properly later. > > David > > On 14 Led, 12:41, Petros Diveris wrote: > > > Hi, > > > I have done in the not so far past. What is it that you are after? > > > Petros > > > On Jan 14, 11:13 am, David Marko

[web2py:14926] Re: Web2py and FirebirdSQL

2009-01-14 Thread Petros Diveris
(ordering) working properly one have to specify > > 'COLLATE' clause, when creating tables manualy. > > e.g. NAME VARCHAR(100) CHARACTER SET UTF8 COLLATE UNICODE); > > > But its not how web2py generates tables, so ordering the select > > statements doesnt work properly

[web2py:14935] Re: Web2py and FirebirdSQL

2009-01-14 Thread Petros Diveris
ng SQL > > > SET NAMES UTF8; > > > it is no longer necessary to specify a collate for every column. Is > > this wrong? > > On your system this produces an error. Why is that? Can you issue the > > statement to firebird manually outside web2py? > > > Massi

[web2py:14987] Re: Web2py and FirebirdSQL

2009-01-15 Thread Petros Diveris
> > > On your system this produces an error. Why is that? Can you issue the > > > statement tofirebirdmanually outside web2py? > > > > Massimo > > > > On Jan 14, 7:06 am, Petros Diveris wrote: > > > > > I am not sure as to why you are getting this. Btw,

[web2py:15185] Re: Mod_WSGI deployment problem

2009-01-21 Thread Petros Diveris
Hi, Can you paste in a message the relevant lines from your httpd.conf? Also, what is the location of your web2py installation? Finally, what version of Apache? Cheers On Jan 21, 10:35 am, voltron wrote: > Hi Massimo! > > thanks for your help. Sadly, that did not work either , another idea? >

[web2py:16967] Re: Critical point in web2py

2009-02-26 Thread Petros Diveris
Vut why not use the tracker of this very site? I mean, code.google.com does provide issue tracking linked with the SVN On Feb 25, 2:51 pm, Paul Eden wrote: > +1 on a centralized place for documentation. > > I'm undecided on if we should use trac or web2py for this though. > - Trac is a great