Suneido

Integrated Application Platform

  • Home
  • Learning
    • Suneido Manual
    • Beginners
      • Inside Suneido
      • The Suneido Programming Language
      • The Suneido Database
      • Installing Suneido
      • Building Suneido
      • IDE Go To Tour
      • Upgrading To A New Release
    • Advanced
      • Canvas Control
      • DrawControl Part 1
      • DrawControl Part 2
      • DrawControl Part 3
      • SAX Like XML Processing
      • A Plug-In Architecture
      • A Simple Wizard Framework
      • An HTML Include Facility
      • An RSS 2 Feed Creator
      • MIME Generation
      • A New Add-on Facility
      • Workspace Improvement Hack
    • Mockito for Suneido
    • The Suneido Task Scheduler
    • Contributing To Suneido
    • Contributor Assignment of Copyright
    • Language Translation
    • Future Directions
    • Interview With Andrew Mckinlay
  • Forum
    • Announcements
    • Internals & Enhancements
    • Cookbook
    • General
  • FAQ
  • Screenshots
  • Downloads
  • Links

SchemaView incorrect case for calculated fields

Integrated Application Platform › Forums › General › SchemaView incorrect case for calculated fields

  • This topic has 3 replies, 2 voices, and was last updated 9 years, 8 months ago by amckinlay.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • May 29, 2013 at 7:22 pm #755
    ajith
    Participant

    In SchemaView, the names of calculated fields are shown starting with uppercase, but any other uppercase is converted to lowercase. Is this intentional?
    ajith

    May 31, 2013 at 5:03 pm #990
    amckinlay
    Keymaster

    They are shown capitalized so that you know they are calculated fields.

    Within queries you refer to them uncapitalized. This is so you can change between calculated and saved without changing your code.

    Where are you seeing uppercase converted to lowercase?

    June 1, 2013 at 4:44 pm #991
    ajith
    Participant

    Hello,

    From QueryView I tried

    create StkTable (stk_first, Stk_second, Stk_Third) key (stk_first)

    When I checked Schema View, I got:

    StkTable
    (Stk_third, stk_first, Stk_second)
    key (stk_first)

    stk_first and Stk_second are correct. Stk_Third is shown as stk_third.

    ajith

    June 1, 2013 at 7:37 pm #992
    amckinlay
    Keymaster

    Ok, thanks, I’ll look into it.

    You can always query the columns table to see what’s really there.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Log In

Search Forums

Log In
Welcome to the new Suneido Web Site and Forum.
Register
Lost Password
users of the previous PHPBB Forum should be able to log in with their previous username and password.

Recent Topics

  • Alpha copy of gSuneido to play with
  • how to start jsuneido ?
  • Problem Starting Suneido…
  • Dialog not showing buttons
  • New link for Suneidojo

Contact Us | Legal Statement | Privacy Statement | SiteMap

Copyright © 2023 Axon® Development Corporation. All Rights Reserved. - Open Source Integrated Database and Programming Language