Skip to main content

Home/ ProGauge SCADA/ Group items tagged postgresql

Rss Feed Group items tagged

Kevin Mershon

[#GRAILS-5302] Postgresql generated SQL should quote table and field names - Grails JIRA - 0 views

  • Any reserved names can be escaped with backticks in the mapping block, e.g. static mapping = { table "`user`" }
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)."
1 - 2 of 2
Showing 20 items per page