Skip to Content.
Sympa Menu

shibboleth-dev - brackets in rdbms connector string values

Subject: Shibboleth Developers

List archive

brackets in rdbms connector string values


Chronological Thread 
  • From: Jim Fox <>
  • To:
  • Subject: brackets in rdbms connector string values
  • Date: Tue, 19 Feb 2008 15:04:02 -0800 (PST)


The RelationalDatabase data connector allows me to use
attributes in a query statement, e.g.

select tid('$principalName');

However, the attribute's value is enclosed in "[]" when
it is inserted into the query string. If principalName
is "fox" the strign above becomes

select tid('[fox]');

which is hardly what I want.

Jim




Archive powered by MHonArc 2.6.16.

Top of Page