hello all,

I'm having some wierd sqlite behavior where the LIKE clause isn't
working.  I'm using 3.3.9

I noticed it when I was using the SubWiki macro so I dived a little
deeper and played around with direct access and I still got the same
results

Here's an example query that showed up nothing:

select name from wiki where name like 'Trac';

seems pretty simple to me ... should get every name where the name is
like 'Trac'  ... so to me that would mean 'TracIni', 'TracGuide', etc
etc ....

disclaimer:  I have moded Trac's db schema but in ways totally
unrelated.  I also tried this on a stock 0.10.4 db .... same
results...

any thoughts?

-Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to