remove join-space from db
parent
ded6b1963f
commit
869fbf27a1
|
@ -266,7 +266,7 @@ M: postgresql-db persistent-table ( -- hashtable )
|
||||||
ERROR: no-compound-found string object ;
|
ERROR: no-compound-found string object ;
|
||||||
M: postgresql-db compound ( string object -- string' )
|
M: postgresql-db compound ( string object -- string' )
|
||||||
over {
|
over {
|
||||||
{ "default" [ first number>string join-space ] }
|
{ "default" [ first number>string " " glue ] }
|
||||||
{ "varchar" [ first number>string paren append ] }
|
{ "varchar" [ first number>string paren append ] }
|
||||||
{ "references" [ >reference-string ] }
|
{ "references" [ >reference-string ] }
|
||||||
[ drop no-compound-found ]
|
[ drop no-compound-found ]
|
||||||
|
|
|
@ -308,7 +308,7 @@ M: sqlite-db persistent-table ( -- assoc )
|
||||||
|
|
||||||
M: sqlite-db compound ( string seq -- new-string )
|
M: sqlite-db compound ( string seq -- new-string )
|
||||||
over {
|
over {
|
||||||
{ "default" [ first number>string join-space ] }
|
{ "default" [ first number>string " " glue ] }
|
||||||
{ "references" [
|
{ "references" [
|
||||||
[ >reference-string ] keep
|
[ >reference-string ] keep
|
||||||
first2 [ "foreign-table" set ]
|
first2 [ "foreign-table" set ]
|
||||||
|
|
Loading…
Reference in New Issue