Re: Hebrew in Raw Query Like Clause

2016-07-08 Thread Art Zemon
g me pointed in the right direction. -- Art Z. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to thi

Re: Hebrew in Raw Query Like Clause

2016-07-08 Thread Art Zemon
where hebrew_text like '%%' || %s || '%%' > > The DBAPI will already take care of the proper quoting for the string > argument, you just need to properly concatenate it with percent signs > on both sides. > Michal, You're a genius! That did it. Tha

Re: Substring Searching for Hebrew Text

2016-07-08 Thread Art Zemon
Never mind... this is s duplicate of a post that I made via email last night. The emailed one finally showed up. I guess it had been held for moderation. -- Art Z. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Substring Searching for Hebrew Text

2016-07-08 Thread Art Zemon
s error: django.db.utils.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'דֶּשֶׁא'%'' at line 3") I am using - Django 1.9 - Python 3 - mys

Hebrew in Raw Query Like Clause

2016-07-08 Thread Art Zemon
rror: django.db.utils.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'דֶּשֶׁא'%'' at line 3") I am using - Django 1.9 - Python 3 - mysqlclient 1.

Re: sqlite error: Encrypted or Not a Database

2009-07-30 Thread Art
Thanks, that was it. Art On Jul 29, 10:31 pm, Alex Gaynor wrote: > On Wed, Jul 29, 2009 at 9:06 PM, Art wrote: > > > I have created a Django usingsqliteas the database, and everything > > works fine. But when I try to open the database usingsqlitedirectly > > ra

sqlite error: Encrypted or Not a Database

2009-07-29 Thread Art
I have created a Django using sqlite as the database, and everything works fine. But when I try to open the database using sqlite directly rather than through Django: sqlite mydatabase.db I receive the message "File encrypted or not a database." How can I access the database outside of Django? --

Check it out:download free,stock information,knowledge base,hot videos,hot games and hot tickets...

2007-09-19 Thread art
Check it out:download free,stock information,knowledge base,hot videos,hot games and hot tickets... http://groups.google.com/group/all-good-things/web/very-useful-websites --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

Interesting experiment with fcgi, apache2 and django-0.95

2006-09-25 Thread Art Vodolazsky
Hi to all! Experiment is to create online realtime game with flash+ajax on the client side and something like web service based on django (django is used for example because of its good python ORM) on the server side. Now its just experiment and is on the tech testing stage =) So, we start small