Skip to content

Bug and/or gotcha

Forums Forums Superbase NG Personal Bug and/or gotcha

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41
    JD Kromkowski
    Participant

    If you call a field “TIME”, for example in calendar/appointment database, the quickreport gets all funky. 1. Insert all will shut down. 2. If you insert field one by one, as soon a you choose the field with TIME as name, the columns will stop being added. If you delete the MyTABLE.TIME field the subsequently added columns will appear. Calling it something as in using AS doesn’t fix problem.

    #2055
    JD Kromkowski
    Participant

    On 01/14/13 4:48 PM, kromkowski wrote:
    > If you call a field "TIME", for example in calendar/appointment
    > database, the quickreport gets all funky.
    >
    > 1. Insert all will shut down.
    >
    > 2. If you insert field one by one, as soon a you choose the field with
    > TIME as name, the columns will stop being added. If you delete the
    > MyTABLE.TIME field the subsequently added columns will appear. Calling
    > it something as in using AS doesn't fix problem.

    calling field "time" as OPPOSED to "TIME" apparently does not create
    problem.

    #2056
    Michael
    Keymaster

    On 14/01/2013 21:48, kromkowski wrote:
    > If you call a field "TIME", for example in calendar/appointment
    > database, the quickreport gets all funky.
    >
    > 1. Insert all will shut down.
    >
    > 2. If you insert field one by one, as soon a you choose the field with
    > TIME as name, the columns will stop being added. If you delete the
    > MyTABLE.TIME field the subsequently added columns will appear. Calling
    > it something as in using AS doesn't fix problem.
    >

    You may have stumbled on a problem with TIME in all caps being a SQL reserved word, which doesn't affect SIMPOL on its own, but
    may hit you. I have recently discovered that the SQL engine may support wrapping identifiers in double quotes ("). You can't
    easily try that in the Quick Report, but we will be investigating that as a solution for things like this.

    Ciao, Neil

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.