Skip to main content

Home/ ProGauge SCADA/ Group items tagged identifier

Rss Feed Group items tagged

Kevin Mershon

DbSettings - 0 views

  • databaseToUpper Database setting DATABASE_TO_UPPER (default: true). Database short names are converted to uppercase for the DATABASE() function, and in the CATALOG column of all database meta data methods. Setting this to "false" is experimental. When set to false, all identifier names (table names, column names) are case sensitive (except aggregate, built-in functions, data types, and keywords).
  •  
    "Database setting DATABASE_TO_UPPER (default: true). Database short names are converted to uppercase for the DATABASE() function, and in the CATALOG column of all database meta data methods. Setting this to "false" is experimental. When set to false, all identifier names (table names, column names) are case sensitive (except aggregate, built-in functions, data types, and keywords)."
Kevin Mershon

[#GRAILS-1984] id initialization on constructor when generator is assigned - Grails JIRA - 0 views

  • Status: Open
  • Resolution: Unresolved
  • domain classes ignore a parameter named id on the constructor
  • ...1 more annotation...
  • In order to save it, one must do: def c = new CurrencyRow(name:'one', numericCode:10) c.id = 'CUR' c.save() Otherwise an exception about the id being unassigned is raised.
1 - 2 of 2
Showing 20 items per page