Skip to content

General thoughts and ideas

wmwragg edited this page Apr 16, 2011 · 9 revisions

General Thoughts and Ideas

  • Add a database timezone (in Continent|Ocean/City format) ("db tmz": "Europe/London") to the connections.json file. This can then be used by JDBC when retrieving dates, times, and timestamps from the database See this Camomile can then go back to using the UTC Unix timestamp method of date representation [<millisecond timestamp>, <second tmz offset from UTC>].
  • Add a database int key field, to override the default of id ("db key": "rowid") This would be used in the RRM when you specify an {id} in the URL and is the same for every table.
Clone this wiki locally