web/data/cubicweb.goa.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 18 Jun 2010 18:14:55 +0200
branchstable
changeset 5793 1faff41593df
parent 5767 1d811df051c2
child 5774 0d792bceb25d
permissions -rw-r--r--
[rql2sql] use new dbhelper.sql_concat_string function to deal with sql string concatenation. This together with lgdb 1.0.4 fixes #1055133: SQL Server support : string concatenation issue

/*
 *  functions specific to cubicweb on google appengine
 *
 *  :organization: Logilab
 *  :copyright: 2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 */

/* overrides rql_for_eid function from htmlhelpers.hs */
function rql_for_eid(eid) { return 'Any X WHERE X eid "' + eid + '"'; }