New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Developers/SVN_QuickReference (diff) – NEMO

Changes between Version 25 and Version 26 of Developers/SVN_QuickReference


Ignore:
Timestamp:
2017-12-08T14:37:17+01:00 (6 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers/SVN_QuickReference

    v25 v26  
    1515{{{#!td 
    1616{{{#!SQLTable 
    17 SELECT value AS "Name" FROM session_attribute  
    18 WHERE 
    19 name IN ('name') 
    20 AND 
    21 sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') 
     17SELECT value AS "Name" FROM session_attribute 
     18WHERE name IN ('name') AND sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') 
    2219}}} 
    2320}}} 
     
    2522{{{#!SQLTable 
    2623SELECT value AS "Office" FROM session_attribute  
    27 WHERE 
    28 name IN ('office') 
    29 AND 
    30 sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') 
     24WHERE sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') AND name = 'office' 
    3125}}} 
    3226}}} 
    33 [[UserProfilesList(role=Officer)]] 
    3427 
    3528=== For external users