Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-11-29 15:23:04 -06:00
commit 6e655242d2
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ M: db <count-statement> ( query -- statement )
: create-index ( index-name table-name columns -- )
[
[ [ "create index " % % ] dip " on " % % ] 2dip "(" %
[ [ "create index " % % ] dip " on " % % ] dip "(" %
"," join % ")" %
] "" make sql-command ;