Rebol Talk Forum  |  REBOL Discussions  |  REBOL Sand Box  |  RebDB  |  Topic: bug creating a table
Pages: [1] Print
Author Topic: bug creating a table  (Read 586 times)
Personne Paul
Guest


Email
bug creating a table
« on: April 10, 2004, 10:51:05 AM »

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
Ashley
Newbie
*
Offline Offline

Posts: 37


View Profile
bug creating a table
« Reply #1 on: April 20, 2004, 07:31:53 PM »

You're not the first to ask this question (typically when 'compose/only fails). Wink
Quote
The /only refinement of 'compose was introduced in REBOL/Core 2.5, http://www.rebol.com/docs/changes.html#section-5.3, which ships with the SDK by default. For REBOL/View, you need to run the latest "beta" (1.2.10.3.1 released on 30-May-2003) and available from http://www.reboltech.com/downloads/.
Logged
Pages: [1] Print 
Rebol Talk Forum  |  REBOL Discussions  |  REBOL Sand Box  |  RebDB  |  Topic: bug creating a table
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
July 20, 2008, 04:44:40 PM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2190 Posts in 579 Topics by 1632 Members
Latest Member: Apodeptackked

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc