]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/db/sql/sql.factor
Fixing everything for mandatory stack effects
[factor.git] / extra / db / sql / sql.factor
index 82c6e370bd6dfd4456549be8dcb23d5839e63f2c..ae748731b12ae97065b6675ef9f3455d4b88ecb6 100755 (executable)
@@ -7,10 +7,10 @@ SYMBOLS: insert update delete select distinct columns from as
 where group-by having order-by limit offset is-null desc all
 any count avg table values ;
 
-: input-spec, 1, ;
-: output-spec, 2, ;
-: input, 3, ;
-: output, 4, ;
+: input-spec, ( obj -- ) 1, ;
+: output-spec, ( obj -- ) 2, ;
+: input, ( obj -- ) 3, ;
+: output, ( obj -- ) 4, ;
 
 DEFER: sql%