[OPEN-ILS-DEV] "Column 't' does not exist" when trying to generate fake patrons

Jason Etheridge jason at esilibrary.com
Fri May 9 17:37:03 EDT 2008


> ERROR:  column "'t'" does not exist

Hey John, it looks like dokuwiki tries to "sanitize" the quotes I used
in the SQL.

The query should be:

select aou.id, aou.shortname from actor.org_unit as aou,
actor.org_unit_type as aout where aou.ou_type = aout.id and
aout.can_have_users = 't';

I've updated the wiki so that it's not mangling those characters now.

Thanks!

-- 
Jason Etheridge
 | VP, Community Support and Advocacy
 | Equinox Software, Inc. / The Evergreen Experts
 | phone: 1-877-OPEN-ILS (673-6457)
 | email: jason at esilibrary.com
 | web: http://www.esilibrary.com


More information about the Open-ils-dev mailing list