|
Pages: [1]
|
 |
|
Author
|
Topic: bug creating a table (Read 549 times)
|
Personne Paul
Guest
|
trying create a table, rebdb answer like this: >> do %db.r >> db-create my-table [ID Date Note][integer! date! string!][3 2 12] ** Script Error: compose has no refinement called only ** Where: db-create ** Near: spec: compose/only [key (key-cols) index (index-cols) col-names (col-names) col-types (col-types) col-sizes (col-sizes) ] save join >> I've replaced compose/only by compose/deep, answer became: >> do %db.r >> db-create my-table [ID Date Note][integer! date! string!][3 2 12] ** Script Error: last expected series argument of type: series port tuple ** Where: open-file ** Near: either 'memo! = last tables/:table/col-types >> thank you for help
|
|
|
|
|
Logged
|
|
|
|
|
Gabriele
|
You need a more recent version of REBOL. (If it's View, you'll need one of the betas. Unless you have reasons not to, I'd suggest using one of the latest beta versions: Beta Downloads)
|
|
|
|
|
Logged
|
|
|
|
Personne Paul
Guest
|
thanks, Now its OK!
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |