r9538: Cleaned up symbolic SQL syntax.
[clsql.git] / tests / test-fdml.lisp
index eac258f278200a4f5db41fc19428c5655a97dbc7..dce8d432411669a86df2b624db3894de2ce6fe50 100644 (file)
  ("1" "2" "3" "4"))
 
 (deftest :fdml/select/21 
-  (clsql:select [substr [first-name] 1 4] :from [employee] 
+  (clsql:select [substring [first-name] 1 4] :from [employee] 
                 :flatp t :order-by [emplid] :field-names nil)
  ("Vlad" "Jose" "Leon" "Niki" "Leon" "Yuri" "Kons" "Mikh" "Bori" "Vlad"))