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

db4
Doug Coleman 2008-04-22 21:07:02 -05:00
commit 7d63dfc81c
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ M: sqlite-db create-sql-statement ( class -- statement )
dup type>> lookup-create-type 0%
modifiers 0%
] interleave ");" 0%
] query-make dup sql>> . ;
] query-make ;
M: sqlite-db drop-sql-statement ( class -- statement )
[ "drop table " 0% 0% ";" 0% drop ] query-make ;